Skip to main content
Glama

Generate TEVV Report

generate_tevv_report

Issue a TEVV-Athlon assessment report from stored IATP reputation and ABV maturity. Returns JSON alignment scores. Compliance: NIST AI 200-2, EU AI Act Art. 9, 13, 15. Cost $0.50 per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idYesAgent identifier to score against the NIST AI 200-2 TEVV-Athlon mapping.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNoTrue when the tool completed without a validation error.
toolNoTool name that produced this payload.
reportNoAlignment scores and narrative.
paymentNoSettlement receipt after x402 or sandbox payment.
agent_idNoAgent that was assessed.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

With readOnlyHint=false, the tool may not be read-only, and the description does add context: it charges $0.50 per call and returns JSON alignment scores. It does not, however, disclose whether the report is persisted as a side effect, what happens if stored IATP/ABV data are missing, or any auth/rate-limit requirements, so the description only partially carries the behavioral burden.

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?

Three sentences, each earning its place: function, output, and cost/compliance. The core action is front-loaded, and there is no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter tool with an output schema, the description is largely complete: it identifies inputs, sources, output, cost, and compliance context. It is only missing explicit routing guidance against the highly similar sibling get_tevv_alignment and side-effect clarity, which prevents a perfect score.

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 description coverage is 100%, and the agent_id schema description already explains what the identifier is used for ('score against the NIST AI 200-2 TEVV-Athlon mapping'). The free-text description adds no parameter-specific meaning, so the baseline of 3 applies.

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?

Description states a specific action ('Issue a TEVV-Athlon assessment report'), the data sources ('stored IATP reputation and ABV maturity'), and the return type ('JSON alignment scores'). It is clear about what it does, but it does not explicitly differentiate itself from the closely named sibling get_tevv_alignment, so it stops short of 5.

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 phrase 'from stored IATP reputation and ABV maturity' implies this tool should be used after those inputs are already available, and the compliance/cost lines add context. However, it never states when to choose this over alternatives like get_tevv_alignment or run_abv_assessment, nor gives exclusions.

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