Skip to main content
Glama

XC-MCP: XCode CLI wrapper

by conorluddy

list-cached-responses

Retrieve recent cached build/test results from XC-MCP to manage large Xcode CLI outputs efficiently. Filter by tool and set response limits for progressive disclosure.

Instructions

List recent cached build/test results for progressive disclosure

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of cached responses to return
toolNoFilter by specific tool (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 10, "description": "Maximum number of cached responses to return", "type": "number" }, "tool": { "description": "Filter by specific tool (optional)", "type": "string" } }, "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/conorluddy/xc-mcp'

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