Skip to main content
Glama
appcircleio

appcircle-mcp

Official
by appcircleio

get_publish_profiles

Retrieve paginated publish profiles for iOS or Android. Filter by flow status to find profiles with specific build results.

Instructions

Get publish profiles for the current organization for a given platform type (paginated).

Returns a list of publish profiles with their IDs, names, app versions, version information, flow status information, and profile settings. Optionally filter by flow status.

Args: platform_type: Platform type of publish profiles ("ios" or "android"). page: Page number (1-based). Default: 1. size: Page size (1-100). Default: 25. Values above 100 are capped at 100. flow_status: Optional flow status code to filter by (single value). Allowed values: 0=Success, 1=Failed, 2=Canceled, 3=Timeout, 90=Waiting, 91=Running, 92=Completing, 99=Unknown, 200=NotStarted, 201=Stopped, 202=InProgress, 203=AwaitingResponse.

Returns: Standard envelope (see docs/tool_contract.md): - Success: success (true), data (list of publish profile objects), meta (page, page_size, platform_type, flow_status, pagination metadata). - Error: success (false), error (tool, type, message, details).

Examples: Get first page of iOS profiles: get_publish_profiles(platform_type="ios") Get page 2 with 10 items: get_publish_profiles(platform_type="android", page=2, size=10) Filter by flow status: get_publish_profiles(platform_type="ios", flow_status=0)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
sizeNo
flow_statusNo
platform_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses behavioral traits like pagination, filtering, default parameter values, and capping. It does not mention side effects or authorization, but as a read-only tool, this is acceptable. A score of 5 would require explicit statements about non-destructiveness or rate limits.

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 well-structured with Args, Returns, and Examples sections, making it easy to parse. It is comprehensive but slightly verbose; some information (e.g., full list of return fields) could be shortened given the output schema. Still, it earns its length.

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 presence of an output schema, the description need not fully explain return values, but it does. It covers pagination metadata, filtering, and provides multiple examples. For a tool with 4 parameters and complex pagination, this is thorough and complete.

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%, so the description adds all parameter meaning. It explains platform_type as an enum, page as 1-based, size bounds (1-100 capped at 100), and flow_status with allowed integer codes. It provides default values and behavior, significantly enhancing understanding beyond the raw 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 explicitly states 'Get publish profiles for the current organization for a given platform type (paginated)', clearly indicating the action, resource, and scope. It distinguishes from sibling tools like get_publish_profile_details (singular) and other profile-related 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?

The description provides clear context for usage: 'for a given platform type' and pagination details. Examples show typical use cases. However, it does not explicitly compare to alternatives or state when not to use this tool, which would elevate it to a 5.

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