Skip to main content
Glama
rustem-shiriiazdanov

atlassian-marketplace-mcp

app_requests_and_approvals

Read-onlyIdempotent

Retrieve monthly app request and approval metrics for your Atlassian Marketplace apps, filterable by app key or product ID.

Instructions

Marketplace 'request app' / 'approve app' activity, per month. Benchmark-style aggregate (NOT a paginated list): {total:{name, appRequestsAndApprovalsPerMonth:[{date, appRequests, appRequestsApproved, appRequestsApprovalRate}]}, addons:[{addonKey, name, productId, appRequestsAndApprovalsPerAppPerMonth}]}. Filter by addon (app key) or productId; hosting/pagination are silently ignored.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addonNoApp key (e.g. `com.example.your-app`). Narrows to one app. Alternative to `productId`.
endDateNoISO date YYYY-MM-DD.
productIdNoProduct UUID. Narrows to one app. (Not in the HAL template but works.)
startDateNoISO date YYYY-MM-DD.
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, etc. The description adds that it's an aggregate (not a list) and that hosting/pagination parameters have no effect, which provides behavioral context beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is informative but contains a long JSON snippet and spec link, making it a bit verbose. It could be more concise while retaining key details.

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?

No output schema, but the description provides the full output format (JSON structure) and a spec link. It covers filtering and ignored parameters but does not explain each output field's meaning.

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% and schema descriptions are adequate. The description adds value by clarifying that addon and productId are alternative filters and that hosting/pagination are ignored, which provides meaning beyond schema alone.

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's for Marketplace 'request app' / 'approve app' activity per month, benchmark-style aggregate, and explicitly says it's NOT a paginated list. This distinguishes it from sibling tools like licenses_list or transactions_list.

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 advises filtering by addon or productId and notes that hosting/pagination are silently ignored. This gives clear context on how to use the tool, but lacks explicit when-not-to-use or alternative tool comparisons.

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