Skip to main content
Glama
cloudsmithy

Easysearch MCP Server

by cloudsmithy

alias_create

Create an alias for an index to simplify access and organize data with optional filtering and routing parameters.

Instructions

创建别名 参数: index: 索引名称 name: 别名名称 filter: 过滤条件 routing: 路由值 示例: alias_create("logs-2024.01", "logs-current") alias_create("users", "active-users", filter={"term": {"status": "active"}})

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexYes
nameYes
filterNo
routingNo
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