Skip to main content
Glama

task_throwBpmnError

Trigger a BPMN error from a user task to signal exceptional conditions and activate boundary error events in the Operaton process engine.

Instructions

Throw a BPMN error from a user task, triggering the boundary error event on the process. Use to signal an exceptional condition during task execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full disclosure burden. It explains that the error 'trigger[s] the boundary error event on the process,' which describes the mechanism. However, it omits critical behavioral details like whether the task is ended/interrupted, if the operation is reversible, or what permissions are required.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, optimally structured: first defines the action and mechanism, second states the usage intent. No redundant words or tangential information. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a state-changing operation (mutation) with no output schema and no annotations, the description is adequate but has gaps. It explains the BPMN concept well but doesn't clarify the resulting task state (is it completed? interrupted?) or process side effects beyond the boundary event trigger.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema contains zero parameters. With no parameters to document, the baseline score applies. The description implicitly confirms parameter-less usage by referencing 'a user task' without qualification, suggesting task context is implicit (likely from the current execution context).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Throw a BPMN error'), the source ('from a user task'), and the mechanism ('triggering the boundary error event'). While it doesn't explicitly contrast with sibling task operations like task_complete, the BPMN-specific terminology strongly signals its distinct purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The second sentence provides explicit usage context: 'Use to signal an exceptional condition during task execution.' This gives a clear when-to-use scenario. However, it lacks when-not-to-use guidance or named alternatives (e.g., when to use task_complete vs this error throw).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/operaton/operaton-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server