3 tools registered. Strongest in usefulness, weakest in human experience.
No agent run recorded yet.
list_posts, get_post_content, set_theme<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="list_posts" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "list_posts",
"description": "Lists every blog post on this site, newest first, with title, summary, publication date, tags, slug, and URLs for both the HTML page and the raw markdown.",
"inputSchema": {
"type": "object",
"properties": {}
},
"annotations": {
"readOnlyHint": true
}
}set_theme{
name: "set_theme",
annotations: { readOnlyHint: true, destructiveHint: false, idempotentHint: true }
}document.modelContext.dispatchEvent(new Event("toolchange"));list_posts, get_post_content, set_theme<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="list_posts" tooldescription="...">
<!-- the same action, as UI -->
</form>