Skip to main content
Glama

hr_cases_pulse_loop

Destructive

Trigger an HR case monitoring loop to review and act on open cases. Provide a free-text objective and optional structured inputs, and the domain agent runs under your tenant and company scope.

Instructions

Run the hr domain agent action hr_cases_pulse_loop.

Routes through the platform's domain-agent dispatcher under your JWT, tenant, and company scope.

Args: message: Free-text objective for the action. inputs: Optional JSON string of structured inputs for the action.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputsNo{}
messageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2/5.0
Behavior2/5

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

The description adds routing context (JWT, tenant, company scope) but does not disclose side effects. Given destructiveHint=true in annotations, the description should explain that this action may make changes or be destructive; it does not. There is no contradiction, but the behavioral burden is largely unmet.

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

Conciseness3/5

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

The description is short and structurally organized, but the first sentence merely restates the tool name and does not earn its place. The routing sentence and Args section are useful but generic, so the text is concise without being meaningfully informative.

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

Completeness1/5

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

For a domain-agent action with an opaque name and no schema-level explanations, this description is far too thin. It fails to say what 'hr_cases_pulse_loop' does, what results to expect, when it should be used, or what the structured inputs might contain. An agent selecting among hundreds of sibling tools would not have enough information to invoke it confidently.

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?

Schema description coverage is 0%, so the description must compensate. It does provide minimal semantics: message is a 'Free-text objective for the action' and inputs is an 'Optional JSON string of structured inputs'. However, these are generic and do not explain their contents, format expectations, or relationship to the action.

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

Purpose2/5

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

The description says only 'Run the hr domain agent action hr_cases_pulse_loop', which restates the tool name without explaining what the action actually does. It mentions routing through a dispatcher but never specifies the domain behavior, inputs' effects, or intended outcome. This is closer to a tautology than a purpose statement.

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

Usage Guidelines1/5

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

No guidance is given for when to use this tool versus alternatives like hr_pulse, hr_live_cases, or dispatch_domain_agent. The description provides no conditions, exclusions, or comparison to sibling tools, so an agent cannot decide whether this is the right action for a task.

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

Deploy Server

Other Tools