Skip to main content
Glama
appcircleio

appcircle-mcp

Official
by appcircleio

get_build_profile_details

Retrieve a build profile's details by ID, including name, platform, repository info, and build status. Optionally fetch associated build configurations.

Instructions

Get a single build profile by ID, optionally including its build configurations.

Returns the build profile with the given ID, including name, platform type, repository information, build status, and optionally the list of configurations (when configurations=True, calls GET /build/v2/profiles/{profileId}/configurations). The returned profile excludes connectionEnvironmentKey and webhookSecret.

Args: profile_id: The build profile ID (e.g. UUID). configurations: If True, also fetch the profile's build configurations and include them in data.configurations. Default: False.

Returns: Standard envelope (see docs/tool_contract.md): - Success: success (true), data (build profile object; if configurations=True then data also has a "configurations" key with the list), meta (empty). - Error: success (false), error (tool, type, message, details). Profile object excludes connectionEnvironmentKey and webhookSecret.

Examples: Get details for a profile: get_build_profile_details(profile_id="uuid-here") Get profile with configurations: get_build_profile_details(profile_id="uuid", configurations=True)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profile_idYes
configurationsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

No annotations provided, so description fully covers behavior: it optionally calls another endpoint for configurations, and explicitly states excluded fields (connectionEnvironmentKey, webhookSecret). Return format and error pattern are documented.

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?

Description is well-organized with Args, Returns, and Examples sections. No redundant information; every sentence adds value.

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 output schema exists, description still provides useful context on return structure and excluded fields. It is complete enough for an agent to use the tool 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?

Schema coverage is 0%, but the description explains both parameters in detail: profile_id as UUID, configurations as boolean with default False and the effect of including configurations in the response.

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 returns a single build profile by ID, optionally including configurations. It distinguishes from sibling tools like get_build_profiles (list) and get_build_configuration_details (specific configuration).

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 implies usage for fetching a specific profile, with examples showing typical calls. 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/appcircleio/appcircle-mcp'

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