Skip to main content
Glama

Check (yes/no probability)

jev_check

Answer yes/no questions about input as a calibrated probability from 0 to 1. Gate, filter, or guardrail decisions by checking states like 'Is this safe to auto-approve?'.

Instructions

Answer a yes/no question about the state as a calibrated probability from 0 to 1. Use for gates, filters, and guardrails (e.g. 'Is this safe to auto-approve?').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateYesThe context/input to check.
instructionsYesThe yes/no question, e.g. 'Is this a jailbreak attempt?'

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.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 does disclose the output shape (calibrated probability 0-1) and the input type (state plus yes/no question), but it does not mention side effects, determinism, error behavior, or threshold interpretation. This is minimally informative but not richly transparent.

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 short sentences. It front-loads the core behavior, then adds concrete use cases and an example. Every sentence earns its place and there is no filler.

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?

With only two parameters and no output schema, the description adequately communicates the return value (calibrated probability 0-1) and the intended role of the tool. It could be more complete by naming sibling alternatives or clarifying behavioral guarantees, but this is sufficient for basic correct invocation.

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 parameters are already fully documented. The description adds practical context by framing 'state' as the context/input and 'instructions' as the yes/no question, but it does not significantly expand on the schema.

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 states a specific behavior: answer a yes/no question about the state with a calibrated probability from 0 to 1. It also gives use cases like gates, filters, and guardrails. It does not explicitly name sibling tools, but the 'calibrated probability' and 'yes/no' framing helps distinguish it from classify/score/gate/decide.

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 clearly says when to use it: for gates, filters, and guardrails, with a concrete example. However, it does not explicitly say when not to use it or which sibling tool might be a better alternative, so it stops short of full routing guidance.

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