Skip to main content
Glama
appcircleio

appcircle-mcp

Official
by appcircleio

get_distribution_profiles

Retrieve paginated distribution profiles for testing. Filter by name to find specific profiles for iOS or Android app distribution.

Instructions

Get testing distribution profiles for the current organization (paginated).

Returns a list of distribution profiles with their IDs, names, iOS and Android app versions, settings details, and testing group information. Optionally filter by profile name using the search parameter.

Args: page: Page number (1-based). Default: 1. size: Page size (1-100). Default: 25. Values above 100 are capped at 100. search: Optional search term to filter profiles by name (case-insensitive partial match). For example, search="iOS" will return profiles with "iOS" in their name.

Returns: Standard envelope (see docs/tool_contract.md): - Success: success (true), data (list of distribution profile objects), meta (count, page, page_size, search_term). - Error: success (false), error (tool, type, message, details). Profile objects exclude settings.password.

Examples: Get first page (default size 25): get_distribution_profiles() Get page 2 with 10 items: get_distribution_profiles(page=2, size=10) Search for iOS profiles: get_distribution_profiles(search="iOS")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
sizeNo
searchNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, description carries full burden. It discloses pagination, search filtering, default values, capping behavior, exclusion of sensitive data (password), and return envelope structure. Does not mention authorization or rate limits, but is transparent for a read-only tool.

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?

Description is well-structured: summary, return content, parameter details, return envelope, and examples. Every sentence adds value, though could be slightly more concise. Front-loaded purpose helps quick understanding.

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 (3 optional parameters, no enums, output schema exists), description covers all aspects: parameter explanations, behavior constraints, return format, and examples. Includes privacy note about password exclusion. Complete for a paginated list tool.

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 has no descriptions (0% coverage), but description explains each parameter: page (1-based, default 1), size (range 1-100, capped), search (case-insensitive partial match with example). These details add critical 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?

Description clearly states the verb 'Get' and resource 'testing distribution profiles for the current organization (paginated)'. It specifies the returned fields (IDs, names, versions, etc.) and the optional filter, distinguishing it from sibling tools like 'get_build_profiles' or 'get_store_profiles'.

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

Usage Guidelines3/5

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

Description explains the purpose and optional search parameter, but does not explicitly state when to use this tool versus alternatives or provide 'when not to use' guidance. Examples show typical usage, but no sibling comparison.

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