M

match-day.nl

Dutch B2B sales & lead-generation agency — outbound sales, sales outsourcing, training, assessments, and a sales academy.

4read
https://match-day.nl/

live · AI Agents & Fintech · JSON · API for agents

Tools 4 tools

get_company_profileread

Returns public entity facts for Match-Day, including positioning, location, contact details and core services.

View tool JSON
{
  "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": "/"
}
find_service_pageread

Maps a public B2B sales or lead generation question to the most relevant public Match-Day page.

View tool JSON
{
  "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": "/"
}
get_intake_linksread

Returns public URLs where a user can contact Match-Day, plan an appointment, start an assessment or register for public programmes.

View tool JSON
{
  "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": "/"
}
get_knowledge_sourcesread

Returns public knowledge sources that agents can read or cite for B2B sales, lead generation and outbound sales context.

View tool JSON
{
  "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": "/"
}