Skip to main content
Glama
roeybiran

XcodeBuild Mini MCP Server

by roeybiran

run_tests

Execute a project's tests using a specified scheme, with optional focus on individual tests and code coverage generation.

Instructions

Runs the project's tests

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
srcNoThe source directory path
onlyNoSpecific tests to run. Provide the full path to the test - TestTarget/TestSuite/TestName, including parentheses (e.g. 'MyAppTests/MyTestSuite/testExample()')
schemeYesThe scheme name
coverageNoWhether to generate code coverage
Behavior2/5

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

The description does not disclose what happens when tests are run (e.g., output format, exit codes, coverage generation) or whether there are side effects. With no annotations, the agent has minimal insight into the tool's behavior beyond the generic verb.

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

Conciseness3/5

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

At one sentence, the description is concise, but it is too sparse to be fully informative. It lacks structure or detail that could aid an agent, though it does not waste words.

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?

The tool has 4 parameters and no output schema, yet the description does not explain what the tool returns or how to interpret results. For a test runner, this is a significant gap, leaving the agent without critical information.

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 coverage is 100%, so the parameters are well-documented in the schema. The description adds no additional context about parameter usage or relationships, which is acceptable as the schema suffices, but no extra value is provided.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Runs the project's tests' clearly states the action and resource, but it is too generic. It does not differentiate from sibling tools like 'build' or 'build_tests', and omits nuances like running specific tests (via 'only' parameter) or configurations.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives. It does not mention prerequisites (e.g., needing to build first) or describe scenarios where this tool is appropriate compared to 'build_tests' or 'list_tests'. The agent is left to infer usage from 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/roeybiran/xcodebuild-mini-mcp'

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