Skip to main content
Glama
Neboy72
by Neboy72

subscribe

Register a webhook URL to receive HTTP POST notifications when a specified memory event occurs. Returns a subscription ID for later unsubscription.

Instructions

Register a webhook URL to receive HTTP POST notifications when a memory event of the given type fires. Returns the subscription id (UUID) which you need to unsubscribe. Subscriptions are stored in ~/.nexus-webhooks.json and survive server restarts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_typeYesEvent to subscribe to. One of: 'memory.remember' (after a new memory is stored), 'memory.update' (after a memory is updated in place), 'memory.forget' (after a memory is deleted).
webhook_urlYesThe http:// or https:// URL that will receive the JSON POST payload {event, memory_id, timestamp}.
Install Server

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well: it discloses that subscriptions persist in ~/.nexus-webhooks.json and survive server restarts, which is a meaningful side-effect trait. It does not mention duplicate-subscription behavior or whether registration overwrites existing entries, but the persistence disclosure goes beyond a minimal description.

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?

Three sentences with zero waste: purpose is front-loaded, the return value is stated, and persistence behavior follows. Every sentence earns its place and the description is appropriately sized for a 2-parameter tool.

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

Completeness4/5

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

For a tool with 2 parameters, no annotations, and no output schema, the description covers the essentials: what it does, what it returns (subscription id UUID), and how subscriptions behave across restarts. Minor gaps remain such as duplicate-subscription semantics and the exact JSON envelope of the response, but nothing an agent needs to call it correctly is missing.

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

Parameters3/5

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

Schema coverage is 100%, with both event_type (including enum meanings) and webhook_url (including payload format) fully documented in the schema. The description adds only marginal value here, mentioning the returned subscription id but no additional param semantics, so the baseline of 3 is appropriate.

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 states a specific verb and resource: 'Register a webhook URL to receive HTTP POST notifications when a memory event of the given type fires.' It clearly differentiates from sibling tools like unsubscribe and list_subscriptions by focusing on the registration action and the returned subscription id.

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 implies when to use it (when HTTP POST notifications about memory events are desired) and links the returned id to the unsubscribe sibling, but it never explicitly names alternatives or states when not to use this tool. The lifecycle hint is useful but leaves routing decisions to inference.

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/Neboy72/nexus-memory'

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