Skip to main content
Glama

Library Docs MCP Server

get_docs

Search real-time documentation for popular libraries like Langchain, Llama-Index, MCP, and OpenAI using a specific query to retrieve relevant text from the docs.

Instructions

Search the docs for a given query and library. Supports langchain, llama-index, mcp, and openai. Args: query: The query to search for (e.g. "Chroma DB") library: The library to search in (e.g. "langchain") Returns: Text from the docs

Input Schema

NameRequiredDescriptionDefault
libraryYes
queryYes

Input Schema (JSON Schema)

{ "properties": { "library": { "title": "Library", "type": "string" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query", "library" ], "title": "get_docsArguments", "type": "object" }
Install Server

Other Tools from Library Docs 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/vikramdse/docs-mcp-server'

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