cancel_agent_run

Cancel an in-flight run.

Server Scrumdo scrumdollc/scrumdo-mcp
Category Execute
Risk class High
Parameters 00 required

What cancel_agent_run does on Scrumdo

AI agents invoke cancel_agent_run to trigger actions in Scrumdo. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call — builds kicked off, notifications sent, workflows started.

Why cancel_agent_run needs a policy

Cancelling an in-flight run is an action that triggers an external operation (stopping an active process). It is not a simple read, nor does it delete data irreversibly, but it does affect the state of a running agent execution. This best fits Execute as it performs an action with side effects on an ongoing operation.

From the tool's definition Cancel an in-flight run

Questions about cancel_agent_run

What does the cancel_agent_run tool do? +

Cancel an in-flight run. It is categorised as a Execute tool in the Scrumdo MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

How do I enforce a policy on cancel_agent_run? +

Register the Scrumdo MCP server in PolicyLayer and add a rule for cancel_agent_run: 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 Scrumdo. Nothing to install.

What risk level is cancel_agent_run? +

cancel_agent_run is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit cancel_agent_run? +

Yes. Add a rate_limit block to the cancel_agent_run 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 cancel_agent_run completely? +

Set action: deny in the PolicyLayer policy for cancel_agent_run. 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 cancel_agent_run? +

cancel_agent_run is provided by the Scrumdo MCP server (scrumdollc/scrumdo-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.