Skip to main content
Glama

tteop_run_conformance

Run TTEOP conformance suite to validate envelope invariants, null semantics, cache handling, round-trip, forbidden fields, and banker's rounding. Provides pass/fail counts and details.

Instructions

Run the TTEOP conformance suite: canonical vector invariants, zero-input/zero-output null semantics, missing-cache handling, build-validate round-trip, forbidden field detection, and banker's rounding. Returns pass/fail counts and detailed results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations exist, so the description carries the full burden. It discloses what the tool runs and what it returns ('pass/fail counts and detailed results'), covering the main behavioral contract. It does not mention side effects or failure modes, but for a zero-parameter test runner this is a solid disclosure.

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?

A single sentence, purpose-led, with a compact colon-delimited list of coverage areas. No filler, no repetition of the tool name, and every listed item adds specificity.

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

Completeness5/5

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

Given zero parameters, no annotations, and no output schema, the description still tells the agent what the suite covers and what the caller receives (pass/fail counts and detailed results). Nothing essential is missing for invoking the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters and an empty input schema, so the description needs to add no per-parameter meaning. The baseline for a zero-parameter tool applies.

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?

States a specific verb and resource ('Run the TTEOP conformance suite') and enumerates the checks covered: canonical vector invariants, zero-input semantics, missing-cache handling, round-trip, forbidden field detection, and banker's rounding. This clearly distinguishes it from sibling tools that validate, build, or describe a single envelope.

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?

No explicit when-to-use or when-not-to-use guidance and no named alternatives. The intended scope ('conformance suite') and sibling names (tteop_validate_envelope, tteop_build_envelope, tteop_describe_protocol) make the use case inferrable, but the description itself leaves that routing implicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SunrisesIllNeverSee/tteop-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server