Skip to main content
Glama

List Subscriptions

list_subscriptions
Read-onlyIdempotent

List the caller's active subscriptions. Returns id, type, params, created_at, last_fired_at, fire_count for each. Use this to review what you're monitoring before adding more or to find an id to cancel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
include_inactiveNoInclude cancelled subscriptions in the response (default false).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, etc. Description adds value by detailing return fields (id, type, params, created_at, last_fired_at, fire_count) and specifying 'active' subscriptions, providing behavioral context beyond annotations.

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 with no wasted words. First sentence states purpose and return fields; second provides usage guidance. Highly efficient.

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?

With full schema coverage, annotations covering safety traits, no output schema but return fields listed, and clear sibling tool context, the description is complete enough for an agent to select and invoke the tool correctly.

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% for the single parameter (include_inactive) with a clear description. The tool description adds minimal extra meaning beyond the schema, so baseline 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?

Description clearly states 'List the caller's active subscriptions' with specific verb and resource. Mentions returned fields (id, type, params, etc.), and distinguishes from sibling tools like subscribe and unsubscribe by focusing on listing.

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 tells when to use: 'to review what you're monitoring before adding more or to find an id to cancel.' This provides clear guidance on usage context and differentiates from subscribe/unsubscribe.

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.

TDQS

A3.6/5.0
Disambiguation2/5

Several tools are near-indistinguishable by role: ask_pipeworx and ask_pipeworx_beta are documented as currently identical, and ask_pipeworx, ask_pipeworx_grounded, and deep_research overlap as lookup/research entry points. The six-tool Polymarket cluster and the suggest_questions/discover_tools pair add further boundary confusion despite very long descriptions.

Naming Consistency3/5

Snake_case is used consistently, and clusters like ask_pipeworx_* and polymarket_* have internal consistency. However, the global convention is mixed: verb_object names (get_cell, resolve_entity, unsubscribe) sit beside noun phrases (entity_profile, recent_changes, cells_in_area) and product-prefixed nouns (pipeworx_feedback, polymarket_edges), so tool names are not predictable from function.

Tool Count2/5

33 tools is too many for a server named Opencellid, especially since only get_cell and cells_in_area actually belong to the cell-tower domain. Even as a broader Pipeworx/data bundle, the set is heavy and includes unrelated one-offs like generate_llms_txt and scan_dependency.

Completeness2/5

For an OpenCellID server, the surface is just two lookups, missing coverage stats, operator-based search, and other natural cell-tower operations. If judged instead as a Pipeworx data-research suite, coverage is broad, but the lack of a coherent stated domain makes obvious gaps and dead ends harder to identify.