Skip to main content
Glama

xcresult_browse

Analyze XCResult files to list all tests or inspect specific test details, including pass/fail status, failure reasons, and console output. Automatically manages large console logs for efficient review.

Instructions

Browse XCResult files - list all tests or show details for a specific test. Returns comprehensive test results including pass/fail status, failure details, and browsing instructions. Large console output (>20 lines or >2KB) is automatically saved to a temporary file.

Input Schema

NameRequiredDescriptionDefault
include_consoleNoWhether to include console output and test activities (only used with test_id)
test_idNoOptional test ID or index number to show details for a specific test
xcresult_pathYesAbsolute path to the .xcresult file

Input Schema (JSON Schema)

{ "properties": { "include_console": { "default": false, "description": "Whether to include console output and test activities (only used with test_id)", "type": "boolean" }, "test_id": { "description": "Optional test ID or index number to show details for a specific test", "type": "string" }, "xcresult_path": { "description": "Absolute path to the .xcresult file", "type": "string" } }, "required": [ "xcresult_path" ], "type": "object" }

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/lapfelix/XcodeMCP'

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