Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JEV_MCP_MODELNoSelects the model to use; defaults to 'jev-latest'.jev-latest
TYPESAFE_API_KEYYesAPI key for TypeSafe, required by the server.
JEV_MCP_MAX_STATE_CHARSNoCompatibility alias for JEV_MCP_MAX_REQUEST_CHARS, accepted for one release.
JEV_MCP_MATCH_DEADLINE_SNoDeadline in seconds for jev_match; defaults to 45.45
JEV_MCP_MAX_REQUEST_CHARSNoMaximum serialized request budget in characters for state and questions sent to the service; defaults to 120,000.120000
JEV_MCP_MATCH_MAX_CANDIDATESNoMaximum number of candidates for jev_match; defaults to 2,000.2000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
jev_askB

Use Jev for typed judgments over supplied state; it is not for text generation or numeric extraction.

Confidence is distribution concentration, not correctness. The default est_cost_usd uses the published early-access input price and may change.

jev_classifyA

Use Jev to select one label from a closed list; it is not for text generation or numeric extraction.

Confidence is distribution concentration, not correctness. With order-ensemble enabled, order flips concentrate at low confidence, so disagreement is a second, cheap reason to route to a person. The default est_cost_usd uses the published early-access input price and may change.

jev_scoreB

Use Jev to place state on an ordered situation rubric; it is not for text generation or numeric extraction.

Confidence is distribution concentration, not correctness. The default est_cost_usd uses the published early-access input price and may change.

jev_checkB

Use Jev for independent yes/no checks over state; it is not for text generation or numeric extraction.

Confidence is distribution concentration; Noul probability is evidence strength. The default est_cost_usd uses the published early-access input price and may change.

jev_matchA

Find the best candidate with an explicit abstention signal; it is not text generation.

Candidates are evaluated in windows, and exists is the maximum of the per-window Noul probabilities. More windows can therefore inflate exists; inspect exists_by_window and windows before using the result. The default est_cost_usd uses the published early-access input price and may change.

jev_screenB

Use Jev to screen untrusted text; it is a filter, not a security boundary.

Confidence is distribution concentration, not correctness. The default est_cost_usd uses the published early-access input price and may change.

jev_healthA

Use Jev health to inspect the configured model and the account's available models and release dates.

Health checks report zero estimated cost; the published early-access input price may change for other tools.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 7 tools

Disambiguation4/5

Each tool maps to a distinct judgment mode: open typed judgment, closed-list classification, ordered scoring, yes/no checking, candidate matching, text screening, and health inspection. The generic jev_ask could broadly overlap with the more specific modes, but the descriptions clarify when each should be used.

Naming Consistency5/5

All tools share the consistent jev_ prefix and use short lowercase names matching their action or purpose. The naming convention is uniform and predictable across the entire set.

Tool Count5/5

Seven tools is a well-scoped set for a single Jev judgment API. Each tool covers a distinct operation without redundancy, and the count feels neither thin nor bloated.

Completeness5/5

The tool surface covers the core judgment types Jev appears to support: ask, classify, score, check, match, and screen, plus health for configuration introspection. The repeated exclusions of text generation and numeric extraction indicate those are intentionally out of scope rather than missing.

Maintenance

ActivityMaintained
ResponsivenessNo issues