wait-for-task
Monitor and wait for a specific task to complete in Meilisearch by specifying the task ID, polling interval, and timeout duration using the MCP server.
Instructions
Wait for a specific task to complete
Input Schema
Name | Required | Description | Default |
---|---|---|---|
intervalMs | No | Polling interval in milliseconds (default: 500) | |
taskUid | Yes | Unique identifier of the task to wait for | |
timeoutMs | No | Maximum time to wait in milliseconds (default: 5000) |