Skip to main content
Glama

Documentation Search MCP Server

suggest_libraries

Find relevant libraries by entering partial names for quick autocompletion. Fetches matching library names from official sources to streamline documentation searches.

Instructions

Suggest libraries based on partial input for auto-completion. Args: partial_name: Partial library name to search for (e.g. "lang" -> ["langchain"]) Returns: List of matching library names

Input Schema

NameRequiredDescriptionDefault
partial_nameYes

Input Schema (JSON Schema)

{ "properties": { "partial_name": { "title": "Partial Name", "type": "string" } }, "required": [ "partial_name" ], "title": "suggest_librariesArguments", "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