Skip to main content
Glama
rustem-shiriiazdanov

atlassian-marketplace-mcp

feedback_details

Read-onlyIdempotent

Retrieve raw customer feedback entries including uninstall, disable, and unsubscribe events with reasons and free-text messages. Filter by event type, reason, hosting, app, and date range.

Instructions

Raw customer feedback entries (uninstall/disable/unsubscribe events with reasons + free-text messages). Returns {_links:{self,query,next}, feedback:[{addonKey, addonVersion, applicationKey, applicationVersion, hosting, date, feedbackType, reasonKey, reason, message, fullName, appEntitlementId, appEntitlementNumber, productId}]}. _links.next paginates. Filter by type/reason/hosting/addon/productId/anonymous/text + date range. NOTE: contains customer PII (names, free-text comments).

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoFree-text search across the feedback message and identifiers.
typeNoFeedback event type (maps to response `feedbackType`). Strict enum — invalid → HTTP 400.
addonNoApp key (e.g. `com.example.your-app`). Narrows to one app. Alternative to `productId`.
limitNoMax 50 (server cap). `_links.next` carries the next page.
offsetNo
reasonNoFilter by `reasonKey`. Observed values: bugs, merging, not-meeting-needs, other, project-based, sandbox, usefulness.
endDateNoISO date YYYY-MM-DD.
hostingNoFilter by hosting. Response uses 'Cloud'/'Server'/'Data Center'.
anonymousNo`true` returns only anonymized feedback (empty `fullName`); `false` only attributed. Invalid value → 400.
productIdNoProduct UUID. Narrows to one app. (Not in the HAL template but works.) Prefer this or `addon`, not both.
startDateNoISO date YYYY-MM-DD (filters by feedback date).
appEditionNoFilter by app edition (free/standard/advanced) — documented in the spec + verified to narrow (2026-06-03).
Behavior4/5

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

Beyond annotations (readOnly, idempotent, non-destructive), description adds value: notes PII sensitivity, pagination via _links.next, and references the spec URL. Provides behavioral context not captured by annotations alone.

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?

Description is front-loaded with purpose but includes inline return format (could be output schema). Some redundancy with schema descriptions. Could be more concise, e.g., by moving long return field list to output schema.

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?

Given no output schema, description adequately covers return fields, pagination, and PII warning. Includes spec URL for details. However, I deduct for not clarifying differentiation from sibling feedback tools.

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?

Schema coverage is high (92%), so the schema already documents parameters well. The description mentions filterable fields collectively but adds little semantic value beyond the schema. Appropriate baseline score.

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 states it returns raw customer feedback entries (uninstall/disable/unsubscribe) with reasons and free-text messages. Specifies return format fields and pagination. Clearly identifies its resource and scope, distinguishing it from aggregated feedback tools like feedback_metrics_by_metric.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Implies use for detailed raw feedback data by listing filters, but no explicit when to use vs. alternatives or when not to use. The sibling list includes feedback_metrics_by_metric, but the description does not clarify the distinction.

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