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

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. Description complements by specifying return fields and optional parameter, but does not contradict 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?

Two sentences, front-loaded with purpose, no filler. Efficient and to the point.

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 (1 optional param, no output schema), the description adequately covers purpose, returned data, and usage context.

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% with full parameter description. The description does not add additional context about the parameter beyond what schema provides, meeting baseline but not exceeding.

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?

Description clearly states 'List the caller's active subscriptions' with specific verb and resource, and enumerates returned fields (id, type, etc.). Distinct from sibling tools like subscribe/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?

Explicitly advises using this tool to review monitored subscriptions before adding more or to find an ID to cancel, providing clear guidance on when and why to use it.

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

B3.2/5.0
Disambiguation2/5

The server is named 'Twilio' but contains only 5 Twilio-specific tools mixed with 31 unrelated Pipeworx tools. An agent must distinguish between Twilio and Pipeworx functionality, and the tool descriptions are clear individually, but the overall set is confusing because the server name implies a focused Twilio service, not a general-purpose data platform with a few Twilio actions.

Naming Consistency2/5

The Twilio tools follow a consistent 'twilio_verb_noun' pattern (e.g., twilio_send_sms, twilio_make_call), while the Pipeworx tools use a separate snake_case convention (e.g., ask_pipeworx, entity_profile, deep_research). The two naming conventions are clearly distinct and do not mix, but the overall set is inconsistent because the server is named after one convention yet the majority of tools follow a different one.

Tool Count1/5

With 36 tools, the count is high, but the critical issue is that only 5 tools are relevant to the Twilio server name. The remaining 31 tools belong to Pipeworx, a completely different domain. This is an extreme mismatch between the claimed server purpose (Twilio) and the actual tool set, making the tool count inappropriate.

Completeness2/5

For a Twilio-focused server, the tool set is very incomplete: it covers only basic SMS sending, call initiation, and listing messages/calls. Missing are phone number management, media handling, conversation features, and other common Twilio operations. The Pipeworx tools are comprehensive for their own domain, but they are irrelevant to the Twilio server's stated purpose, leaving significant gaps.