6 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
get_program_info, fill_nivelamento_answer, submit_nivelamento, get_available_slots, book_meeting{
name: "get_program_info",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}get_program_info, fill_nivelamento_answer, submit_nivelamento, get_available_slots, book_meeting<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_program_info" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "get_program_info",
"description": "Informações da Karol Elói Language Learning: método, diferenciais, fundadora e como funciona a conversa de nivelamento.",
"inputSchema": {
"type": "object",
"properties": {}
},
"annotations": {}
}fill_nivelamento_answer: description is 663 characters, over Chrome's 500-character guidance; submit_nivelamento: 1 parameter description is over Chrome's 150-character guidance; get_available_slots: {
name: "fill_nivelamento_answer",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}get_program_info, fill_nivelamento_answer, submit_nivelamento, get_available_slots, book_meeting{
name: "get_program_info",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "fill_nivelamento_answer" /* short, unique, verb-based */ }get_program_info, fill_nivelamento_answer, submit_nivelamento, get_available_slots, book_meeting<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="get_program_info" tooldescription="...">
<!-- the same action, as UI -->
</form>