Skip to main content
Glama

waveguard_action_surface

Read-onlyIdempotent

Score candidate actions and extract robust action zones.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trainingYes2+ baseline normal samples used to define the reference profile.
field_levelNo0 = real scalar field, 1 = complex field.
sensitivityNoAnomaly sensitivity multiplier (default: 1.0).
action_testsYes1+ candidate actions/scenarios to score against baseline.
encoder_typeNoOptional encoder override. Omit to auto-detect.
action_labelsNoOptional labels for each action variant.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed6 schema fields changed
    • addedInput schema / properties / action_labels / description
      Added value: +"Optional labels for each action variant."
    • addedInput schema / properties / action_tests / description
      Added value: +"1+ candidate actions/scenarios to score against baseline."
    • addedInput schema / properties / encoder_type / description
      Added value: +"Optional encoder override. Omit to auto-detect."
    • addedInput schema / properties / field_level / description
      Added value: +"0 = real scalar field, 1 = complex field."
    • addedInput schema / properties / sensitivity / description
      Added value: +"Anomaly sensitivity multiplier (default: 1.0)."
    • addedInput schema / properties / training / description
      Added value: +"2+ baseline normal samples used to define the reference profile."
  2. Added

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already convey readOnly, idempotent, non-destructive behavior. The description adds a high-level function but no extra behavioral details such as input assumptions, output format, or edge cases. Thus it meets the baseline but does not exceed it.

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, clear sentence with no filler. It front-loads the core purpose effectively. This is ideal conciseness.

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 rich annotations and complete schema parameter descriptions, the description does not explain the tool's output structure or provide any usage context for this complex analytical tool. With no output schema, the agent is left without sufficient information to predict the result. The single-sentence description is insufficient for a tool with 6 parameters.

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 descriptions cover 100% of parameters with meaningful explanations, so the description does not need to elaborate. The description itself adds no parameter-specific information, but baseline is appropriate given the complete schema coverage.

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 uses specific verbs 'Score' and 'extract' with objects 'candidate actions' and 'robust action zones', clearly indicating a scoring/analysis tool. However, it does not explicitly differentiate from sibling tools like waveguard_scan or waveguard_cascade_risk, so it merits a 4 rather than a 5.

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 on when to use this tool vs alternatives. The description lacks any contextual cues such as prerequisites, use cases, or exclusions. It simply states the function without telling the agent when to select it.

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