Skip to main content
Glama

Apple Doc MCP

by MightyDillah
MIT License
50

search_symbols

Search for Apple framework symbols using flexible queries with wildcards, filter by type, platform, or framework, and control results with maxResults.

Instructions

Search for symbols across Apple frameworks (supports wildcards like "RPBroadcast*")

Input Schema

NameRequiredDescriptionDefault
frameworkNoOptional: Search within specific framework only
maxResultsNoOptional: Maximum number of results (default: 20)
platformNoOptional: Filter by platform (iOS, macOS, etc.)
queryYesSearch query (supports wildcards: * and ?)
symbolTypeNoOptional: Filter by symbol type (class, protocol, struct, etc.)

Input Schema (JSON Schema)

{ "properties": { "framework": { "description": "Optional: Search within specific framework only", "type": "string" }, "maxResults": { "description": "Optional: Maximum number of results (default: 20)", "type": "number" }, "platform": { "description": "Optional: Filter by platform (iOS, macOS, etc.)", "type": "string" }, "query": { "description": "Search query (supports wildcards: * and ?)", "type": "string" }, "symbolType": { "description": "Optional: Filter by symbol type (class, protocol, struct, etc.)", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from Apple Doc MCP

Related Tools

    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/MightyDillah/apple-doc-mcp'

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