Skip to main content
Glama

doctor

Analyze and diagnose the MCP server environment, check dependencies, and verify configuration status with XcodeBuildMCP's diagnostic tool.

Instructions

Provides comprehensive information about the MCP server environment, available dependencies, and configuration status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
enabledNoOptional: dummy parameter to satisfy MCP protocol
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. While it indicates this is an informational tool ('Provides comprehensive information'), it doesn't specify whether this operation has side effects, requires specific permissions, returns structured data, or has any rate limits. For a tool with no annotation coverage, this leaves significant behavioral questions unanswered.

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, well-structured sentence that efficiently communicates the tool's purpose without unnecessary words. It's front-loaded with the core functionality and provides specific details about what information is provided. Every word earns its place in this concise description.

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's informational nature and the absence of both annotations and an output schema, the description provides adequate but minimal context. It clearly states what information the tool provides but doesn't describe the format or structure of the returned information. For a diagnostic/information tool with no output schema, the description could benefit from more detail about the return format.

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

Parameters4/5

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

The input schema has 1 parameter with 100% description coverage, and the schema description explains it's a 'dummy parameter to satisfy MCP protocol.' The tool description doesn't mention parameters at all, which is appropriate since the single parameter is essentially a technical requirement rather than functional. With 0 required parameters and high schema coverage, the description correctly focuses on the tool's purpose rather than parameter details.

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: 'Provides comprehensive information about the MCP server environment, available dependencies, and configuration status.' It uses specific verbs ('Provides comprehensive information') and identifies the resource ('MCP server environment, available dependencies, and configuration status'). However, it doesn't explicitly differentiate from sibling tools like 'discover_tools' or 'describe_ui' which might have overlapping functionality.

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 any prerequisites, timing considerations, or comparisons to sibling tools like 'discover_tools' (which might list available tools) or 'describe_ui' (which might provide UI-related information). The usage context is implied but not explicitly stated.

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

Related 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/getsentry/XcodeBuildMCP'

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