wait-for-task
Monitor and wait for a specific task to complete, using a defined timeout and polling interval, ensuring synchronization in Meilisearch MCP Server operations.
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) |