Tool tree
The model getting more capable does not make it more trustworthy. It makes it a more convincing liar. team.management is an open-source protocol engine for Claude Code that puts every process on…
search_docsanswer
Search the team.management documentation, protocols, and comparisons. Returns the most relevant sections with links.
View tool JSON
{
"name": "search_docs",
"kind": "answer",
"impl": "imperative",
"description": "Search the team.management documentation, protocols, and comparisons. Returns the most relevant sections with links.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Natural-language search query, e.g. 'how does DAIC enforcement work'"
}
},
"required": [
"query"
]
},
"page": "/"
}get_pageanswer
Fetch any team.management page as markdown by its path, e.g. /docs/daic or /protocols/task. Use search_docs first to find paths.
View tool JSON
{
"name": "get_page",
"kind": "answer",
"impl": "imperative",
"description": "Fetch any team.management page as markdown by its path, e.g. /docs/daic or /protocols/task. Use search_docs first to find paths.",
"inputSchema": {
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Site-relative page path starting with /, e.g. /docs/install"
}
},
"required": [
"path"
]
},
"page": "/"
}