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).

TDQS

A4.9/5.0
Behavior5/5

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

Beyond the annotations (readOnly, idempotent), the description adds that it returns specific fields, defaults to active subscriptions, and is scoped to the caller. No contradiction with 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?

Three sentences, no wasted words. The most critical info (action, output, usage) is front-loaded. Every 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 tool with one optional parameter and no output schema, the description is complete. It covers purpose, usage, behavioral traits, and parameter semantics. Pagination or limits are not needed here.

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 description clarifies the default behavior (active subscriptions) and ties the parameter include_inactive to that default. While the schema describes the parameter, the description adds context by stating the default assumption, which aids correct invocation.

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 clearly states the action (List), resource (subscriptions), and scope (caller's active). It also lists the returned fields, making it distinct from sibling tools like subscribe and unsubscribe.

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?

Provides explicit guidance: 'Use this to review what you're monitoring before adding more or to find an id to cancel.' This tells the agent when to use it relative to subscribe and 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.8/5.0
Disambiguation2/5

Many tools occupy clearly different niches, but ask_pipeworx and ask_pipeworx_beta are currently identical, ask_pipeworx_grounded and deep_research heavily overlap the same router concept, and bet_research/polymarket_edges/polymarket_arbitrage all target similar 'find an edge' territory. An agent would need to read very long descriptions carefully to avoid selecting the wrong tool.

Naming Consistency4/5

Names are consistently lowercase snake_case and usefully grouped by prefixes like bnm_, polymarket_, and pipeworx_, which makes the set fairly scannable. However, conventions mix verb-first names (ask_, discover_, resolve_, validate_) with noun-phrase names (entity_profile, recent_alerts, recent_changes), so it is not a uniform verb_noun pattern.

Tool Count2/5

36 tools is well beyond the typical well-scoped 3-15 tool range, and the server bundles several distinct domains: BNM data, the Pipeworx research platform, prediction-market analysis, and memory/subscription management. This breadth would be better split into separate focused servers.

Completeness4/5

The BNM-specific surface is well covered, with dedicated tools for the main series plus a generic bnm_endpoint passthrough for anything else. The broader data side is also unusually complete, with routing, grounded answers, deep research, entity resolution, profiles, comparisons, and claim verification; only minor gaps remain, such as no dedicated historical endpoint for some BNM series.