Skip to main content
Glama

xcresult_browser_get_console

Extract console output and test activities for a specific test from an XCResult file, saving large outputs to a temporary file for efficient review.

Instructions

Get console output and test activities for a specific test in an XCResult file. Large output (>20 lines or >2KB) is automatically saved to a temporary file.

Input Schema

NameRequiredDescriptionDefault
test_idYesTest ID or index number to get console output for
xcresult_pathYesAbsolute path to the .xcresult file

Input Schema (JSON Schema)

{ "properties": { "test_id": { "description": "Test ID or index number to get console output for", "type": "string" }, "xcresult_path": { "description": "Absolute path to the .xcresult file", "type": "string" } }, "required": [ "xcresult_path", "test_id" ], "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