Skip to main content
Glama

jev_choose

Selects an app-owned action ID from candidates using goal and observation, without executing actions, to support decision-making in browser workflows.

Instructions

Choose an app-owned action ID. No action is executed by this tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalYes
modelNojev-latest
preferNo
historyNo
providerNolive
timeout_sNo
candidatesYes
observationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so description carries the full burden. It only discloses that no action is executed, but omits error behavior, latency/cost, side effects, authentication, and return semantics. The one disclosed behavior is useful but insufficient.

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

Conciseness4/5

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

Two terse sentences with zero filler, front-loading the verb and adding the key non-execution caveat. Efficient, though brevity comes at the cost of needed detail.

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?

With 8 parameters at 0% schema description coverage, no annotations, and a two-sentence description, an agent lacks essential context for input construction and tool behavior. The output schema does not compensate for missing parameter semantics.

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

Parameters1/5

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

Schema description coverage is 0%, and none of the 8 parameters (including required goal, observation, candidates) are explained in the description. The tool cannot be correctly invoked without guessing parameter formats.

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 ('Choose') and resource ('app-owned action ID'), with an explicit non-execution caveat that distinguishes it from execution siblings. Core purpose is clear even though alternatives are not named.

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 on when to use this tool versus jev_step or jev_browser_run. No mention of prerequisites, selection criteria, or when to prefer this tool over alternatives.

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