Skip to main content
Glama
cloudsmithy

Easysearch MCP Server

by cloudsmithy

doc_index

Index documents into Easysearch with customizable parameters like ID assignment, refresh strategy, and routing for organized data storage.

Instructions

写入文档 参数: index: 索引名称 document: 文档内容 id: 文档 ID(可选,不传则自动生成) refresh: 刷新策略 true/false/wait_for routing: 路由值 示例: doc_index("products", {"name": "iPhone", "price": 999}) doc_index("products", {"name": "iPad", "price": 799}, id="ipad-001")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexYes
documentYes
idNo
refreshNo
routingNo

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