Meilisearch MCP Server

Official

get-tasks

Get list of tasks with optional filters

Input Schema

NameRequiredDescriptionDefault
afterEnqueuedAtNo
afterFinishedAtNo
afterStartedAtNo
batchUidsNo
beforeEnqueuedAtNo
beforeFinishedAtNo
beforeStartedAtNo
canceledByNo
fromNo
indexUidsNo
limitNo
reverseNo
statusesNo
typesNo
uidsNo

Input Schema (JSON Schema)

{ "properties": { "afterEnqueuedAt": { "optional": true, "type": "string" }, "afterFinishedAt": { "optional": true, "type": "string" }, "afterStartedAt": { "optional": true, "type": "string" }, "batchUids": { "items": { "type": "string" }, "optional": true, "type": "array" }, "beforeEnqueuedAt": { "optional": true, "type": "string" }, "beforeFinishedAt": { "optional": true, "type": "string" }, "beforeStartedAt": { "optional": true, "type": "string" }, "canceledBy": { "items": { "type": "string" }, "optional": true, "type": "array" }, "from": { "optional": true, "type": "integer" }, "indexUids": { "items": { "type": "string" }, "optional": true, "type": "array" }, "limit": { "optional": true, "type": "integer" }, "reverse": { "optional": true, "type": "boolean" }, "statuses": { "items": { "type": "string" }, "optional": true, "type": "array" }, "types": { "items": { "type": "string" }, "optional": true, "type": "array" }, "uids": { "items": { "type": "integer" }, "optional": true, "type": "array" } }, "type": "object" }