Skip to main content
Glama

Meilisearch MCP Server

by devlimelabs

create-index

Generate a new Meilisearch index by specifying a unique identifier and optional primary key, enabling structured data organization and searchability within the Meilisearch MCP Server.

Instructions

Create a new Meilisearch index

Input Schema

NameRequiredDescriptionDefault
indexUidYesUnique identifier for the new index
primaryKeyNoPrimary key for the index

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "indexUid": { "description": "Unique identifier for the new index", "type": "string" }, "primaryKey": { "description": "Primary key for the index", "type": "string" } }, "required": [ "indexUid" ], "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