Skip to main content
Glama

Meilisearch MCP Server

by devlimelabs

swap-indexes

Swap multiple indexes in Meilisearch to reorder or replace data efficiently. Used for managing search index configurations directly via the Meilisearch MCP Server.

Instructions

Swap two or more indexes in Meilisearch

Input Schema

NameRequiredDescriptionDefault
indexesYesJSON array of index pairs to swap, e.g. [["movies", "movies_new"]]

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "indexes": { "description": "JSON array of index pairs to swap, e.g. [[\"movies\", \"movies_new\"]]", "type": "string" } }, "required": [ "indexes" ], "type": "object" }

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/devlimelabs/meilisearch-ts-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server