Hanzo
Cloud MCPpubsub

pubsub

18 MCP tools on the Hanzo cloud door that call the pubsub API.

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

ToolRouteArgumentsRequiredDescription
delete_v1_pubsub_jetstream_streams_streamDELETE /v1/pubsub/jetstream/streams/{stream}1streamDeleteStream removes one stream of the caller's org — its retained messages and its consumers with…
delete_v1_pubsub_jetstream_streams_stream_consumers_nameDELETE /v1/pubsub/jetstream/streams/{stream}/consumers/{name}2name, streamDeleteConsumer removes one consumer — its cursor, not the stream's messages — and answers 204 with…
delete_v1_pubsub_kv_bucketDELETE /v1/pubsub/kv/{bucket}1bucketDeleteBucket removes one bucket of the caller's org — every key and every revision with it — and…
delete_v1_pubsub_kv_bucket_keyDELETE /v1/pubsub/kv/{bucket}/{key}2bucket, keyDelete removes one key — a delete marker in the key's history, so watchers see it and Get answers…
get_v1_pubsub_jetstream_streamsGET /v1/pubsub/jetstream/streams0ListStreams returns the org's streams, sorted by name.
get_v1_pubsub_jetstream_streams_streamGET /v1/pubsub/jetstream/streams/{stream}1streamGetStream returns one stream of the caller's org — its configuration and its live state (messages,…
get_v1_pubsub_jetstream_streams_stream_consumersGET /v1/pubsub/jetstream/streams/{stream}/consumers1streamListConsumers returns one stream's consumers, sorted by name.
get_v1_pubsub_jetstream_streams_stream_consumers_nameGET /v1/pubsub/jetstream/streams/{stream}/consumers/{name}2name, streamGetConsumer returns one consumer of one org stream — its configuration and its cursor: delivered…
get_v1_pubsub_kv_bucket_keyGET /v1/pubsub/kv/{bucket}/{key}2bucket, keyGet returns one key's current value and revision.
get_v1_pubsub_kv_bucket_key_historyGET /v1/pubsub/kv/{bucket}/{key}/history2bucket, keyHistory returns one key's retained revisions, oldest first — every put and every delete marker up…
post_v1_pubsub_jetstream_streamsPOST /v1/pubsub/jetstream/streams8CreateStream creates a durable stream capturing the given subjects and returns it.
post_v1_pubsub_jetstream_streams_stream_consumersPOST /v1/pubsub/jetstream/streams/{stream}/consumers7CreateConsumer creates a durable consumer on one stream and returns it.
post_v1_pubsub_jetstream_streams_stream_consumers_name_nextPOST /v1/pubsub/jetstream/streams/{stream}/consumers/{name}/next4Fetch pulls the next batch from a consumer and acknowledges it — the request/response way to…
post_v1_pubsub_kv_bucketPOST /v1/pubsub/kv/{bucket}4CreateBucket creates a KV bucket and returns it.
post_v1_pubsub_publishPOST /v1/pubsub/publish3Publish puts one message on the org's bus.
post_v1_pubsub_requestPOST /v1/pubsub/request4Request sends one request on the org's bus and waits for one reply — the synchronous half of…
put_v1_pubsub_jetstream_streams_streamPUT /v1/pubsub/jetstream/streams/{stream}8UpdateStream rewrites a stream's configuration — subjects, limits, discard — and returns the…
put_v1_pubsub_kv_bucket_keyPUT /v1/pubsub/kv/{bucket}/{key}3Put sets one key to one value and returns the revision the write created.

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?