Skip to main content
Glama

PHION Trust

Tool Result Schema Validator

tool_result_schema_validator
Read-onlyIdempotent

Tool Result Schema Validator; deterministic signed assessment over supplied input.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.4/5.0
Behavior3/5

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

Annotations already declare readOnly, idempotent, and non-destructive hints. The description adds a little beyond them by noting the result is 'deterministic' and 'signed,' which are useful behavioral traits. However, it does not explain what signing entails, what the assessment covers, or any other operational behavior.

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

Conciseness3/5

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

The description is short, but the opening phrase 'Tool Result Schema Validator;' is redundant with the name and title. The remaining phrase is compact but vague. There is no wasted length, yet the first half fails to earn its place.

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 an output schema, the description leaves the core behavior unstated: that a result is checked against a schema and a signed assessment is produced. An agent cannot confidently infer the exact purpose or expected input semantics from the description alone. This is more than minor—it is the central missing piece.

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 high, so the schema already carries baseline parameter meaning. The description adds no detail about how 'result' and 'schema' interact, but per the rubric the baseline of 3 applies when the schema does the heavy lifting.

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

Purpose2/5

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

The description begins by repeating the tool title almost verbatim, then adds only 'deterministic signed assessment over supplied input.' It never states the actual operation—that it validates a result against a supplied schema—and offers no differentiation from siblings like signed_result_comparator or schema_normalize. This reads as a tautology with a vague qualifier.

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?

There is no guidance on when to use this tool versus alternatives, no exclusions, and no implied context such as 'use when you need to verify a result conforms to a schema.' The agent must infer usage entirely from the tool name and parameter names.

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