Cloud MCPteam
team
8 MCP tools on the Hanzo cloud door that call the team API.
The 8 tools tools/list names for team. Each dispatches to an operation in the team API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
delete_v1_team_account_cookie | DELETE /v1/team/account/cookie | 0 | ClearCookie signs this browser out of team by expiring the HttpOnly account-token cookie the OAuth c |
delete_v1_team_files_workspace_filename | DELETE /v1/team/files/{workspace}/{filename} | 3 | DeleteBlob removes one blob from a workspace's file store. |
get_v1_team_account_providers | GET /v1/team/account/providers | 0 | ListProviders returns the identity providers this deployment starts a login with. |
get_v1_team_billing_plan | GET /v1/team/billing/plan | 0 | ReadPlan returns the plan and seat counts for the caller's OWN org, resolved from the VERIFIED team |
get_v1_team_bots | GET /v1/team/bots | 0 | ListBots returns the caller org's bot members — the org's agents projected as the workspace Employee |
get_v1_team_transactor_api_v1_statistics | GET /v1/team/transactor/api/v1/statistics | 1 | Statistics returns the transactor's live sessions for the workspace the caller's token names — the e |
get_v1_team_transactor_statistics | GET /v1/team/transactor/statistics | 1 | Statistics returns the transactor's live sessions for the workspace the caller's token names — the e |
post_v1_team_bots_sync | POST /v1/team/bots/sync | 0 | SyncBots re-projects the caller org's agents as workspace members into EVERY workspace of the org, a |
Generated from tools/list on https://api.hanzo.ai/v1/mcp — 834 tools captured 2026-08-01 (this build read the vendored copy; the door was unreachable).
How is this guide?