Skip to main content
Glama

record_guardian_intervention

Record a guardian intervention for a task, capturing the guardian type, identified issue, and action taken to resolve it.

Instructions

Record a guardian intervention during task execution

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issueYesIssue identified
actionYesAction taken
taskIdYesTask ID
guardianTypeYesType of guardian
Behavior2/5

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

No annotations are present, so the description carries full responsibility for behavioral disclosure. It only says 'Record a guardian intervention' without mentioning whether this creates a new entry, is idempotent, requires task existence, or returns a confirmation. For a mutation tool, this is a significant transparency gap.

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 a single, direct sentence that immediately conveys the core action. It is concise and front-loaded, with no wasted words. The brevity, however, comes at the cost of behavioral detail, which is penalized elsewhere.

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

Completeness2/5

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

With four required parameters, no output schema, and no annotations, the description is too terse to fully equip an agent. It does not explain what constitutes a guardian intervention, what happens on success or failure, or how this record might be used later. The agent is left to infer critical context.

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

Parameters3/5

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

The input schema provides a description for every one of the four parameters, achieving 100% coverage. The tool description adds no parameter-specific meaning beyond what the schema already offers, so the baseline 3 is appropriate.

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 verb 'Record' and the resource 'guardian intervention', making it distinct from retrieval siblings like get_guardian_interventions. However, it does not explicitly differentiate from other record_* tools (e.g., record_decision), and the domain concept is left somewhat unexplained.

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

Usage Guidelines3/5

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

The phrase 'during task execution' provides some timing context, and the sibling list implies a record-vs-read relationship with get_guardian_interventions. Yet there is no explicit guidance on when to prefer this tool over alternatives, nor any stated exclusions or prerequisites.

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/khaoss85/mcp-orchestro'

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