Skip to main content
Glama
cloudsmithy

Easysearch MCP Server

by cloudsmithy

index_set_readonly

Set an index to read-only mode or remove read-only status to prepare for operations like cloning, splitting, or shrinking indexes in Easysearch.

Instructions

设置索引为只读(clone/split/shrink 的前置条件) 参数: index: 索引名称 readonly: True 设为只读,False 取消只读 示例: index_set_readonly("my-index", True) # 设为只读 index_set_readonly("my-index", False) # 取消只读

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexYes
readonlyNo
Install Server

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