3 tools registered. Strongest in shared experience, weakest in trust.
search_gitwand_docs, get_gitwand_mcp_install{
name: "search_gitwand_docs",
// 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 }
}{
"name": "search_gitwand_docs",
"description": "Search the GitWand documentation for guides, API reference, CLI commands, and blog articles.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search terms"
}
},
"required": [
"query"
]
},
"annotations": {}
}{ name: "navigate_to_gitwand_section" /* short, unique, verb-based */ }get_gitwand_mcp_install: weak; navigate_to_gitwand_section: weak{
name: "get_gitwand_mcp_install",
description: "Describe what this tool does, when to use it, and what it returns."
}search_gitwand_docs, get_gitwand_mcp_install{
name: "search_gitwand_docs",
// 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 }
}{
"query": "authentication"
}{}{}