Skip to main content
Glama

Meilisearch MCP Server

Official
by meilisearch

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

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