Skip to main content
Glama
appcircleio

appcircle-mcp

Official
by appcircleio

get_store_profile_details

Retrieve an enterprise app store profile by ID, including configuration and paginated app versions. Specify page and size for version pagination.

Instructions

Get a single enterprise app store profile by ID (with optional app versions pagination).

Returns the enterprise app store profile with the given ID, 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: profile_id: The enterprise app store 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 store profile object with appVersions), meta (app-versions pagination). - Error: success (false), error (tool, type, message, details). Profile and app versions exclude signedCertThumbPrint. Meta contains page, page_size, total_count, etc.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
sizeNo
profile_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Despite no annotations, the description fully discloses behavioral traits: it returns profile details and paginated app versions, excludes signedCertThumbPrint, and describes the return envelope (success/error structure).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a purpose sentence, bullet-like Args/Returns/Examples sections. Every sentence adds value with no redundancy.

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 existence of an output schema and the description's thorough coverage of purpose, parameters, and return behavior, the tool is fully specified for an agent to select and invoke correctly.

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?

With 0% schema description coverage, the description compensates fully by detailing each parameter: profile_id as UUID, page as 1-based default 1, size as 1-100 default 25 capped at 100.

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 it retrieves a single enterprise app store profile by ID with optional app versions pagination. It distinguishes from sibling tools like get_store_profiles (which likely lists profiles) by specifying 'single profile' and 'by ID'.

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 parameter usage (page, size, defaults, constraints) and examples, but does not explicitly mention when to use this tool versus alternatives like get_store_profiles or other detail endpoints.

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