Skip to main content
Glama

discover_projs

Scan directories within a workspace to identify Xcode project and workspace files, using customizable path and depth parameters for precise discovery.

Instructions

Scans a directory (defaults to workspace root) to find Xcode project (.xcodeproj) and workspace (.xcworkspace) files.

Input Schema

NameRequiredDescriptionDefault
maxDepthNoOptional: Maximum directory depth to scan. Defaults to 5.
scanPathNoOptional: Path relative to workspace root to scan. Defaults to workspace root.
workspaceRootYesThe absolute path of the workspace root to scan within.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "maxDepth": { "default": 5, "description": "Optional: Maximum directory depth to scan. Defaults to 5.", "minimum": 0, "type": "integer" }, "scanPath": { "description": "Optional: Path relative to workspace root to scan. Defaults to workspace root.", "type": "string" }, "workspaceRoot": { "description": "The absolute path of the workspace root to scan within.", "type": "string" } }, "required": [ "workspaceRoot" ], "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/SampsonKY/XcodeBuildMCP'

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