Metal MCP Server

search_metal_docs

Search Metal Framework documentation and code examples using natural language queries

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return
queryYesNatural language query about Metal Framework

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 3, "description": "Maximum number of results to return", "type": "number" }, "query": { "description": "Natural language query about Metal Framework", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools