Skip to main content
Glama

Documentation Search MCP Server

filtered_search

Perform targeted searches across documentation by specifying query, library, content type, difficulty level, and presence of code examples for precise results.

Instructions

Search with advanced filtering options. Args: query: The search query library: The library to search in content_type: Filter by content type ("tutorial", "reference", "example", "guide") difficulty_level: Filter by difficulty ("beginner", "intermediate", "advanced") has_code_examples: Filter for content with code examples (true/false) Returns: Filtered search results matching specified criteria

Input Schema

NameRequiredDescriptionDefault
content_typeNo
difficulty_levelNo
has_code_examplesNo
libraryYes
queryYes

Input Schema (JSON Schema)

{ "properties": { "content_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Content Type" }, "difficulty_level": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Difficulty Level" }, "has_code_examples": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Has Code Examples" }, "library": { "title": "Library", "type": "string" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query", "library" ], "title": "filtered_searchArguments", "type": "object" }

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/anton-prosterity/documentation-search-mcp'

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