Skip to main content
Glama

Meilisearch MCP Server

by devlimelabs

get-tasks

Retrieve and filter task details from Meilisearch, including status, type, and associated index UIDs, using the MCP server for efficient task management.

Instructions

Get information about tasks with optional filtering

Input Schema

NameRequiredDescriptionDefault
fromNoTask uid from which to start fetching
indexUidsNoUIDs of the indexes on which tasks were performed
limitNoMaximum number of tasks to return
statusNoStatus of tasks to return
typeNoType of tasks to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "from": { "description": "Task uid from which to start fetching", "minimum": 0, "type": "number" }, "indexUids": { "description": "UIDs of the indexes on which tasks were performed", "items": { "type": "string" }, "type": "array" }, "limit": { "description": "Maximum number of tasks to return", "minimum": 0, "type": "number" }, "status": { "description": "Status of tasks to return", "enum": [ "enqueued", "processing", "succeeded", "failed", "canceled" ], "type": "string" }, "type": { "description": "Type of tasks to return", "enum": [ "indexCreation", "indexUpdate", "indexDeletion", "documentAddition", "documentUpdate", "documentDeletion", "settingsUpdate", "dumpCreation", "taskCancelation" ], "type": "string" } }, "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/devlimelabs/meilisearch-ts-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server