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.5/5.0
Behavior4/5

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

Annotations already mark this as readOnly, idempotent, non-destructive. The description adds that it returns the caller's subscriptions (auth scope) and enumerates the exact return fields, which is useful behavioral context beyond the annotations. No contradictions.

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 short sentences: purpose, return fields, usage. Each sentence adds new information. No filler or repetition.

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, the description is sufficient: it states what it lists, what it returns, and when to use it. The schema covers the optional parameter, and annotations cover safety. No output schema exists, but the return fields are explicitly enumerated.

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?

The only parameter (include_inactive) is fully described in the schema, covering its purpose and default. The description doesn't add parameter-specific details but doesn't need to given the schema provides complete information. Baseline score 3.

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 starts with a clear verb ('List') and resource ('the caller's active subscriptions'), and explicitly lists return fields. The sibling context includes subscribe/unsubscribe, and the description mentions using this to review before adding more or to find an id to cancel, distinguishing it from those siblings.

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?

It provides explicit use cases: 'Use this to review what you're monitoring before adding more or to find an id to cancel.' This tells the agent when to call it relative to subscribe/unsubscribe, fulfilling the usage guideline requirement.

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.7/5.0
Disambiguation2/5

Several tools have unclear boundaries: ask_pipeworx and ask_pipeworx_beta are explicitly identical in behavior today, while discover_tools and suggest_questions overlap as discovery/onboarding entry points. The Polymarket tools also blur together across arbitrage, edges, edge tracking, and fill risk, making tool selection prone to mistakes despite long descriptions.

Naming Consistency3/5

Names are consistently lowercase snake_case and readable, but they mix conventions: some are clear verb_noun actions like validate_claim and compare_entities, while others are noun-led like recent_alerts and entity_profile, or domain-prefixed like polymarket_edges and opensensemap_nearby. There is no single predictable naming pattern across the set.

Tool Count2/5

At 34 tools, this exceeds the 25+ threshold for a heavy tool set, and the tools span several unrelated domains: OpenSenseMap sensors, Pipeworx data access, Polymarket research, memory, subscriptions, and AI visibility. A server named Opensensemap hosting this much unrelated functionality feels poorly scoped.

Completeness3/5

The OpenSenseMap portion covers nearby discovery, box lookup, and area averages, but lacks historical/time-series access and station lifecycle operations, which are notable gaps for a sensor data server. The broader Pipeworx surface has strong lookup, research, validation, and subscription coverage, so the main incompleteness is in the named domain.