4 tools registered. Strongest in shared experience, weakest in task completion.
{
"name": "get_site_info",
"description": "Describe this public static site,its navigation,and available content collections.",
"inputSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
},
"annotations": {
"readOnlyHint": true,
"untrustedContentHint": true
}
}search_site: 3 parameters have no description (query, limit, content_type); list_content: 3 parameters have no description (type, taxonomy, limit); get_content: 2 parameters have no description (id, u{
name: "search_site",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}{
"query": "Northwind",
"content_type": "company"
}{
"id": ""
}{}