Skip to main content
Glama
rustem-shiriiazdanov

atlassian-marketplace-mcp

metrics_renewal

Read-onlyIdempotent

Get time-series data of cloud renewal opportunities and renewals, segmented by monthly and annual billing periods, to compute renewal rates.

Instructions

Cloud renewal TIME-SERIES. total.datasets[] split by billing period (Annual, Monthly) — like churn — with two series each: Renewal opportunities (denominator) and Renewals (numerator). NOTE: unlike churn, renewal series have NO uniqueTotal field (each series is just {name, elements:[{date,count}]}). addons[] carry datasets. Caller computes renewal rate = Renewals / Renewal opportunities per bucket. Only aggregation/startDate/endDate work; other filters silently ignored. Reversed/future ranges return empty datasets+addons.

📖 Spec (GET /rest/3/reporting/developer-space/{developerId}/sales/metrics/renewal): https://developer.atlassian.com/platform/marketplace/rest/v4/api-group-reporting/#api-rest-3-reporting-developer-space-developerid-sales-metrics-renewal-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.
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, destructiveHint. Description adds behavioral details: silent ignore of filters, empty result for reversed ranges, and response structure specifics (no uniqueTotal, addons.datasets). No contradictions.

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?

Well-structured with main purpose first, then details, a note, and a link to spec. Every sentence adds value, though slightly verbose for an experienced user.

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?

No output schema, but description compensates by explaining the response structure (total.datasets, addons, no uniqueTotal) and behavior on invalid inputs. Covers complexity well.

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%, so baseline is 3. Description adds value by noting that other filters are ignored and that aggregation affects the number of elements, plus the effect of start/end dates on empty results.

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 it provides 'Cloud renewal TIME-SERIES' with specific structure (total.datasets split by billing period, two series each), and explicitly contrasts with churn, distinguishing it from sibling tools like metrics_churn.

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?

Explicitly states only aggregation/startDate/endDate work, other filters are silently ignored, and that reversed/future ranges return empty. Could further clarify when not to use, but sibling context and description imply it's for renewal 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/rustem-shiriiazdanov/atlassian-marketplace-mcp'

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