Skip to main content
Glama

mesh_subscribe

Subscribe to live mesh events from a node. Receive webhooks for call.settled, vibe.followed, capability.listed, and mesh.welcome with HMAC-signed deliveries.

Instructions

Wire a webhook to your node's LIVE mesh events: call.settled when someone rents your capability, vibe.followed when you gain a follower, capability.listed when a node you follow ships something new. HMAC-signed deliveries.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNosubscription id (for delete)
urlNopublic https endpoint to POST events to
actionYes
eventsNoevent types to receive (omit = all)
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It mentions HMAC-signed deliveries, which is a key behavioral trait, but does not discuss authentication requirements, rate limits, or error handling for the webhook.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, well-structured sentence that front-loads the purpose and includes concrete examples. No redundant words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the core functionality but lacks details about return values (e.g., subscription ID on create), pagination for list, or confirmation on delete. With no output schema, more context would be beneficial.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 75%; the description adds value by providing context for the events parameter, explaining what each event means (e.g., 'call.settled when someone rents your capability'). This goes beyond the schema enum.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool wires a webhook to LIVE mesh events, listing specific event types like call.settled, vibe.followed, capability.listed, and mesh.welcome. This distinguishes it from sibling tools like mesh_signup or mesh_publish which handle other actions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains the tool is for subscribing to live mesh events, but does not explicitly state when to use it versus alternatives like mesh_refer or mesh_discover, nor does it mention prerequisites or when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RightOnPar-LLC/mesh-connector'

If you have feedback or need assistance with the MCP directory API, please join our Discord server