Skip to main content
Glama

read-project

Parse Xcode project files to extract project structure, targets, build configurations, and source files for development analysis.

Instructions

Read and parse an Xcode project file (.xcodeproj). Returns project structure including targets, build configurations, and source files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectPathYesPath to the .xcodeproj directory
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It states the tool reads and parses a file, implying a read-only operation, but doesn't clarify permissions needed, error handling (e.g., for invalid paths), performance characteristics, or format of the returned structure. While it mentions the return content, it lacks details on depth, pagination, or data format, leaving behavioral gaps.

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 highly concise and well-structured in two sentences: the first states the action and resource, the second specifies the return value. Every word earns its place with no redundancy or fluff, making it easy to parse quickly.

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

Completeness3/5

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

Given the tool has one parameter with full schema coverage and no output schema, the description is minimally adequate. It covers the basic purpose and return content, but for a tool with no annotations, it should provide more behavioral context (e.g., error cases, permissions). The lack of usage guidelines and limited transparency reduces completeness, though the simple parameter schema mitigates this somewhat.

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%, with the single parameter 'projectPath' well-described in the schema as 'Path to the .xcodeproj directory'. The description adds no additional parameter semantics beyond implying the tool operates on Xcode project files, which is already clear from the tool name and schema. Baseline 3 is appropriate as the schema does the heavy lifting.

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

Purpose4/5

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

The description clearly states the tool's purpose with specific verbs ('read and parse') and resource ('.xcodeproj file'), and identifies the returned information (project structure including targets, build configurations, source files). It distinguishes from siblings like 'list-projects' (which likely lists multiple projects) by focusing on reading/parsing a single project file. However, it doesn't explicitly contrast with 'list-targets' or 'list-schemes' which might retrieve subsets of the same information.

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?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention when to choose 'read-project' over 'list-targets' or 'list-schemes' for getting target/scheme information, nor does it specify prerequisites or context for usage. The agent must infer usage from the purpose alone.

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/airdrop-alpha/xcode-mcp'

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