Skip to main content
Glama

Meilisearch MCP Server

Official
by meilisearch

cancel-tasks

Cancel pending or active tasks in Meilisearch by applying filters such as index, status, type, or UID to manage and streamline task execution.

Instructions

Cancel tasks based on filters

Input Schema

NameRequiredDescriptionDefault
indexUidsNo
statusesNo
typesNo
uidsNo

Input Schema (JSON Schema)

{ "properties": { "indexUids": { "optional": true, "type": "string" }, "statuses": { "optional": true, "type": "string" }, "types": { "optional": true, "type": "string" }, "uids": { "optional": true, "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Meilisearch MCP Server

Related Tools

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