Skip to main content
Glama

xcode_test_without_building

Run tests on pre-built code without recompiling, using a specified scheme and destination to execute only selected test targets.

Instructions

Run tests on previously built code without rebuilding

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
schemeYesBuild scheme name
testPlanNoTest plan name
destinationYesTest destination
onlyTestingNoRun only these test targets
projectPathNoWhen omitted, xcodebuild runs in the MCP server process's working directory (usually not the project directory); passing projectPath explicitly is recommended
skipTestingNoSkip these test targets
timeoutSecondsNoCommand timeout in seconds (default: 600)
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. However, it only states that the tool does not rebuild, without mentioning prerequisites (e.g., must have previously built), error conditions, side effects, or return behavior. This is insufficient for a tool with 7 parameters.

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 a single, front-loaded sentence that efficiently conveys the core purpose. It is concise and not wasteful, though it could be slightly more informative without sacrificing brevity.

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

Completeness2/5

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

Given the tool has 7 parameters, no output schema, and no annotations, the description is very incomplete. It lacks information on return values, error handling, prerequisites, or how to interpret results. The schema covers parameters, but the overall context is insufficient 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.

Parameters3/5

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

Schema description coverage is 100%, so all parameters are already documented in the schema. The description adds no additional meaning beyond the schema, meeting the baseline of 3. No extra semantics are provided.

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 verb 'Run tests' on the resource 'previously built code' and highlights the distinguishing feature 'without rebuilding', which effectively differentiates it from siblings like xcode_test. It is specific and leaves no ambiguity about the tool's core function.

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 that this tool is for running tests on already built code, but it does not explicitly state when to use it versus alternatives like xcode_test (which builds first) or when not to use it. There is no guidance on prerequisites or exclusions, leaving the agent to infer usage context.

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/sitharaj88/xcode-pilot-mcp'

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