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

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false. The description adds value by stating the default behavior (returns active subscriptions only, with an optional parameter to include inactive) and listing the specific returned fields, providing 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?

The description is two sentences, front-loaded with the purpose, and every sentence adds value. There is no wasted text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With only one optional parameter and rich annotations, the description covers the essential behavioral details: default active filtering, parameter usage, and return fields. It is complete for a simple list tool, though pagination or sorting details are not mentioned.

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% (one parameter with a clear description). The tool description does not add significantly new information about the parameter beyond what the schema provides, so it meets the baseline of 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 clearly states the verb 'List' and resource 'the caller's active subscriptions', immediately establishing the tool's function. It also lists the return fields (id, type, params, created_at, etc.), which distinguishes it 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 Guidelines4/5

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

The description explicitly provides usage context: 'Use this to review what you're monitoring before adding more or to find an id to cancel.' This gives clear when-to-use guidance, though it does not explicitly mention alternatives or when not to use.

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

Several tools have unclear boundaries: ask_pipeworx and ask_pipeworx_beta are explicitly identical in current behavior, and ask_pipeworx_grounded, validate_claim, and deep_research all overlap with the same underlying routing. The six Polymarket tools (arbitrage, edges, edge_tracker, fill_risk, kalshi_spread, bet_research) share domain and response fields, making misselection likely despite detailed descriptions.

Naming Consistency3/5

Snake_case is used throughout and prefix families (ask_pipeworx_*, nashville_*, polymarket_*, pipeworx_*) are consistent within themselves. However, the overall set mixes verb-first names (ask, compare, remember, subscribe) with noun/adjective-first names (entity_profile, recent_alerts, recent_changes, bet_research), so no single predictable pattern governs all tools.

Tool Count2/5

At 34 tools, the server exceeds a coherent surface, especially for a server named 'Data Nashville' where only 3 of 34 tools actually serve Nashville data. The count is inflated by several largely unrelated feature families (AI visibility, prediction markets, memory, subscriptions), making the set feel like an aggregation of multiple products rather than one focused server.

Completeness3/5

Individual families are fairly complete: memory has remember/recall/forget, subscriptions have subscribe/unsubscribe/list/recent_alerts, and Nashville has discovery/query/recent access. But the overall domain is unclear, and the Nashville-specific surface is thin (no search across datasets, no non-ArcGIS sources), leaving notable gaps relative to the server name.