Meilisearch MCP Server

Official

get-documents

Retrieve documents from a Meilisearch index by specifying the index UID, with optional parameters for limit and offset to control the output.

Instructions

Get documents from an index

Input Schema

NameRequiredDescriptionDefault
indexUidYes
limitNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "indexUid": { "type": "string" }, "limit": { "optional": true, "type": "integer" }, "offset": { "optional": true, "type": "integer" } }, "required": [ "indexUid" ], "type": "object" }

You must be authenticated.

Other Tools from Meilisearch MCP Server

Related Tools

ID: tbc3n51jja