Skip to main content
Glama
rustem-shiriiazdanov

atlassian-marketplace-mcp

privacy_security_get

Read-onlyIdempotent

Retrieve privacy and security information for an app to support enterprise procurement reviews. Fetches live published or draft unpublished versions.

Instructions

Get privacy & security information for an app (used by enterprise procurement reviewers). Returns {commonCloud:{dataAccessAndStorage, logDetails, dataResidency, privacy, security, properties, hasRestAPIExtension, supportsConfigurableEgress}}. state=live (default) returns the published version; state=draft the unpublished draft (404 if none exists). Invalid state → HTTP 400.

📖 Spec (GET /rest/3/privacy-and-security/products/{productId}): https://developer.atlassian.com/platform/marketplace/rest/v4/api-group-privacy-and-security/#api-rest-3-privacy-and-security-products-productid-get

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNoWhich version to fetch: `live` (published, default) or `draft` (unpublished). Invalid → HTTP 400; `draft` → 404 if none exists.
productIdYes
Behavior4/5

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

Adds return object structure, state parameter effects (default, 404, 400), and a link to external spec. Annotations already indicate read-only, idempotent, non-destructive; description provides complementary detail without contradiction.

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?

Two paragraphs: first states purpose, second details return and state. Efficient, no wasted words. Link to spec is helpful but could be integrated.

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?

With 2 params, no output schema, and annotations present, description provides return structure, state details, and external link. Sufficient for an 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 50% (productId lacks description). Description compensates by fully explaining state behavior (valid values, default, error responses). Does not elaborate on productId, but parameter name and type are self-explanatory.

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 'Get privacy & security information for an app', specifies audience (enterprise procurement reviewers), and distinguishes from sibling tools like privacy_security_draft_delete and privacy_security_publish which are write operations.

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?

Mentions intended audience and state parameter behavior (live default, draft 404). Implicitly separates from write operations, but lacks explicit 'when not to use' or alternatives.

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