Ragie Model Context Protocol Server

Official

retrieve

Look up information in the Knowledge Base. Use this tool when you need to:

  • Find relevant documents or information on specific topics
  • Retrieve company policies, procedures, or guidelines
  • Access product specifications or technical documentation
  • Get contextual information to answer company-specific questions
  • Find historical data or information about projects

Input Schema

NameRequiredDescriptionDefault
queryYesThe query to search for data in the Knowledge Base

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "query": { "description": "The query to search for data in the Knowledge Base", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools