5 tools registered. Strongest in shared experience, weakest in trust.
navigate_pixeltable: Description instructs agent on tool usage and preference.{
name: "navigate_pixeltable",
// Metadata DESCRIBES the tool - it never addresses the agent reading it.
// Rewrite any name, description, title, or schema field description that
// instructs the agent (which tool to prefer, what to output, rules to
// ignore) so it states what the tool does and what it returns instead.
description: "Searches the catalog and returns matching items with prices."
}{
"name": "navigate_pixeltable",
"description": "Navigate to a Pixeltable site page. Use for docs, pricing, blog, compare, waitlist, agent skill, or home.",
"inputSchema": {
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Site path starting with /, e.g. /pricing, /blog, /compare, /waitlist, /agent-skill, /get-started.md, /ask"
}
},
"required": [
"path"
]
},
"annotations": {}
}{ name: "open_docs" /* short, unique, verb-based */ }copy_install_command: weakask_pixeltable, search_blog{
name: "ask_pixeltable",
// Declare readOnlyHint: true on tools that truly have no side effects -
// that is the claim that lets an agent relax confirmation on reads.
// (false is the default, so declaring it adds no information.)
annotations: { readOnlyHint: true }
}navigate_pixeltable: Description instructs agent on tool usage and preference.{
name: "navigate_pixeltable",
// Metadata DESCRIBES the tool - it never addresses the agent reading it.
// Rewrite any name, description, title, or schema field description that
// instructs the agent (which tool to prefer, what to output, rules to
// ignore) so it states what the tool does and what it returns instead.
description: "Searches the catalog and returns matching items with prices."
}{
"path": "/docs/authentication"
}{}{}