Skip to main content
Glama

Documentation Search MCP Server

semantic_search

Perform semantic searches across multiple libraries to retrieve relevant documentation with relevance ranking. Ideal for developers seeking precise, context-aware results from official programming resources.

Instructions

Enhanced semantic search across one or more libraries with relevance ranking. Args: query: The search query. libraries: A single library or a list of libraries to search in. context: Optional context about your project or use case. Returns: Enhanced search results with relevance scores and metadata, ranked across all libraries.

Input Schema

NameRequiredDescriptionDefault
contextNo
librariesYes
queryYes

Input Schema (JSON Schema)

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