live · AI Agents & Fintech · JSON · API for agents
Returns public entity facts for Match-Day, including positioning, location, contact details and core services.
{
"name": "get_company_profile",
"kind": "read",
"impl": "imperative",
"description": "Returns public entity facts for Match-Day, including positioning, location, contact details and core services.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}Maps a public B2B sales or lead generation question to the most relevant public Match-Day page.
{
"name": "find_service_page",
"kind": "read",
"impl": "imperative",
"description": "Maps a public B2B sales or lead generation question to the most relevant public Match-Day page.",
"inputSchema": {
"type": "object",
"properties": {
"topic": {
"type": "string",
"description": "Topic or buyer question, for example outbound sales, B2B leadgeneratie, sales outsourcing, HubSpot, sales training, AI leadgeneratie or Leadinfo follow-up."
},
"language": {
"type": "string",
"enum": [
"nl",
"en",
"de",
"fr"
],
"default": "nl"
}
},
"required": [
"topic"
],
"additionalProperties": false
},
"page": "/"
}Returns public URLs where a user can contact Match-Day, plan an appointment, start an assessment or register for public programmes.
{
"name": "get_intake_links",
"kind": "read",
"impl": "imperative",
"description": "Returns public URLs where a user can contact Match-Day, plan an appointment, start an assessment or register for public programmes.",
"inputSchema": {
"type": "object",
"properties": {
"intent": {
"type": "string",
"enum": [
"contact",
"appointment",
"assessment",
"academy",
"hybrid_sales_development"
],
"default": "contact"
},
"language": {
"type": "string",
"enum": [
"nl",
"en",
"de",
"fr"
],
"default": "nl"
}
},
"additionalProperties": false
},
"page": "/"
}Returns public knowledge sources that agents can read or cite for B2B sales, lead generation and outbound sales context.
{
"name": "get_knowledge_sources",
"kind": "read",
"impl": "imperative",
"description": "Returns public knowledge sources that agents can read or cite for B2B sales, lead generation and outbound sales context.",
"inputSchema": {
"type": "object",
"properties": {
"topic": {
"type": "string"
},
"language": {
"type": "string",
"enum": [
"nl",
"en",
"de",
"fr"
],
"default": "nl"
}
},
"additionalProperties": false
},
"page": "/"
}