Hanzo
Cloud MCPo11y

o11y

11 MCP tools on the Hanzo cloud door that call the o11y API.

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

ToolRouteArgumentsRequiredDescription
delete_v1_o11y_reviews_idDELETE /v1/o11y/reviews/{id}1idDeleteAnnotationQueue removes one review queue and every item in it.
get_v1_o11y_logsGET /v1/o11y/logs4GetO11yLogs returns a page of one product's logs for the caller's org.
get_v1_o11y_metricsGET /v1/o11y/metrics3GetO11yMetrics returns one product's RED series — request rate, errors, p50 and p95 latency — for…
get_v1_o11y_reviewsGET /v1/o11y/reviews2ListAnnotationQueues returns a page of the caller org's human-review queues, newest first, narrowed…
get_v1_o11y_reviews_idGET /v1/o11y/reviews/{id}1idGetAnnotationQueue returns one review queue with its pending and completed counts and its first…
get_v1_o11y_reviews_id_itemsGET /v1/o11y/reviews/{id}/items4idListAnnotationQueueItems returns a page of one review queue's items, newest first, optionally…
get_v1_o11y_statusGET /v1/o11y/status1GetO11yStatus reports whether a product's service is live: an in-cluster health probe with its…
patch_v1_o11y_reviews_idPATCH /v1/o11y/reviews/{id}4UpdateAnnotationQueue changes a review queue's name, description or score-config set.
patch_v1_o11y_reviews_id_items_itemIdPATCH /v1/o11y/reviews/{id}/items/{itemId}4UpdateAnnotationQueueItem moves one queue item between PENDING and COMPLETED and sets its assignee.
post_v1_o11y_reviewsPOST /v1/o11y/reviews3CreateAnnotationQueue creates a human-review queue in the caller's org and project.
post_v1_o11y_reviews_id_itemsPOST /v1/o11y/reviews/{id}/items2AddAnnotationQueueItems enqueues traces, observations or sessions on a review queue.

All 755 tools · The door

Generated from tools/list on https://api.hanzo.ai/v1/mcp — 833 tools captured 2026-08-01, of which 755 are documented here (the operator surface is not published) (this build read the vendored copy; the door was unreachable).

How is this guide?