10 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
get_match_ai_services: 1 parameter has no description (language); get_match_ai_proposition: 1 parameter has no description (language); recommend_match_ai_use_cases: 4 parameters have no description (i{
name: "get_match_ai_services",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}get_match_ai_services, get_match_ai_proposition, recommend_match_ai_use_cases, get_match_ai_knowledge_links, start_match_ai_intake<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_match_ai_services" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "get_match_ai_services",
"description": "Geeft een overzicht van publieke Match-AI diensten en landingspagina’s.",
"inputSchema": {
"type": "object",
"properties": {
"language": {
"type": "string",
"enum": [
"nl",
"en",
"de"
]
}
}
},
"annotations": {
"readOnlyHint": true,
"destructiveHint": false,
"openWorldHint": false
}
}get_match_ai_services: 1 parameter has no description (language); get_match_ai_proposition: 1 parameter has no description (language); recommend_match_ai_use_cases: 4 parameters have no description (i{
name: "get_match_ai_services",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}start_match_ai_intake: readOnlyHint=true; start_match_ai_intake: readOnlyHint=true// Set destructiveHint/idempotentHint to match what this tool actually does.
{ name: "start_match_ai_intake", annotations: { destructiveHint: true } }duplicate tool name registered: get_match_ai_servicestry {
document.modelContext.provideContext({ tools: [/* ... */] });
} catch (err) {
console.error("WebMCP registration failed", err);
}document.modelContext.dispatchEvent(new Event("toolchange"));get_match_ai_services, get_match_ai_proposition, recommend_match_ai_use_cases, get_match_ai_knowledge_links, start_match_ai_intake<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_match_ai_services" tooldescription="...">
<!-- the same action, as UI -->
</form>