Skip to main content
Glama
appcircleio

appcircle-mcp

Official
by appcircleio

get_publish_profile_details

Retrieve a publish profile for iOS or Android by ID, including configuration and paginated app versions.

Instructions

Get a single publish profile by platform type and ID (with optional app versions pagination).

Returns the publish profile with the given ID for the given platform, including name, configuration, and a paginated list of app versions. Use page and size to paginate app versions. The returned profile and each app version exclude signedCertThumbPrint.

Args: platform_type: Platform type ("ios" or "android"). profile_id: The publish profile ID (e.g. UUID). page: Page number for app versions (1-based). Default: 1. size: Page size for app versions (1-100). Default: 25. Values above 100 are capped at 100.

Returns: Standard envelope (see docs/tool_contract.md): - Success: success (true), data (single publish profile object with appVersions), meta (app-versions pagination, platform_type). - Error: success (false), error (tool, type, message, details). Profile and app versions exclude signedCertThumbPrint.

Examples: Get profile details: get_publish_profile_details(platform_type="ios", profile_id="uuid-here") Get first page of app versions (5 per page): get_publish_profile_details(platform_type="ios", profile_id="uuid", page=1, size=5)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
sizeNo
profile_idYes
platform_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

No annotations provided, but the description fully discloses behavior: it is a read operation, returns profile data excluding signedCertThumbPrint, and details error response format. No 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?

Well-structured with first sentence giving purpose, followed by structured Args, Returns, and Examples. Slightly redundant (mentions signedCertThumbPrint exclusion twice), but overall clear and efficient.

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 the tool's complexity (4 params, pagination, output schema exists), the description covers all necessary aspects: parameter details, return envelope, error handling, and examples. References external docs for standard envelope.

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

Parameters5/5

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

Schema coverage is 0%, but the description provides comprehensive meanings for all 4 parameters: platform_type (enum), profile_id (UUID), page and size with defaults and capping. This adds significant value 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?

Clearly states it gets a single publish profile by platform type and ID, with optional app versions pagination. Distinguishes from sibling get_publish_profiles (which would list all).

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?

Explains when to use (get specific profile by ID and platform) and includes pagination guidance. However, it does not explicitly state when not to use or list 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/appcircleio/appcircle-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server