Critical Risk →

meshy_cancel_task

Cancel a pending or in-progress 3D generation task. This tool cancels a task that is currently PENDING or IN_PROGRESS. Completed or failed tasks cannot be canceled. Args: - task_id (string): Task ID to cancel (required) - task_type (enum, optional): Task type to route to correct endpoint (default:

How to control meshy_cancel_task ↓

What meshy_cancel_task does on Meshy MCP Server

AI agents call meshy_cancel_task to permanently remove resources in Meshy MCP Server — typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.

Critical Risk

Why meshy_cancel_task needs a policy

Cancelling a running task is irreversible — the in-progress generation work is terminated and cannot be resumed. This is a destructive operation that permanently stops and discards the task's progress, even though no stored data is deleted.

From the tool's definition Cancel a pending or in-progress 3D generation task... cancels a task that is currently PENDING or IN_PROGRESS

Documented attack patterns abuse exactly the kind of access meshy_cancel_task gives an agent:

How to control meshy_cancel_task

PolicyLayer is an MCP gateway — it sits between your AI agents and Meshy MCP Server, and nothing reaches the server without passing your rules. This is the rule we recommend for meshy_cancel_task:

policy.json
{
  "version": "1",
  "default": "deny",
  "hide": [
    "meshy_cancel_task"
  ]
}

meshy_cancel_task disappears from the agent's tool list entirely, and any attempt to call it is denied. The rest of the server keeps working.

  1. Create a free account and register Meshy MCP Server — nothing to install.
  2. Add this policy — paste it, or build it visually.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
RESTRICT THIS TOOL →

Free to start. No card required.

Related tools and policies

Go deeper

Questions about meshy_cancel_task

What does the meshy_cancel_task tool do? +

Cancel a pending or in-progress 3D generation task. This tool cancels a task that is currently PENDING or IN_PROGRESS. Completed or failed tasks cannot be canceled. Args: - task_id (string): Task ID to cancel (required) - task_type (enum, optional): Task type to route to correct endpoint (default:. It is categorised as a Destructive tool in the Meshy MCP Server MCP Server, which means it can permanently delete or destroy data. Block by default and require explicit approval.

How do I enforce a policy on meshy_cancel_task? +

Register the Meshy MCP Server MCP server in PolicyLayer and add a rule for meshy_cancel_task: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Meshy MCP Server. Nothing to install.

What risk level is meshy_cancel_task? +

meshy_cancel_task is a Destructive tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit meshy_cancel_task? +

Yes. Add a rate_limit block to the meshy_cancel_task rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block meshy_cancel_task completely? +

Set action: deny in the PolicyLayer policy for meshy_cancel_task. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides meshy_cancel_task? +

meshy_cancel_task is provided by the Meshy MCP Server MCP server (meshy-dev/meshy-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

Enforce policy on every Meshy MCP Server tool call.

Start from Meshy MCP Server, add the rest of your stack, and see everything your agents can call. Then put policy on all of it.

Free to start. No card required.

20 Meshy MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.