Skip to main content
Glama

verify_output

Submit a question to Oathlayer for verification. Returns whether the answer is approved, unverified, reflects multiple perspectives, is too complex to verify, or needs clarification. Also returns a permanent doc reference number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
apiKeyYesYour Oathlayer API key from your dashboard at oathlayer.com.
questionYesThe question or statement you want Oathlayer to verify.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description must fully convey behavioral traits. It mentions output types but fails to disclose potential side effects, rate limits, error handling, or any destructive actions. The description is adequate but not comprehensive for a tool without annotations.

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 two sentences long, front-loaded with the action and immediate outcome, followed by specific return details. Every sentence adds value with no redundancy.

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?

Given no output schema, the description adequately lists possible return statuses and a doc reference number, but lacks details on the output structure (e.g., JSON fields) and error scenarios. It is mostly complete for a simple tool.

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 coverage is 100%, so the baseline is 3. The description does not add meaning beyond the schema; it references the 'question' parameter indirectly but does not elaborate on 'apiKey'. The schema descriptions are already self-explanatory.

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

Purpose5/5

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

The description clearly states the tool submits a question for verification and lists possible return statuses (approved, unverified, etc.) and a permanent doc reference number. It uses a specific verb ('submit') and resource ('question'), distinguishing it from any potential alternative tools, though none are provided.

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 description implies the tool is used for verifying statements, but provides no explicit guidance on when to use it versus alternatives, when not to use it, or prerequisites beyond the apiKey. With no sibling tools, the absence of such guidance is less critical but still leaves gaps.

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.

TDQS

A3.9/5.0
Disambiguation5/5

With only one tool, there is no possibility of confusion. The tool's purpose is clearly defined and distinct.

Naming Consistency5/5

The tool name 'verify_output' follows a clear verb_noun pattern. Consistency is not an issue with a single tool.

Tool Count4/5

A single tool is appropriate for a specialized verification service, though the scope is very narrow and slightly below typical range.

Completeness3/5

The tool covers the core verification operation but lacks additional features like retrieval or history, which could be considered minor gaps.