4 tools registered. Strongest in WebMCP use, weakest in human experience.
No agent run recorded yet.
list-blog-posts: post, note{ name: "list-blog-posts", annotations: { untrustedContentHint: true } }list-blog-posts, get-blog-post, get-site-context, send-contact-message<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="list-blog-posts" tooldescription="...">
<!-- the same action, as UI -->
</form>{
"name": "list-blog-posts",
"description": "List all writing published on pyrra.net — nonprofit website guides plus the clearly separated engineering and security notes in Felix’ Lab. Returns title, URL, publication date, category and summary as JSON.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"annotations": {
"readOnlyHint": true
}
}list-blog-posts: post, note{ name: "list-blog-posts", annotations: { untrustedContentHint: true } }document.modelContext.dispatchEvent(new Event("toolchange"));list-blog-posts, get-blog-post, get-site-context, send-contact-message<!-- Give the tool a visible counterpart: a declarative form is one the person can see and use too. -->
<form toolname="list-blog-posts" tooldescription="...">
<!-- the same action, as UI -->
</form>