Skip to main content
Glama

list_disruption_webhooks

Read-onlyIdempotent

Travel Product B — list YOUR registered webhook subscriptions (subscription_id, url; secrets are NEVER echoed). Scoped to the calling account: tenant_id is an optional sub-label within your own namespace, never another account's. Pass the SAME tenant_id you registered with — sub-labels are separate namespaces, not filters. Needs an authenticated key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tenant_idNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already mark the tool as read-only and idempotent, and the description adds valuable behavioral details beyond that: secrets are NEVER echoed, results are scoped to the calling account, and tenant_id sub-labels are separate namespaces rather than filters. This is exactly the kind of context an agent needs to avoid misuse or misinterpretation.

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

Conciseness4/5

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

The description is front-loaded with the core purpose and the most security-relevant detail (secrets never echoed). It is compact but contains one somewhat extraneous prefix, 'Travel Product B', which adds context but is not essential. Overall, every other sentence earns its place.

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 list operation with one optional parameter and no output schema, the description covers the key bases: what is returned, what is never returned, scoping rules, tenant_id semantics, and the authentication requirement. Nothing critical is missing for an agent to invoke this tool correctly.

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

Parameters5/5

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

Schema description coverage is 0%, so the description carries the full burden of explaining tenant_id. It does this very well, describing it as an optional sub-label within the caller's own namespace, clarifying that it is not a filter and must match the registration value. This is significantly more informative than the bare schema.

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 clear verb and resource: 'list YOUR registered webhook subscriptions'. It further specifies the returned fields (subscription_id, url), making it unmistakably distinct from sibling tools like register_disruption_webhook or delete_disruption_webhook.

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

Usage Guidelines4/5

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

The description gives strong usage context: it clarifies that the tool is scoped to the calling account and that tenant_id must match the one used during registration. It does not explicitly name alternatives or exclusion conditions, but the listing behavior and tenant_id semantics provide clear guidance for when this tool applies.

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