Skip to main content
Glama
rustem-shiriiazdanov

atlassian-marketplace-mcp

app_software_get_by_appkey

Read-onlyIdempotent

Look up app-software by appKey to retrieve hosting platforms, software IDs, and compliance boundaries. Filter by hosting to narrow results.

Instructions

Look up app-software (the technical artifact behind a product listing) by its appKey. Returns an ARRAY of {appSoftwareId, hosting, complianceBoundaries, archived} — one entry per hosting platform the app supports. complianceBoundaries is a Cloud-only concept (an array like ["commercial"] for cloud, null for server/datacenter). Use hosting to narrow to a single entry.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appKeyYesApp key like 'com.example.your-app'
hostingNoNarrow to one hosting platform's app-software entry. Invalid → HTTP 400.
complianceBoundariesNoFilter by compliance boundary (e.g. `commercial`).
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive. The description adds value by detailing the return array structure, explaining complianceBoundaries scope, and noting error behavior for invalid hosting.

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 concise, front-loads the purpose, and includes a helpful spec link. While not overly verbose, it packs useful information into a few sentences.

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, the description adequately describes the return format and key constraints. It covers hosting, complianceBoundaries, and error cases. Could mention that results are typically one per hosting platform, but overall complete.

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 descriptions cover 100% of parameters. The description adds extra context: example for appKey, explanation that invalid hosting causes 400, and complianceBoundaries as Cloud-only. This adds meaning beyond the schema.

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 the tool looks up app-software by appKey and specifies the return structure (ARRAY of fields). It distinguishes the tool as focusing on the technical artifact behind a product listing, which sets it apart from sibling tools.

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 guidance on using hosting to narrow results and warns that invalid hosting returns HTTP 400. Mentioning complianceBoundaries as Cloud-only adds context. However, it does not explicitly state when not to use this tool or compare to 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