Skip to main content
Glama

zdte.ai SPX Market Structure

Unsubscribe from Event

unsubscribe
DestructiveIdempotent

Remove an event subscription by id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subscription_idYesThe subscription id returned by subscribe_event.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

The annotations already signal that this is destructive (destructiveHint=true), not read-only (readOnlyHint=false), and idempotent (idempotentHint=true). The description adds that the operation removes an event subscription but does not provide additional behavioral context such as permissions, side effects, or failure behavior.

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 efficient sentence with no filler. It states the action, target, and parameter requirement in minimal words.

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?

This is a simple one-parameter tool with rich annotations covering destructive and idempotent behavior, so the description is largely sufficient. It does not mention return values or consequences, but the low complexity and annotation coverage keep this from being a significant gap.

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 description coverage is 100%, and the schema explicitly defines subscription_id as 'The subscription id returned by subscribe_event.' The description adds only 'by id,' which does not materially enhance the schema's already clear parameter semantics.

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 uses a specific verb ('Remove'), a clear resource ('event subscription'), and a precise mechanism ('by id'). This clearly distinguishes it from sibling tools like subscribe_event and list_subscriptions.

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?

Usage is implied by the inverse relationship with subscribe_event, and the schema notes the subscription id comes from subscribe_event. However, the description itself does not explicitly state when to use this tool, when not to, or mention list_subscriptions as a way to retrieve existing subscription ids.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources