4 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
browse_projects, book_intro_call, ask_yonatan, read_site_page{
name: "browse_projects",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}browse_projects, book_intro_call, ask_yonatan, read_site_page<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="browse_projects" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "browse_projects",
"description": "List Yonatan Gross's portfolio projects with descriptions and links.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"annotations": {}
}browse_projects, book_intro_call, ask_yonatan, read_site_page{
name: "browse_projects",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));{ name: "ask_yonatan" /* short, unique, verb-based */ }browse_projects, book_intro_call, ask_yonatan, read_site_page<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="browse_projects" tooldescription="...">
<!-- the same action, as UI -->
</form>