Skip to main content
Glama
drewster99

xcode-mcp-server (drewster99)

by drewster99

run_project_unmonitored

Destructive

Launch an Xcode project and return immediately, leaving the app running in the background without monitoring. Ideal for long-running apps or manual testing; retrieve logs later.

Instructions

Launch the app in Xcode and return immediately without waiting.

The app will continue running until you stop it manually in Xcode. No monitoring, no automatic termination, no log extraction.

Use get_runtime_output later (after manual termination) to retrieve logs.

Perfect for: Long-running apps, servers, apps needing extended manual testing

Args: project_path: Path to an Xcode project/workspace directory scheme: Optional scheme to run. If not provided, uses the active scheme.

Returns: Success message indicating the app has been launched

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_pathYes
schemeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations indicate destructive and open-world; the description adds meaning by explaining the app continues running until manually stopped, with no monitoring or log extraction. Does not contradict annotations.

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?

Concise and front-loaded: first sentence states the core action. Every sentence adds value, no fluff. Clean structure with Args and Returns sections.

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?

Covers behavior, workflow, and use cases. Could mention prerequisites (e.g., project must be buildable) but overall sufficient given output schema exists for return details.

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 coverage, the description fully compensates by describing project_path as path to Xcode project/workspace and scheme as optional with default value, adding clear semantics beyond the schema.

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 launches an app in Xcode and returns immediately, distinguishing it from siblings like run_project_until_terminated and run_project_with_user_interaction by emphasizing no monitoring, no automatic termination.

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?

Explicitly states it's perfect for long-running apps, servers, and extended manual testing. Provides workflow hint to use get_runtime_output later. Could be more explicit about when not to use, but the context is clear.

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/drewster99/xcode-mcp-server'

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