Skip to main content
Glama

Onyx Documentation MCP Server

search_all_sources

Search across all crawled content, including docs and GitHub repositories, within the Onyx Documentation MCP Server. Retrieve relevant results based on your query and specified sources.

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