Skip to main content
Glama

Dedalus MCP Documentation Server

by kitan23

ask_docs

Ask questions about documentation and receive AI-generated answers with sources. Provide a question, optional context documents, and user ID for rate limiting to get precise insights.

Instructions

Answer questions about documentation using AI Args: question: The question to answer context_docs: Optional list of document paths to use as context max_context_length: Maximum characters of context to include user_id: Optional user identifier for rate limiting Returns: AI-generated answer with sources

Input Schema

NameRequiredDescriptionDefault
context_docsNo
max_context_lengthNo
questionYes
user_idNo

Input Schema (JSON Schema)

{ "properties": { "context_docs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Context Docs" }, "max_context_length": { "default": 4000, "title": "Max Context Length", "type": "integer" }, "question": { "title": "Question", "type": "string" }, "user_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "User Id" } }, "required": [ "question" ], "title": "ask_docsArguments", "type": "object" }

Other Tools from Dedalus MCP Documentation 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/kitan23/Python_MCP_Server_Example_2'

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