Skip to main content
Glama

doc_find

Search and retrieve documents using a query-based system within TOOL4LM's MCP server. Specify terms, top results, and limits to efficiently locate relevant information.

Instructions

Alias of doc.find

Input Schema

NameRequiredDescriptionDefault
limitNo
qYes
topNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "type": "integer" }, "q": { "type": "string" }, "top": { "type": "integer" } }, "required": [ "q" ], "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/khanhs-234/tool4lm'

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