cancel_notification_submission
Cancel a notification template submission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| submission_id | Yes | The submission ID to cancel | |
| notification_id | Yes | The notification template ID |
Cancel a notification template submission.
| Name | Required | Description | Default |
|---|---|---|---|
| submission_id | Yes | The submission ID to cancel | |
| notification_id | Yes | The notification template ID |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare destructiveHint=true and idempotentHint=true, so the safety profile is covered by structured data. The description adds no additional behavioral context, such as whether cancellation is reversible or what happens to the submission, but it does not contradict the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One short sentence with no filler, redundant modifiers, or irrelevant context. The action and resource are front-loaded, and every word contributes.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple two-parameter destructive operation with annotations and full schema coverage, the definition is minimally sufficient. However, it is cryptic about what a 'notification template submission' is and what cancellation means in the overall workflow, with no output schema or additional context to clarify.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with both notification_id and submission_id documented in the input schema. The description adds no parameter-level detail, but the schema already carries the burden of explaining each parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb, 'Cancel', and a distinct resource, 'notification template submission,' which clearly differentiates it from sibling tools like cancel_automation, cancel_journey, and cancel_message. There is no ambiguity about which object is acted upon.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool vs. alternatives, no prerequisites, and no workflow context. It does not mention under what conditions a notification template submission should be cancelled or how it differs from similar cancellation operations.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.