Skip to main content
Glama

Yardstick ATS

Create a stage automation rule

yardstick_automation_rules_create

Create a stage automation rule (trigger + typed action from the 3-type palette: send_scheduling_link / create_task / send_email). Inert — fires no side effect.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
triggerYes
positionNo
conditionNo
is_activeNo
request_idNo
idempotency_keyNo
pipeline_stage_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations only indicate readOnlyHint=false, destructiveHint=false, and idempotentHint=false, which is limited. The description adds valuable behavioral context by disclosing that the created rule is inert and fires no side effect, a nontrivial trait for an agent weighing whether calling this tool will have immediate external consequences. It does not disclose response format or validation behavior, but the key behavioral caveat is present.

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, well-structured sentence that front-loads the primary purpose, then gives the action palette, and ends with the important 'Inert' caveat. There is no redundant text; every clause contributes meaning.

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?

This is a create operation with a complex nested discriminated union and eight parameters, and no output schema. The description covers only the core trigger/action concept and the inert behavior. It does not explain that pipeline_stage_id is required, the meaning of position or condition, the is_active default, or how idempotency_key/request_id factor into the call, leaving an agent with significant gaps for a correct invocation.

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

Parameters2/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 names the three action palette options and mentions the trigger, covering two of the eight parameters. However, it leaves pipeline_stage_id, position, condition, is_active, request_id, and idempotency_key unexplained, and the agent would need to infer their meaning purely from the schema names and types.

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 opens with 'Create a stage automation rule', a specific verb+resource combination. It further clarifies the rule is composed of a trigger plus one of exactly three typed actions (send_scheduling_link / create_task / send_email), which distinguishes it from the sibling preview/update/read tools without opening their schemas.

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 tool's purpose makes the primary usage context clear — it is for creating automation rules. However, the description does not explicitly say when to prefer create over preview or update, nor does it note that preview may be used to test a rule before creation. The 'Inert — fires no side effect' note hints at a distinction from actually triggering the automation, but this guidance is implied rather than stated.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.