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.
| Tool | Route | Arguments | Required | Description |
|---|---|---|---|---|
delete_v1_o11y_reviews_id | DELETE /v1/o11y/reviews/{id} | 1 | id | DeleteAnnotationQueue removes one review queue and every item in it. |
get_v1_o11y_logs | GET /v1/o11y/logs | 4 | — | GetO11yLogs returns a page of one product's logs for the caller's org. |
get_v1_o11y_metrics | GET /v1/o11y/metrics | 3 | — | GetO11yMetrics returns one product's RED series — request rate, errors, p50 and p95 latency — for… |
get_v1_o11y_reviews | GET /v1/o11y/reviews | 2 | — | ListAnnotationQueues returns a page of the caller org's human-review queues, newest first, narrowed… |
get_v1_o11y_reviews_id | GET /v1/o11y/reviews/{id} | 1 | id | GetAnnotationQueue returns one review queue with its pending and completed counts and its first… |
get_v1_o11y_reviews_id_items | GET /v1/o11y/reviews/{id}/items | 4 | id | ListAnnotationQueueItems returns a page of one review queue's items, newest first, optionally… |
get_v1_o11y_status | GET /v1/o11y/status | 1 | — | GetO11yStatus reports whether a product's service is live: an in-cluster health probe with its… |
patch_v1_o11y_reviews_id | PATCH /v1/o11y/reviews/{id} | 4 | — | UpdateAnnotationQueue changes a review queue's name, description or score-config set. |
patch_v1_o11y_reviews_id_items_itemId | PATCH /v1/o11y/reviews/{id}/items/{itemId} | 4 | — | UpdateAnnotationQueueItem moves one queue item between PENDING and COMPLETED and sets its assignee. |
post_v1_o11y_reviews | POST /v1/o11y/reviews | 3 | — | CreateAnnotationQueue creates a human-review queue in the caller's org and project. |
post_v1_o11y_reviews_id_items | POST /v1/o11y/reviews/{id}/items | 2 | — | AddAnnotationQueueItems enqueues traces, observations or sessions on a review queue. |
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?