Skip to main content
Glama
chartmogul

ChartMogul MCP Server

Official
by chartmogul

list_plans

Retrieve subscription plan details including pricing and billing intervals from ChartMogul. Filter by data source, external ID, or billing system to manage subscription data effectively.

Instructions

[ChartMogul API] List subscription plans (pricing/billing intervals). LIMIT WARNING: Default limit 20. Discourage requesting more than 20 items to avoid excessive token usage. Returns plan objects with: uuid (string: plan UUID with pl_ prefix), data_source_uuid (string), name (string), interval_count (integer), interval_unit (string: "day", "month", "year"), external_id (string). FILTERS: data_source_uuid (string), external_id (string), system (string: billing system type). Response includes cursor/has_more. Example: system="Stripe", interval_unit="month"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
data_source_uuidNo
external_idNo
systemNo
limitNo
Behavior4/5

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

With no annotations provided, the description carries the full burden. It effectively discloses key behavioral traits: the default limit of 20 items, a warning against excessive token usage, pagination details (cursor/has_more), and example filter usage. However, it does not cover error conditions or authentication requirements.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized and front-loaded, starting with the core purpose and immediately addressing critical warnings. Each sentence adds value, though it could be slightly more structured for readability (e.g., separating warnings from return details).

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?

Given no annotations and no output schema, the description does well by covering purpose, parameters, behavioral traits (limits, pagination), and return values. It lacks details on error handling or authentication, but for a list tool with good parameter coverage, it is largely complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It adds significant meaning beyond the schema by explaining all four parameters: data_source_uuid, external_id, and system as filters, and limit with its default and warning. It also provides example values for system and interval_unit, enhancing understanding.

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's purpose: listing subscription plans with pricing/billing intervals. It specifies the resource (plans) and distinguishes it from siblings like retrieve_plan (single plan) and create_plan (creation). The mention of ChartMogul API provides context.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

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

The description implies usage for listing plans with filtering options, but does not explicitly state when to use this tool versus alternatives like retrieve_plan or list_plan_groups. It provides some context with filters but lacks explicit guidance on tool selection among siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chartmogul/chartmogul-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server