5 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
list_exams, get_practice_question, my_progress, open_study, check_answer<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="list_exams" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "list_exams",
"description": "The Claude certifications covered here, with exam codes, item counts, fees and the full domain list with published weights. Call this first to get valid exam slugs.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"annotations": {
"readOnlyHint": true,
"openWorldHint": false
}
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "my_progress" /* short, unique, verb-based */ }list_exams, get_practice_question, my_progress, open_study, check_answer<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="list_exams" tooldescription="...">
<!-- the same action, as UI -->
</form>