Skip to main content
Glama

List available models

jev_models
Read-onlyIdempotent

List usable models with release dates to verify API key access and locate the JEV_MODEL ID. For OpenRouter, it sends a minimal request and returns the responding model version.

Instructions

List the models this API key can use, with their release dates. Use it to confirm the key works and to find a model id for JEV_MODEL before assuming one exists. With an OpenRouter key it sends one minimal request instead and reports the model version that answered.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelsYes
active_modelYesThe model these tools send requests to.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.14.0

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already indicate this is a read-only, idempotent, non-destructive operation. The description adds beyond that by explaining that with an OpenRouter key, it sends a minimal request and reports the model version, which is a behavioral nuance not captured by the annotations. No contradictions.

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 sentences, each serving a distinct purpose: stating the main function, explaining why usage is appropriate, and detailing behavior with an OpenRouter key. It is front-loaded with the core purpose and free of filler.

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

Completeness5/5

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

Given the simplicity (no params, clear output), the description is complete. It explains the tool's purpose, the use case, and the behavior variation with OpenRouter. The output schema exists to detail the return structure, so the description doesn't need to describe it in text.

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

Parameters4/5

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

The tool has 0 parameters, and the schema documentation coverage is 100%. The description doesn't need to add parameter details because there are none. It does explain what the tool returns (model list with release dates or model version), which adds value beyond the schema.

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

Purpose5/5

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

The description states a clear purpose: to list the models available to the API key, including release dates. It distinguishes itself from siblings like jev_classify or jev_score, which perform different actions, by focusing on model discovery and key verification.

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

Usage Guidelines5/5

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

The description explicitly says when to use the tool: to confirm the key works and to find a model id before assuming one exists. It also explains the difference between using an OpenRouter key and a direct key, providing clear context for when this tool is needed.

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