Skip to main content
Glama

Rate on an ordered scale

jev_score

Rate any state on your own ordered scale to get a probability-weighted score, confidence level, and recommended action. Use for measuring degree or severity, not categories.

Instructions

Rate the state along an ordered scale you define. Returns a probability-weighted score that can land between levels, the distribution, confidence, and a recommended action. Use for degree or severity, not for picking a category.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateYesThe content to evaluate. A plain string for text, or an object/array for structured data such as a record, a diff, or a chat log.
levelsYesOrdered level descriptions, lowest first. At least two. Each level must describe a concrete situation and stand on its own.
questionYesThe judgment to make. A string, or an object/array when the question has several labelled parts. This is the only instruction Jev sees, so state it in full.
act_aboveNoConfidence at or above which the answer is marked 'act'. Default 0.8. Calibrate on your own data and the cost of being wrong.
review_aboveNoConfidence at or above which the answer is marked 'review' rather than 'abstain'. Default 0.5.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYes
scoreYes
usageYes
actionYes
legendYes
confidenceYes
thresholdsYes
probabilitiesYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

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 carries the burden of behavioral disclosure. It states the tool returns a probability-weighted score, distribution, confidence, and a recommended action, which is valuable. However, it doesn't explain how the confidence thresholds (act_above, review_above) affect the recommended action or any edge cases. The description adds some behavioral context but not comprehensive detail.

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 three concise sentences with zero filler. The core purpose is front-loaded in the first sentence, followed by the return summary and usage guidance. Every sentence contributes value, and it's appropriately brief.

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?

The tool has a moderate complexity with 5 parameters and an output schema. The description covers the purpose, return behavior, and usage constraints. The output schema provides return structure, so the description doesn't need to repeat that. It's complete enough for an agent to understand when and how to use the tool, though it could benefit from a note on how to frame levels or question, but those are covered in the schema.

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 100%, so the schema already documents all parameters thoroughly. The description adds minimal parameter-specific meaning beyond the schema. It mentions 'ordered scale you define' which loosely relates to levels, but doesn't elaborate on state, question, or threshold parameters. Given high coverage, a baseline of 3 is appropriate.

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 states the tool rates a state along an ordered scale defined by the user, which is a specific verb and resource. It also differentiates from sibling tools by explicitly stating 'not for picking a category', which suggests a contrast with jev_classify. However, it doesn't name the sibling explicitly, so it's clear but not maximally distinct.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage guidance: 'Use for degree or severity, not for picking a category.' This tells the agent when to use the tool and what not to use it for. It also implies the user must define the scale, which is useful. It doesn't mention alternatives by name, but the exclusion is clear enough.

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

Deploy Server

Other Tools