Skip to main content
Glama

recipes_agentic_red_team_replay_harness

Return replay fixtures, expected decisions, and evidence gates for red-team drills.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
severityNo
replay_idNo
scenario_idNo
workflow_idNo
attack_familyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. 'Return' suggests a read-only lookup, but the name 'harness' implies potentially more complex behavior, and the description does not clarify side effects, required context, failure modes, or what distinguishes a replay fixture from a live drill.

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

Conciseness4/5

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

The description is a single compact sentence with no wasted words and front-loads the primary output types. It is concise, though the brevity contributes to under-specification in other dimensions.

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?

The tool has five optional but undocumented parameters, no annotations, and a large sibling set; the description does not explain how filters interact, what a valid call looks like, or what kinds of replay fixtures the agent should expect. The output schema helps, but the description leaves too much unspecified for reliable selection and 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 by explaining how parameters such as severity, replay_id, scenario_id, workflow_id, and attack_family relate to the returned fixtures. It does not mention any of these parameters, leaving the agent to guess their meanings from names alone.

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 a specific action ('Return') and a specific resource ('replay fixtures, expected decisions, and evidence gates for red-team drills'). This is specific enough to distinguish it from sibling tools like recipes_agentic_red_team_drill_pack, though it does not explicitly name or contrast those siblings.

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?

The description implies the tool is for red-team drill replay scenarios, but it gives no guidance on when to prefer this over the many sibling recipe tools, nor any when-not-to-use conditions or alternatives. The agent must infer usage from the name and context rather than from explicit direction.

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.