Skip to main content
Glama

Crinkl Commerce MCP

get-cumulative-gmv

Get cumulative Gross Merchandise Value (GMV) from the public cumulative feed. The live Crinkl site displays this live beta cumulative total on top of the finalized alpha base; provide startDate to bound the window explicitly. Returns a cryptographically signed token containing total USD cents, spend count, and computation timestamp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asOfDateNoOptional ISO date to compute GMV as of (defaults to now)
startDateNoOptional ISO date (YYYY-MM-DD) to start counting from. The live beta cumulative feed uses 2026-01-27.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

The description discloses that the tool returns a cryptographically signed token with specific fields and mentions the live beta cumulative total. However, with no annotations provided, it lacks details on side effects, authentication, or rate limits, so transparency is moderate.

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 three sentences and includes necessary details without significant fluff. It could be slightly more streamlined but is generally well-structured and efficient.

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 output schema, the description explains the return value effectively. It covers purpose, parameter behavior, and output format. While missing error handling and endpoint details, it is largely complete for a straightforward read-type tool.

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

Parameters4/5

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

Schema coverage is 100%, providing baseline 3. The description adds value by clarifying the startDate parameter's purpose with the specific default date (2026-01-27), giving contextual meaning beyond the schema's generic description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool gets cumulative GMV from a public cumulative feed and mentions the specific beta/alpha context. However, it does not explicitly differentiate from siblings like 'get-trailing-gmv' or 'get-daily-gmv', which could lead to confusion.

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

Usage Guidelines2/5

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

The description suggests providing startDate to bound the window but does not provide when-to-use or when-not-to-use guidance relative to similar sibling tools. No alternatives are mentioned, leaving the agent to guess which GMV tool is appropriate.

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.

Resources