Skip to main content
Glama

onyx-mcp-server

chat_with_onyx

Interact directly with Onyx AI to retrieve comprehensive answers from knowledge bases, enabling enhanced semantic search and document context retrieval for streamlined knowledge management.

Instructions

Chat with Onyx to get comprehensive answers

Input Schema

NameRequiredDescriptionDefault
chatSessionIdNoExisting chat session ID to continue a conversation (optional)
documentSetsNoList of document set names to search within (empty for all)
enableAutoDetectFiltersNoWhether to enable auto-detection of filters (default: true)
personaIdNoThe ID of the persona to use (default: 15)
queryYesThe question to ask Onyx

Input Schema (JSON Schema)

{ "properties": { "chatSessionId": { "description": "Existing chat session ID to continue a conversation (optional)", "type": "string" }, "documentSets": { "description": "List of document set names to search within (empty for all)", "items": { "type": "string" }, "type": "array" }, "enableAutoDetectFilters": { "default": true, "description": "Whether to enable auto-detection of filters (default: true)", "type": "boolean" }, "personaId": { "default": 15, "description": "The ID of the persona to use (default: 15)", "type": "integer" }, "query": { "description": "The question to ask Onyx", "type": "string" } }, "required": [ "query" ], "type": "object" }

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