3 tools registered. Strongest in shared experience, weakest in tool selection.
tabfleet_search_docs: 1 parameter has no description (query); tabfleet_read_guide: 1 parameter has no description (slug){
name: "tabfleet_search_docs",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}{ name: "tabfleet_search_docs" /* short, unique, verb-based */ }{
"name": "tabfleet_search_docs",
"description": "Search Tabfleet documentation for API, MCP, authentication, browser automation, and embedding instructions.",
"inputSchema": {
"type": "object",
"required": [
"query"
],
"additionalProperties": false,
"properties": {
"query": {
"type": "string",
"minLength": 1,
"maxLength": 200
}
}
},
"annotations": {
"readOnlyHint": true
}
}tabfleet_search_docs: 1 parameter has no description (query); tabfleet_read_guide: 1 parameter has no description (slug){
name: "tabfleet_search_docs",
inputSchema: {
type: "object",
properties: {
query: { type: "string", description: "What to search for" }
},
required: ["query"]
}
}{ name: "tabfleet_search_docs" /* short, unique, verb-based */ }{
"query": "authentication"
}{
"slug": "authentication"
}{
"slug": ""
}