Skip to main content
Glama

Meilisearch MCP Server

Official
by meilisearch

get-tasks

Retrieve a filtered list of tasks from the Meilisearch MCP Server using parameters like task type, status, batch IDs, and timestamps for precise task management.

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)

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

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