Meilisearch MCP Server

Official
by meilisearch

search

Perform targeted searches across Meilisearch indices using filters, sorting, and pagination. Retrieve specific data by specifying an index or search across all indices with a query.

Instructions

Search through Meilisearch indices. If indexUid is not provided, it will search across all indices.

Input Schema

NameRequiredDescriptionDefault
filterNo
indexUidNo
limitNo
offsetNo
queryYes
sortNo

Input Schema (JSON Schema)

{ "properties": { "filter": { "optional": true, "type": "string" }, "indexUid": { "optional": true, "type": "string" }, "limit": { "optional": true, "type": "integer" }, "offset": { "optional": true, "type": "integer" }, "query": { "type": "string" }, "sort": { "items": { "type": "string" }, "optional": true, "type": "array" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from Meilisearch MCP Server

Related Tools

ID: tbc3n51jja