Skip to main content
Glama
rustem-shiriiazdanov

atlassian-marketplace-mcp

search_keywords_partner_export

Read-onlyIdempotent

Export partner-wide search keyword data as JSON or CSV. Filter by date range and aggregation period.

Instructions

Export variant of partner-wide search keywords. With accept=json (default) returns the data INLINE as {_links:{self,query,export}, total, addons} (same payload as search_keywords_partner); with accept=csv returns a per-app CSV string. ⚠️ The advertised _links.export download URLs are BROKEN (Atlassian-side doubled /export/export path → 404, verified 2026-06-03) — use the inline data or accept=csv instead. Filters: aggregation/startDate/endDate.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
acceptNoOutput format: `json` (default) or `csv` (returns a CSV string with a header row). Invalid → HTTP 400.
endDateNoISO date YYYY-MM-DD.
startDateNoISO date YYYY-MM-DD.
aggregationNoTime-series bucket cadence for the `elements[]` arrays. Default week.
Behavior5/5

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

Adds significant behavioral context beyond annotations: describes broken export links, how JSON vs CSV outputs differ, the structure of JSON response, and that invalid accept parameter returns HTTP 400. This is a high-value disclosure that prevents misuse.

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 efficient, front-loading the core purpose and including a crucial warning about broken links. It is slightly long due to the warning and spec URL, but all sentences contribute meaningful information.

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 both output formats (JSON inline payload structure and CSV string). Covers all filters, default behaviors, and error cases. Provides a spec link for further reference. Fulfills all informational needs for an export 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% with descriptions for all parameters. The description adds context by noting that 'json' is the default accept option and that invalid values cause an error. It also clarifies the date formats are ISO and that aggregation defaults to 'week'.

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?

Clearly states it is an export variant of partner-wide search keywords. Differentiates from sibling 'search_keywords_partner' by noting the same payload for JSON and the CSV option. Also lists filters (aggregation/startDate/endDate).

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 clear context: it is for exporting data in JSON or CSV format. Warns about broken `_links.export` URLs, advising to use inline data or CSV instead. Does not explicitly state when to use this tool over alternatives, but the purpose is specific enough.

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