Skip to main content
Glama

create_intervention

Record a supervisor intervention to approve, reject, pause, or escalate a mission, action, or agent with rationale and metadata.

Instructions

Record a supervisor intervention (approve, reject, pause, escalate, etc).

Args: intervention_type: One of: approve, reject, pause, escalate, reroute, annotate, rollback_request. mission_id: Related mission. action_id: Related action. agent_id: Related agent. rationale: Why this intervention was made. metadata: JSON string of additional metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idNo
metadataNo
action_idNo
rationaleNo
mission_idNo
intervention_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

Annotations only provide destructiveHint: false. The description says 'Record' implying a write operation, but does not disclose side effects, whether it overwrites existing data, required permissions, or if the intervention triggers automated actions.

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?

The description is brief and front-loaded with the purpose, followed by a clear bullet list of parameters. Every sentence adds value, no redundancy.

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?

Given the tool creates a record and has an output schema (not shown), the description sufficiently covers input but omits success/error behavior or return value expectations. It is minimally complete.

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?

With 0% schema description coverage, the description provides essential meaning for all 6 parameters, including a list of acceptable values for intervention_type. However, it could provide more detail, e.g., format constraints for metadata or whether parameters are optional in certain contexts.

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

Purpose5/5

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

The description clearly states the tool's function: 'Record a supervisor intervention' and lists specific intervention types (approve, reject, pause, escalate), distinguishing it from siblings like 'get_intervention' and 'list_interventions'.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives. Does not mention that this creates a new intervention record or advise against using it for retrieval (which would be handled by sibling tools).

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/novyxlabs/novyx-mcp'

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