Skip to main content
Glama
OrellBuehler

testflight-mcp

by OrellBuehler

list_ci_artifacts

Retrieve all artifacts produced by an Xcode Cloud build action using its ID, with file names, types, sizes, and download URLs for logs, archives, and test results.

Instructions

List the artifacts a build action produced (logs, archives, test results) with file name, type, size and a download URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax artifacts (default: 50)
build_action_idYesXcode Cloud build action ID (from list_ci_build_actions)
Behavior4/5

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

With no annotations, the description carries the burden of indicating behavior. 'List' signals a read-only operation, and naming the returned metadata fields clarifies that the tool returns artifact metadata rather than the artifact content itself. It does not discuss authorization or pagination, but these are less critical for a simple listing tool.

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 a single compact sentence that front-loads the action and resource, then gives useful examples and return fields. Every phrase contributes meaning with no wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple list operation with no output schema, the description appropriately documents the main return fields and artifact types. It slightly under-explains the overall CI workflow, but the schema and sibling tool names provide enough surrounding context for an agent to call it correctly.

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

Parameters3/5

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

Schema description coverage is 100%, so both build_action_id and limit are already well documented in the schema. The description does not add extra parameter-level meaning but also does not need to, given the schema's completeness.

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?

States a specific verb and resource: 'List the artifacts a build action produced', and adds concrete return fields (file name, type, size, download URL). This clearly separates it from sibling CI tools like list_ci_build_actions, list_ci_issues, and list_ci_products.

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?

The description implies usage after a build action has been identified, and the schema reinforces that build_action_id comes from list_ci_build_actions. However, the prose does not explicitly state when to use this tool versus alternatives, nor does it describe what to do if no artifacts exist.

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/OrellBuehler/testflight-mcp'

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