Skip to main content
Glama
cloudsmithy

Easysearch MCP Server

by cloudsmithy

doc_bulk

Perform bulk document operations in Easysearch MCP Server to index, update, or delete multiple documents simultaneously with a single API call.

Instructions

批量操作文档 参数: operations: 操作列表,每个操作是 {"action": {...}, "doc": {...}} 格式 refresh: 刷新策略 示例: doc_bulk([ {"index": {"_index": "products", "_id": "1"}, "doc": {"name": "A"}}, {"index": {"_index": "products", "_id": "2"}, "doc": {"name": "B"}}, {"delete": {"_index": "products", "_id": "3"}} ])

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationsYes
refreshNo

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