Skip to main content
Glama

list_schems_proj

Retrieve available schemes from a specified Xcode project file using the projectPath parameter. Ideal for developers managing Xcode project configurations.

Instructions

Lists available schemes in the project file. IMPORTANT: Requires projectPath. Example: list_schems_proj({ projectPath: '/path/to/MyProject.xcodeproj' })

Input Schema

NameRequiredDescriptionDefault
projectPathYesPath to the .xcodeproj file (Required)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectPath": { "description": "Path to the .xcodeproj file (Required)", "type": "string" } }, "required": [ "projectPath" ], "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