Skip to main content
Glama
rustem-shiriiazdanov

atlassian-marketplace-mcp

app_software_tokens_list

Read-onlyIdempotent

List API access tokens for an app-software, returning each token with its associated cloud site and instance.

Instructions

List API access tokens minted for this app-software. Returns {tokens:[{token, cloudId, instance}]} — each token maps to one Cloud install. CREDENTIAL-ADJACENT: exposes token identifiers + the customer cloud sites they belong to.

📖 Spec (GET /rest/3/app-software/{id}/tokens): https://developer.atlassian.com/platform/marketplace/rest/v4/api-group-app-software/#api-rest-3-app-software-id-tokens-get

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tokenNoLook up a specific token value (spec param; accepted, filters server-side).
appSoftwareIdYes
Behavior4/5

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

Adds significant behavioral context beyond annotations: warns that token identifiers and customer cloud sites are exposed ('CREDENTIAL-ADJACENT'). Annotations already declare readOnlyHint=true, destructiveHint=false. No contradictions.

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?

Three sentences including a warning and spec link. Front-loaded with purpose. Could be more concise; the spec link is helpful but adds length.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers purpose, return format, and sensitivity. Leaves gaps: no mention of pagination, error cases, or required permissions. With no output schema, the return format description helps but is incomplete regarding edge cases.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 50% (appSoftwareId has no description). The description does not elaborate on appSoftwareId parameter. The token parameter is explained in schema but not mentioned in description. Fails to compensate for missing schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states 'List API access tokens minted for this app-software' with specific verb+resource. Return format is given. Distinguishes from sibling 'app_software_token_create' which creates tokens. However, does not explicitly state it is a read-only operation (though annotations cover that).

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

Usage Guidelines2/5

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

No guidance on when to use this tool vs alternatives (e.g., app_software_token_create). No mention of prerequisites or conditions. The spec link provides reference but not usage context.

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