Skip to main content
Glama

Docs-MCP

by herring101

semantic_search

Find semantically relevant content in Docs-MCP by inputting a query and optional limit. Enhances document search accuracy using OpenAI Embeddings.

Instructions

意味的に関連する内容を検索

Args: query: 検索クエリ limit: 返す結果の最大数(デフォルト: 5)

Input Schema

NameRequiredDescriptionDefault
limitNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 5, "title": "Limit", "type": "integer" }, "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "title": "semantic_searchArguments", "type": "object" }
Install Server

Other Tools from Docs-MCP

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/herring101/docs-mcp'

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