Skip to main content
Glama

Onyx Documentation MCP Server

search_all_sources

Search across all crawled content including documentation, GitHub repositories, and URLs. Find relevant results by specifying sources and limiting output.

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" }

Other Tools from Onyx Documentation MCP Server

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/elias-michaias/onyx_mcp'

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