Skip to main content
Glama
chartmogul

ChartMogul MCP Server

Official
by chartmogul

list_subscription_events

Retrieve subscription lifecycle events from ChartMogul to track subscription changes, cancellations, updates, and scheduled events with filtering options.

Instructions

[ChartMogul API] List subscription lifecycle events (track subscription changes). LIMIT WARNING: Default limit 20. Discourage requesting more than 20 items to avoid excessive token usage. Returns subscription event objects with event details, dates, subscription/customer info. FILTERS: data_source_uuid (string), external_id (string), customer_external_id (string), subscription_external_id (string), event_type (string: "subscription_start", "subscription_start_scheduled", "scheduled_subscription_start_retracted", "subscription_cancelled", "subscription_cancellation_scheduled", "scheduled_subscription_cancellation_retracted", "subscription_updated", "subscription_update_scheduled", "scheduled_subscription_update_retracted", "subscription_event_retracted"), event_date (ISO 8601 datetime), effective_date (ISO 8601 datetime), plan_external_id (string). Response includes cursor/has_more. Example: event_type="subscription_start"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
data_source_uuidNo
external_idNo
customer_external_idNo
subscription_external_idNo
event_typeNo
event_dateNo
effective_dateNo
plan_external_idNo
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 and does well by disclosing key behavioral traits: it warns about a default limit of 20 and discourages excessive requests to avoid token usage, describes the return format (subscription event objects with details), and mentions pagination (cursor/has_more). However, it lacks details on error handling or authentication needs.

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 with the core purpose, followed by important warnings and details. Every sentence adds value, but the long enum list for 'event_type' could be slightly condensed, though it's necessary for clarity.

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?

For a tool with 9 parameters, 0% schema coverage, and no output schema, the description is quite complete: it covers purpose, usage constraints, parameter semantics, and response format. However, it lacks information on error cases or example responses, which would enhance completeness given the complexity.

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?

Given 0% schema description coverage, the description compensates fully by listing all 9 parameters with semantic details: it explains filter purposes (e.g., 'data_source_uuid' for filtering by data source), provides enum values for 'event_type', specifies date formats (ISO 8601), and clarifies the 'limit' parameter's default and warning. This adds significant meaning beyond the bare schema.

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 specific action ('List subscription lifecycle events') and resource ('subscription events'), distinguishing it from sibling tools like 'list_customers' or 'list_invoices' by focusing on subscription-specific events. It also mentions tracking subscription changes, which further clarifies the 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 context for usage by specifying filters and a limit warning, but it does not explicitly state when to use this tool versus alternatives like 'list_customer_subscriptions' or 'update_subscription_event'. It implies usage for filtered event listing without naming specific alternatives.

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