Skip to main content
Glama

onyx-mcp-server

search_onyx

Query the Onyx backend to retrieve relevant document chunks or full documents based on specified search parameters. Enhance knowledge access and streamline document retrieval with targeted results.

Instructions

Search the Onyx backend for relevant documents

Input Schema

NameRequiredDescriptionDefault
chunksAboveNoNumber of chunks to include above the matching chunk (default: 1)
chunksBelowNoNumber of chunks to include below the matching chunk (default: 1)
documentSetsNoList of document set names to search within (empty for all)
maxResultsNoMaximum number of results to return (default: 5)
queryYesThe topic to search for
retrieveFullDocumentsNoWhether to retrieve full documents instead of just matching chunks (default: false)

Input Schema (JSON Schema)

{ "properties": { "chunksAbove": { "default": 1, "description": "Number of chunks to include above the matching chunk (default: 1)", "type": "integer" }, "chunksBelow": { "default": 1, "description": "Number of chunks to include below the matching chunk (default: 1)", "type": "integer" }, "documentSets": { "description": "List of document set names to search within (empty for all)", "items": { "type": "string" }, "type": "array" }, "maxResults": { "description": "Maximum number of results to return (default: 5)", "maximum": 10, "minimum": 1, "type": "integer" }, "query": { "description": "The topic to search for", "type": "string" }, "retrieveFullDocuments": { "default": false, "description": "Whether to retrieve full documents instead of just matching chunks (default: false)", "type": "boolean" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from onyx-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/lupuletic/onyx-mcp-server'

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