Hanzo
Cloud MCPtracker

tracker

8 MCP tools on the Hanzo cloud door that call the tracker API.

The 8 tools tools/list names for tracker. Each dispatches to an operation in the tracker API reference.

ToolRouteArgumentsDescription
delete_v1_tracker_projects_keyDELETE /v1/tracker/projects/{key}1DeleteProject removes one tracker project of the caller's org AND every issue filed under it, and an
delete_v1_tracker_projects_key_issues_numDELETE /v1/tracker/projects/{key}/issues/{num}2DeleteIssue removes one issue from a tracker project and answers 204 with no body.
get_v1_tracker_projectsGET /v1/tracker/projects0ListProjects returns every tracker project in the caller's org, newest first.
get_v1_tracker_projects_keyGET /v1/tracker/projects/{key}1GetProject returns one tracker project of the caller's org by its key — its name, description and ti
get_v1_tracker_projects_key_issuesGET /v1/tracker/projects/{key}/issues5ListIssues returns the issues of one tracker project, optionally filtered by status, kind, repo and
get_v1_tracker_projects_key_issues_numGET /v1/tracker/projects/{key}/issues/{num}2GetIssue returns one issue of one tracker project by its per-project number — title, description, st
patch_v1_tracker_projects_keyPATCH /v1/tracker/projects/{key}3UpdateProject renames a tracker project or rewrites its description, and returns the updated project
patch_v1_tracker_projects_key_issues_numPATCH /v1/tracker/projects/{key}/issues/{num}8UpdateIssue edits one issue in place and returns it — retitle it, rewrite its body, move it between

All 834 tools · The door

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?