Skip to main content
Glama

DocsScraper

search_docs

Find relevant documentation chunks using semantic search. Specify queries with keywords like 'api' or service names to filter results and retrieve precise information quickly.

Instructions

Search through documentation chunks using semantic search. Make sure your query is specific to get the best results. Forgetting to add 'api' to the query will return ui results etc.

Input Schema

NameRequiredDescriptionDefault
queryYesThe search query to find relevant documentation
serviceYesService name to filter results by (case-insensitive)
topNoMaximum number of results to return (1-10, default: 5)

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "The search query to find relevant documentation", "type": "string" }, "service": { "description": "Service name to filter results by (case-insensitive)", "type": "string" }, "top": { "default": 5, "description": "Maximum number of results to return (1-10, default: 5)", "maximum": 10, "minimum": 1, "type": "number" } }, "required": [ "query", "service" ], "type": "object" }
Install Server

Other Tools from DocsScraper

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/tanevanwifferen/DocsScraperMCP'

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