Skip to main content
Glama
rustem-shiriiazdanov

atlassian-marketplace-mcp

metrics_conversion

Read-onlyIdempotent

Retrieves time-series data for evaluation-to-paid conversion metrics, returning Evaluation and Conversion counts per time bucket to compute conversion rates.

Instructions

Cloud evaluation→paid conversion TIME-SERIES. Shape differs from churn/renewal: total.series[] is FLAT (no datasets[] billing-period split) with two series — Evaluations (denominator) and Conversions (numerator) — each a list of {date, count} elements. No uniqueTotal field. addons[] carry series directly. Caller computes conversion rate = Conversions / Evaluations per bucket. Only aggregation/startDate/endDate work; other filters silently ignored. Reversed or future-only ranges return empty series/addons.

📖 Spec (GET /rest/3/reporting/developer-space/{developerId}/sales/metrics/conversion): https://developer.atlassian.com/platform/marketplace/rest/v4/api-group-reporting/#api-rest-3-reporting-developer-space-developerid-sales-metrics-conversion-get

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endDateNoISO date YYYY-MM-DD (inclusive upper bound).
startDateNoISO date YYYY-MM-DD (inclusive lower bound).
aggregationNoTime-series bucket cadence. Default: week. Affects the number of `elements[]` returned per series.
Behavior5/5

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

Annotations already provide readOnlyHint and idempotentHint. The description goes well beyond by detailing the exact output shape (flat series, two series names, no uniqueTotal, addons structure), the ignored filters, and empty responses for invalid ranges. No contradiction with annotations.

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 front-loaded with key distinguishing shape information and provides efficient, detailed explanations of output structure, parameter behavior, and edge cases. The URL adds minor redundancy but overall every sentence earns its place.

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 no output schema, the description thoroughly explains the response structure, series names, calculation requirement, and parameter constraints. It covers all necessary details for an agent to correctly invoke and interpret the tool.

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?

Input schema coverage is 100% with descriptions for all three parameters. The description adds that only these parameters work and that aggregation defaults to week, but does not provide deeper semantics beyond the schema. Baseline score of 3 is appropriate.

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 returns time-series data for cloud evaluation-to-paid conversion. It distinguishes its shape from sibling tools (churn/renewal) by specifying flat series structure, making the purpose unambiguous.

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 explains that the caller must compute the conversion rate from two series and notes that only aggregation/startDate/endDate work while other filters are ignored. It also covers edge cases like reversed or future-only ranges. While it does not explicitly name alternatives, the shape contrast with churn/renewal implies when to use this tool.

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/rustem-shiriiazdanov/atlassian-marketplace-mcp'

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