Skip to main content
Glama
chartmogul

ChartMogul MCP Server

Official
by chartmogul

asp_metrics

Retrieve Average Sale Price metrics from ChartMogul to analyze new customer first invoice amounts over time, with data provided in cents for currency conversion.

Instructions

[ChartMogul API] Retrieve Average Sale Price metrics. CRITICAL: ASP VALUES ARE INTEGER CENTS - DIVIDE BY 100 FOR ACTUAL CURRENCY AMOUNTS. ASP = Average first invoice amount of new customers. Returns entries array with: date (string), asp (integer cents), asp_percentage_change (float). Plus summary object. REQUIRED: start_date (YYYY-MM-DD), end_date (YYYY-MM-DD), interval (string: "month", "quarter", "year" ONLY - day/week NOT supported). OPTIONAL: geo, plans, filters (string: CFL syntax field~operator~value~AND~... Use get_cfl_fields for field list). Example: asp=152454 means $1,524.54 average sale price

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
start_dateYes
end_dateYes
intervalYes
geoNo
plansNo
filtersNo
Behavior4/5

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

With no annotations provided, the description carries full burden and does well by disclosing critical behavioral traits: ASP values are in integer cents requiring division by 100, the specific return format (entries array with date, asp, asp_percentage_change plus summary object), and interval constraints (day/week NOT supported). However, it doesn't mention rate limits, authentication requirements, or error conditions.

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 most critical information (ASP integer cents warning) first. Every sentence earns its place, though the example at the end could be slightly more integrated. Overall efficient with zero 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?

Given 6 parameters with 0% schema coverage and no output schema, the description provides excellent coverage of inputs, return format, and critical constraints. It's nearly complete for this complexity level, though could benefit from mentioning authentication or error handling. The absence of an output schema makes the return format explanation particularly valuable.

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?

With 0% schema description coverage, the description fully compensates by explaining all 6 parameters: clearly marking 3 as REQUIRED with format details (YYYY-MM-DD dates, specific interval values), listing 3 OPTIONAL parameters, providing syntax examples for filters (CFL syntax), and referencing 'get_cfl_fields' for field lists. This adds substantial 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 explicitly states the tool retrieves Average Sale Price metrics from ChartMogul API, specifying ASP = Average first invoice amount of new customers. It clearly distinguishes from sibling tools like 'all_metrics', 'arpa_metrics', or 'arr_metrics' by focusing specifically on ASP calculations.

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 about when to use this tool (for ASP metrics) and mentions an alternative tool ('get_cfl_fields' for filter field lists), but doesn't explicitly state when NOT to use it versus other metrics tools like 'mrr_metrics' or 'ltv_metrics'.

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