← All WebMCP sites

team.management

Developer Toolshttps://team.management/listed as of 2026-08-01
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…
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 65/100 (C).

Tools

search_docsanswerimperative
Search the team.management documentation, protocols, and comparisons. Returns the most relevant sections with links.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Natural-language search query, e.g. 'how does DAIC enforcement work'"
    }
  },
  "required": [
    "query"
  ]
}
get_pageanswerimperative
Fetch any team.management page as markdown by its path, e.g. /docs/daic or /protocols/task. Use search_docs first to find paths.
Input schema
{
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "description": "Site-relative page path starting with /, e.g. /docs/install"
    }
  },
  "required": [
    "path"
  ]
}
Listings are sourced from public community registries and shown as reported.