Meilisearch MCP Server

get-task

Retrieve detailed information about a specific task using its unique identifier via the Meilisearch MCP Server, streamlining task management workflows.

Instructions

Get information about a specific task

Input Schema

NameRequiredDescriptionDefault
taskUidYesUnique identifier of the task

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "taskUid": { "description": "Unique identifier of the task", "type": "number" } }, "required": [ "taskUid" ], "type": "object" }
ID: mpo9y8xfor