Skip to main content
Glama

Documentation MCP Server

get_docs

Search and retrieve relevant documentation for LangChain, LlamaIndex, and OpenAI libraries by entering a query and specifying the library. Supports returning text up to a defined character limit.

Instructions

Search the docs for a given query and library. Supports langchain, llama-index, and openai. Args: query: The query to search for (e.g.: "Chroma DB"). library: The library to search in. One of langchain, llama-index, openai. max_chars: Maximum characters to return (default: 1000 for free tier). Returns: Text from the documentation.

Input Schema

NameRequiredDescriptionDefault
libraryYes
max_charsNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "library": { "title": "Library", "type": "string" }, "max_chars": { "default": 1000, "title": "Max Chars", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query", "library" ], "title": "get_docsArguments", "type": "object" }
Install Server

Other Tools from Documentation MCP 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/sagacious-satadru/Documentation-MCP'

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