Skip to main content
Glama

stl_oracle_cases

Read-onlyIdempotent

Lists the golden-fixture case set for the Kotlin test gate, each tied to a specific failure mode such as DST transitions, 24:xx rollover, holiday service mapping, expired realtime feed, and more.

Instructions

The golden-fixture case list for the Kotlin test gate, each with the specific failure mode it pins down (DST transitions, 24:xx rollover, holiday service mapping, expired feed, realtime absent, and so on).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already indicate read-only, idempotent, and non-destructive behavior. The description adds minimal extra context about the static golden-fixture nature, but does not elaborate on return format or side effects, so a baseline score is appropriate.

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 a single, focused sentence that directly states the tool's purpose and gives concrete examples. It is concise and well-structured without unnecessary padding.

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

Completeness3/5

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

The description conveys the basic nature of the return value (a list of cases with failure modes) but does not specify the structure or fields of each case, nor how the output might be consumed. This is adequate for a simple list tool, but leaves some ambiguity.

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?

The tool has no input parameters, and the schema coverage for properties is complete (empty). Since there are no parameters to explain, the baseline score 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?

The description clearly indicates it provides a list of golden-fixture cases for Kotlin test gates, with examples of failure modes. It distinguishes from sibling list tools by focusing on oracle cases, though it does not explicitly use a verb like 'list' or 'fetch'.

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 guidance is given on when to use this tool compared to the many sibling tools. It does not mention alternatives or specific conditions that would make this the appropriate choice.

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