Skip to main content
Glama
NAJEMWEHBE

unreal-ai-connection

unsubscribe

Remove a subscription created by register_subscription. Idempotent; unknown ids return success, enabling blanket removal on shutdown.

Instructions

Remove a subscription created via register_subscription. Idempotent: calling on an unknown id returns ok=true with was_present=false rather than an error, so callers can blanket-unsubscribe on shutdown without worrying about partial state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subscription_idYesSubscription id returned by register_subscription.
Behavior5/5

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

No annotations provided, so description fully covers behavior: idempotent, returns ok=true with was_present=false for unknown IDs. This discloses the tool's safety and error model, exceeding typical descriptions.

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?

Two sentences, no wasted words. Front-loaded with the main action, then immediately provides the critical idempotency detail. Perfectly concise.

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

Completeness5/5

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

For a simple, one-parameter tool with no output schema, the description covers purpose, usage context, behavioral guarantees, and parameter origin. No gaps remain for the agent to infer.

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?

The single parameter subscription_id has 100% schema coverage with description 'Subscription id returned by register_subscription.' The description adds the origin context, reinforcing the schema's meaning. A score of 4 reflects this added value.

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?

Clearly states the tool removes a subscription, using a specific verb ('Remove') and resource ('subscription created via register_subscription'). Differentiates from sibling tools like register_subscription by being its inverse operation.

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

Usage Guidelines5/5

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

Explicitly describes when to use (during shutdown for blanket unsubscribe) and the idempotent behavior for unknown IDs. Provides clear guidance that callers can rely on ok=true and was_present=false without error handling.

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

Install Server

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/NAJEMWEHBE/unreal-ai-connection'

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