Docs/MCP Tools/hivemind_subscribe

hivemind_subscribe

hivemind_subscribe

Register interest in events matching a pattern. Returns recent matches (pull model).

Parameters

ParameterTypeRequiredDescription
channelstringNoChannel to subscribe to
event_typestringNoEvent type pattern (supports wildcards like "task.*")
sincestringNoISO 8601 datetime (default: 1 hour ago)

Example

hivemind_subscribe(channel: "backend", event_type: "task.*")

Returns all matching events since the specified time.