Skip to main content
Glama

Meilisearch MCP Server

Official
by meilisearch

add-documents

Add structured data to a specified Meilisearch index to enhance search functionality, enabling efficient document storage and retrieval.

Instructions

Add documents to an index

Input Schema

NameRequiredDescriptionDefault
documentsYes
indexUidYes
primaryKeyNo

Input Schema (JSON Schema)

{ "properties": { "documents": { "type": "array" }, "indexUid": { "type": "string" }, "primaryKey": { "optional": true, "type": "string" } }, "required": [ "indexUid", "documents" ], "type": "object" }

You must be authenticated.

Other Tools from Meilisearch MCP Server

Related Tools

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

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