Skip to main content
Glama

Japanese Order Eval

score_order_batch

Read-onlyIdempotent

Score up to six predictions; missing cases fail. Return machine-readable gate status and incorrect review clearances. No order execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
predictionsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.3/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, non-destructive, closed-world safety. The description adds useful behavioral context: missing cases fail, machine-readable gate status/clearances are returned, and no orders are executed.

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 short, front-loaded sentences with no filler. Every sentence carries purpose, failure behavior, return content, or execution boundary.

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?

Covers purpose, failure mode, output summary, and non-execution, which is decent given rich annotations. However, with no output schema and no parameter descriptions, it leaves the predictions shape and the exact form of gate status/clearances underspecified.

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

Parameters2/5

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

Schema description coverage is 0%, so the description should explain the predictions parameter. It only restates the max of six from the schema and implies missing cases fail, without explaining the required id/output object structure.

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?

States a specific verb (Score) and resource (predictions), plus batch limit and failure mode. It distinguishes from order execution, but does not explicitly differentiate from the sibling score_order_output.

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 when-to-use or when-not-to-use guidance is given, and no alternative sibling tool is named. Batch scope is implied by 'up to six predictions' but not framed as a usage condition.

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