Skip to main content
Glama

Dedalus MCP Documentation Server

by kitan23

analyze_docs

Analyze documentation for tasks like gap identification, outline generation, or consistency checking. Supports custom document lists and outputs results in summary, detailed, or structured formats for efficient agent handoffs.

Instructions

Analyze documentation for specific tasks (foundation for agent handoffs) Args: task: Analysis task (e.g., "find_gaps", "generate_outline", "check_consistency") docs: Optional list of specific documents to analyze output_format: Output format (summary, detailed, structured) Returns: Analysis results ready for agent handoff

Input Schema

NameRequiredDescriptionDefault
docsNo
output_formatNosummary
taskYes

Input Schema (JSON Schema)

{ "properties": { "docs": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Docs" }, "output_format": { "default": "summary", "title": "Output Format", "type": "string" }, "task": { "title": "Task", "type": "string" } }, "required": [ "task" ], "title": "analyze_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