Skip to main content
Glama

Onyx Documentation MCP Server

search_all_sources

Search across multiple sources including documentation and GitHub repositories for relevant Onyx programming language content. Use a query to retrieve precise results efficiently.

Instructions

Search all crawled content (docs, GitHub, URLs)

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results
queryYesSearch query
sourcesNoSources to search in

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Maximum number of results", "type": "number" }, "query": { "description": "Search query", "type": "string" }, "sources": { "default": [ "docs", "github" ], "description": "Sources to search in", "items": { "enum": [ "docs", "github" ], "type": "string" }, "type": "array" } }, "required": [ "query" ], "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/elias-michaias/onyx_mcp'

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