Meilisearch MCP Server

Official

get-tasks

Retrieve a list of tasks from Meilisearch with customizable filters, including status, type, batch UIDs, and time ranges for enqueued, started, or finished tasks.

Instructions

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" }

You must be authenticated.

Other Tools from Meilisearch MCP Server

Related Tools

ID: tbc3n51jja