Stop my application run
stop_apply_runAsk the running application run to stop after the job it is on. Nothing is left half-done; applications already sent stay sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
stop_apply_runAsk the running application run to stop after the job it is on. Nothing is left half-done; applications already sent stay sent.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate this is a mutating but non-destructive operation. The description adds meaningful behavioral detail: the run stops only after the current job, nothing is left half-done, and already-sent applications remain sent. This goes beyond what the annotations alone convey.
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?
Two short, front-loaded sentences contain all necessary information without any filler. The first states the action and timing; the second provides the safety guarantee.
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 parameterless action with no output schema, the description covers the essential context: when it applies, what happens, and the side-effect guarantee. It does not describe the return value, but none is declared and the behavior is simple enough that this is a minor gap.
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?
The tool has zero parameters and an empty input schema, so there is no parameter documentation burden. The description correctly avoids inventing parameter details that do not exist.
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?
The description states a specific action (stop) on a specific resource (the running application run) and defines exactly when it happens (after the current job). It is easily distinguished from siblings like start_apply_run and get_apply_run_status.
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 implies the key precondition: there must be a running application run. It clearly communicates that this is a graceful stop rather than an immediate cancellation, which tells the agent when this tool is appropriate. It does not name sibling alternatives, but no sibling offers the same stop action.
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.