Skip to main content
Glama

recipes_agentic_red_team_drill_pack

Return adversarial drills for agentic remediation workflows and MCP controls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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?

With no annotations, the description carries the full behavioral burden, but it only says the tool returns drills. It does not describe whether parameters act as filters, whether all optional fields can be omitted, what happens with null values, or any limits or side effects.

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 one tight sentence with no filler and front-loads the main action. It could be too terse for the decision an agent must make, but on conciseness alone it avoids waste.

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?

Despite an output schema existing, the description leaves too much unspecified for a 3-parameter tool with no annotations and zero parameter documentation in the schema. There is no advice on how to choose parameters or how this drill pack relates to the many sibling recipe packs.

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%, and the description does not mention scenario_id, workflow_id, or attack_family at all. The parameter names are mildly self-explanatory, but the agent gains no additional semantic detail about value formats, relationships, or filtering behavior from the description.

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 states that the tool returns adversarial drills and scopes them to agentic remediation workflows and MCP controls. It is clear about the core deliverable, but it does not explicitly differentiate this from adjacent sibling tools such as recipes_agentic_red_team_replay_harness.

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 guidance is provided about when to choose this tool over sibling alternatives. The phrase 'for agentic remediation workflows and MCP controls' gives only a broad domain context, not concrete selection criteria, exclusions, or prerequisites.

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.

Resources