Skip to main content
Glama

jev_system_one

Answer choice, score, or noul questions to produce calibrated decisions for browser agents, with safe action validation in Aside workflows.

Instructions

Call TypeSafe Jev System One with Choice / Score / Noul questions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelNojev-latest
stateYes
questionsYes
timeout_sNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

C2/5.0
Behavior1/5

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

No annotations are provided, so the description carries the full burden for behavioral disclosure. It only says 'Call', providing no information about side effects, whether the operation is read-only or mutating, required permissions, rate limits, or output behavior. This is even less transparent than a minimally descriptive mutation tool like 'update_drive'.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence with no filler, but it is under-specified rather than appropriately concise. It omits essential context needed to use the tool, so the brevity is not a product of careful triage but of lacking substance.

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

Completeness1/5

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

Given a 4-parameter tool with nested objects and no annotations, this description is grossly incomplete. It does not explain state, questions, timeout, model selection, or how this tool relates to the sibling tools. The presence of an output schema does not compensate for missing usage context.

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 needs to compensate. It adds a slight hint that 'questions' involves Choice / Score / Noul types, but it says nothing about the state parameter, model, timeout_s, or how to structure the nested objects. The description does not meaningfully explain the required parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific resource ('TypeSafe Jev System One') and an action ('Call'), and it mentions the question types (Choice / Score / Noul questions). However, 'Call' is a generic verb and the phrase does not explain what the system does, and it does not differentiate from siblings like jev_choose or jev_step.

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?

There is no explicit guidance on when to use this tool versus alternatives. The phrase 'with Choice / Score / Noul questions' hints at an input context, but no conditions, exclusions, or sibling comparisons are provided.

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