Skip to main content
Glama
cloudsmithy

Easysearch MCP Server

by cloudsmithy

alias_actions

Manage search index aliases in bulk operations. Add, remove, or atomically switch aliases to organize and route queries across multiple indices.

Instructions

    批量操作别名
    
    参数:
        actions: 操作列表
    
    示例 - 原子切换别名:
        alias_actions([
            {"remove": {"index": "logs-old", "alias": "logs"}},
            {"add": {"index": "logs-new", "alias": "logs"}}
        ])
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionsYes
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