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

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety. The description adds value by specifying the return fields (id, type, params, created_at, last_fired_at, fire_count) and clarifying that only active subscriptions are listed by default. This goes beyond annotation coverage and gives the agent a better understanding of the tool's output behavior.

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: the first states the core purpose and return fields, the second gives actionable usage guidance. It is front-loaded, clear, and every sentence earns its place. No redundant information or filler.

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 read-only list tool with one optional parameter, strong annotations, and no output schema, the description is sufficiently complete. It covers what is returned, the scope (caller's subscriptions), and when to use it. The absence of an output schema is compensated by explicitly listing return fields.

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 single parameter (include_inactive) is fully documented in the schema with a clear description and default behavior. The tool description does not add extra semantic meaning beyond the schema, so the baseline score of 3 is appropriate. The schema does the heavy lifting here.

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 uses a specific verb+resource construction: 'List the caller's active subscriptions.' It clearly identifies the scope (caller's own subscriptions) and differentiates from sibling tools like subscribe/unsubscribe by focusing on listing active subscriptions. The mention of returning specific fields further clarifies its purpose.

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 provides clear usage context: '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 this tool (reviewing existing subscriptions before modifying) without explicitly stating exclusions or naming alternatives, but the context is strong enough to guide selection.

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

A4/5.0
Disambiguation4/5

Most tools have distinct purposes, but some overlap exists (e.g., ask_pipeworx and ask_pipeworx_grounded, deep_research and ask_pipeworx). The Polymarket tools are numerous but clearly differentiated.

Naming Consistency3/5

Mixed naming conventions: some tools start with verbs (ask_pipeworx, search_cves), others with nouns (entity_profile, recent_changes). Prefixes (pipeworx_, polymarket_) help but the pattern is not uniform.

Tool Count2/5

33 tools is excessive for a single server, covering too many domains (NVD, Pipeworx, Polymarket, SEC, memory). This reduces coherence and makes it hard for agents to navigate.

Completeness4/5

Core workflows are covered: CVE lookup, company research, prediction market analysis, and data querying. However, there are minor gaps (e.g., no tool for editing stored data, no CVE metrics beyond search).