5 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
codaquest_get_pricing, codaquest_get_contact, codaquest_read_page_as_markdown, codaquest_open_free_trial_booking{
name: "codaquest_get_pricing",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}codaquest_get_pricing, codaquest_get_contact, codaquest_read_page_as_markdown, codaquest_open_free_trial_booking<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="codaquest_get_pricing" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "codaquest_get_pricing",
"description": "Read Codaquest's published prices for weekly coding courses, school-holiday camps and the Codaquest+ membership. Prices are in EUR including VAT. Use this instead of reading numbers off the page.",
"inputSchema": {
"type": "object",
"properties": {}
},
"annotations": {}
}codaquest_read_page_as_markdown: declares no required list, so an agent cannot tell which parameters are mandatory{
name: "codaquest_read_page_as_markdown",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}codaquest_get_pricing, codaquest_get_contact, codaquest_read_page_as_markdown, codaquest_open_free_trial_booking{
name: "codaquest_get_pricing",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "codaquest_read_page_as_markdown" /* short, unique, verb-based */ }codaquest_get_pricing, codaquest_get_contact, codaquest_read_page_as_markdown, codaquest_open_free_trial_booking<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="codaquest_get_pricing" tooldescription="...">
<!-- the same action, as UI -->
</form>