Skip to main content
Glama
cloudsmithy

Easysearch MCP Server

by cloudsmithy

doc_mget

Retrieve multiple documents from Easysearch indexes in a single request using document IDs or index specifications to optimize data fetching.

Instructions

批量获取文档 参数: docs: 文档列表 [{"_index": "idx", "_id": "1"}, ...] index: 默认索引(与 ids 配合使用) ids: ID 列表(与 index 配合使用) source: 返回的字段列表 示例: doc_mget(docs=[ {"_index": "products", "_id": "1"}, {"_index": "products", "_id": "2"} ]) doc_mget(index="products", ids=["1", "2", "3"])

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
docsNo
indexNo
idsNo
sourceNo

Other Tools

Latest Blog Posts

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/cloudsmithy/easysearch-mcp-server'

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