Skip to main content
Glama
rustem-shiriiazdanov

atlassian-marketplace-mcp

metrics_churn_benchmark

Read-onlyIdempotent

Compare your app's monthly churn rate against the ecosystem average. Filter by app key or product ID and date range to get normalized benchmark ratios per month.

Instructions

Per-app monthly churn benchmark vs. ecosystem average. Returns churnBenchmarkPerApp[] where each entry has churnBenchmarkPerMonth[] rows: {year, month, churnedLicenses, totalLicenses, churnRate, isolatedChurnRate, churnRateBenchmark, isolatedChurnRateBenchmark}. The *Benchmark fields are normalized so 1.0 ≈ ecosystem average. Filter by addon (app key) or productId (UUID). Note: data has a ~2-3 month publication lag. Default (no filter) returns full history for all apps — large response (~60KB) triggers the truncation envelope. Use date range to narrow.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addonNoApp key (e.g. `com.example.your-app` — NOT productId UUID). Single value via this MCP. Silently ignored if `productId` is also passed.
endDateNoISO date YYYY-MM-DD. Note: data has a ~2-3 month publication lag; very recent windows can return empty `churnBenchmarkPerApp[]`.
productIdNoProduct UUID. Single value. Not documented in Atlassian's HAL query template but works as a real filter. When BOTH `addon` and `productId` are passed, `productId` wins. Invalid or non-matching UUIDs are silently ignored (full list returned).
startDateNoISO date YYYY-MM-DD. Trims `churnBenchmarkPerMonth[]` to months overlapping the window.
Behavior5/5

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

Annotations indicate read-only, idempotent, non-destructive. Description adds key behavioral details: ~2-3 month lag, large response triggers truncation, filter precedence between addon and productId, silent ignoring of invalid UUIDs. Comprehensive.

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 and informative, front-loads main purpose. Slightly long but each sentence adds value. Could be tightened slightly, but effective.

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 explains return structure. Covers filter behavior, default response size warning, and data lag. Complete for agent to use correctly.

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% (baseline 3). Description adds meaningful context: for addon clarifying it's app key not UUID, for productId its undocumented status, and effects of combining filters. Adds significant value beyond 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?

Description clearly states it returns per-app monthly churn benchmark vs. ecosystem average, with detailed response structure. Distinguishes from sibling tools like metrics_churn by focusing on benchmark.

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?

Provides explicit guidance on filtering, publication lag, response size concerns, and use of date range. Lacks explicit when-not-to-use or alternatives, but sufficient.

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