Skip to main content
Glama

Documentation Search MCP Server

get_docs

Search official documentation for specific libraries using a query to retrieve relevant, concise information (up to ~50KB) directly from trusted sources.

Instructions

Search the latest docs for a given query and one or more libraries. Args: query: The query to search for (e.g., "Chroma DB") libraries: A single library or a list of libraries to search in (e.g., "langchain" or ["fastapi", "django"]) Returns: Text from the docs (limited to ~50KB for readability)

Input Schema

NameRequiredDescriptionDefault
librariesYes
queryYes

Input Schema (JSON Schema)

{ "properties": { "libraries": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ], "title": "Libraries" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query", "libraries" ], "title": "get_docsArguments", "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