Skip to main content
Glama

MCP Server Example

by alejandro-ao

get_docs

Search documentation for a specific query and library, such as langchain, openai, or llama-index, to retrieve relevant text for developers and researchers.

Instructions

Search the latest docs for a given query and library. Supports langchain, openai, and llama-index.

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 MCP Server Example

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/alejandro-ao/mcp-server-example'

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