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. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already indicate readOnly, idempotent, and non-destructive behavior. The description adds that it lists active subscriptions by default and optionally includes inactive ones, and lists the return fields. This provides useful context beyond the 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?

The description is three sentences: core function, return fields, and usage context. It is front-loaded with the primary purpose and contains no wasted words.

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?

Given the tool's simplicity (one optional parameter, no output schema), the description sufficiently explains what it does, what it returns, and why to use it. No gaps remain.

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%, so the baseline is 3. The description does not add extra meaning for the only parameter (include_inactive) beyond what the schema already provides.

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 tool lists the caller's active subscriptions and returns specific fields. It distinguishes from sibling tools like subscribe and unsubscribe by mentioning usage context: 'review what you're monitoring before adding more or to find an id to cancel.'

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 explicit guidance on when to use the tool: 'Use this to review what you're monitoring before adding more or to find an id to cancel.' It implies not to use it for subscribing or unsubscribing, but does not explicitly state exclusions or alternatives.

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
Disambiguation4/5

Most tools have clearly distinct purposes (entity_profile, compare_entities, ask_pipeworx, etc.). However, ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded are very similar, and suggest_questions/discover_tools overlap slightly. Overall, tools are well-disambiguated with only minor ambiguity.

Naming Consistency3/5

All tool names use snake_case, but the pattern is inconsistent: some start with a verb (ask_, validate_), others with a noun (entity_, bet_). Several are noun_noun (entity_profile), and some are single verbs (remember). No consistent verb_noun pattern across the set.

Tool Count2/5

33 tools is excessive for a server named 'Isbn' that only has 2 ISBN-specific tools. The majority are from Pipeworx, creating scope mismatch. Multiple redundant tools (three ask_pipeworx variants, several polymarket tools) inflate the count unnecessarily.

Completeness2/5

For a server named 'Isbn', completeness is very low—only conversion and validation are provided; no metadata lookup or other ISBN-related features exist. The Pipeworx tools themselves are comprehensive, but they do not align with the server's implied domain.