6 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
{ name: "become_an_expert" /* short, unique, verb-based */ }become_an_expert, go_to_for_ai_agents, go_to_for_llms, go_to_login, go_to_news{
name: "become_an_expert",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}become_an_expert, go_to_for_ai_agents, go_to_for_llms, go_to_login, go_to_news<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="become_an_expert" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "become_an_expert",
"description": "Directs the user to the A2A Global expert registration flow, where qualified professionals can apply to join the platform and provide second opinions on AI-generated content. Use this when a user wants to offer their expertise, apply as a reviewer, or learn how to become an A2A expert. Appropriate for requests like 'I want to become an expert' or 'How do I join as a reviewer?'",
"inputSchema": {
"type": "object",
"properties": {}
},
"annotations": {}
}go_to_for_ai_agents: registered at 1539.5999999046326ms// Register tools as soon as they're ready, not behind a deferred/async chunk.
document.modelContext.provideContext({ tools: [/* ... */] });become_an_expert, go_to_for_ai_agents, go_to_for_llms, go_to_login, go_to_news{
name: "become_an_expert",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}go_to_news: review, post, user{ name: "go_to_news", annotations: { untrustedContentHint: true } }document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "become_an_expert" /* short, unique, verb-based */ }become_an_expert, go_to_for_ai_agents, go_to_for_llms, go_to_login, go_to_news<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="become_an_expert" tooldescription="...">
<!-- the same action, as UI -->
</form>