Skip to main content
Glama

it_ops_testing_review

Destructive

Run an IT operations testing review using the domain-agent dispatcher. Submit a free-text objective and optional JSON inputs to receive structured results scoped to your JWT, tenant, and company.

Instructions

Run the it_ops domain agent action testing_review.

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.7/5.0
Behavior3/5

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

Annotations already flag readOnlyHint=false, openWorldHint=true, idempotentHint=false, and destructiveHint=true. The description adds some useful routing and auth context ('under your JWT, tenant, and company scope'), but it does not disclose what side effects may occur, what destructive behavior looks like, or what the action returns. This partially supplements the annotations without fully explaining behavioral consequences.

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 short, front-loaded with the primary action sentence, and contains no obvious filler. The Args section is compact and adds at least some value beyond the bare schema. The main redundancy is that the opening sentence largely restates the tool name.

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?

For a 2-parameter wrapper with zero schema descriptions, this definition is under-specified: it does not clarify what the testing_review action is meant to accomplish, how to formulate a good `message`, or what `inputs` should contain. The output schema's existence does not compensate for missing input semantics and use-case context, leaving an agent to guess alongside many similar it_ops tools.

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 bears the full burden for parameter meaning. It calls `message` a 'free-text objective' and `inputs` an 'optional JSON string of structured inputs,' which provides only minimal semantics. It does not specify what a valid objective looks like, what structured inputs are expected, what keys/schema they should follow, or how the two parameters interact.

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

Purpose3/5

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

The description states a specific verb and resource ('Run the it_ops domain agent action `testing_review`') and notes that it routes through the platform's dispatcher. However, it never explains what a 'testing review' actually does, what outcome it produces, or how it differs from the many similar it_ops review/QA sibling tools. The purpose is therefore only as clear as the tool's own name.

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 when-to-use guidance is provided, and no alternatives are mentioned. The description does not distinguish it_ops_testing_review from siblings such as it_ops_qa, it_ops_analysis_review, or it_ops_design_review. The only contextual information is about JWT/tenant/company scoping, which concerns authorization rather than tool selection.

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