Skip to main content
Glama

Dedalus MCP Documentation Server

by kitan23

search_docs

Search Dedalus MCP documentation by query, titles, or content to retrieve relevant documents with scores. Supports keyword and semantic search for efficient information retrieval.

Instructions

Search documentation using keyword matching (semantic search ready) Args: query: Search query string max_results: Maximum number of results to return search_content: Whether to search in document content search_titles: Whether to search in document titles Returns: List of matching documents with relevance scores

Input Schema

NameRequiredDescriptionDefault
max_resultsNo
queryYes
search_contentNo
search_titlesNo

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 5, "title": "Max Results", "type": "integer" }, "query": { "title": "Query", "type": "string" }, "search_content": { "default": true, "title": "Search Content", "type": "boolean" }, "search_titles": { "default": true, "title": "Search Titles", "type": "boolean" } }, "required": [ "query" ], "title": "search_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