Skip to main content
Glama

list_available_checkpoints

Retrieve all supported Evo 2 model checkpoints with size and context length details for sequence scoring, embedding, and generation.

Instructions

List supported Evo 2 checkpoints with descriptions.

Retrieves all available Evo 2 model checkpoints that can be used for sequence scoring, embedding, and generation. Each checkpoint is described with its size and context length capabilities.

Returns: List of dictionaries, each containing: - name: The identifier string for the checkpoint - description: Human-readable description of the model specifications

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries full transparency burden. It explicitly discloses the return format ('List of dictionaries, each containing: - name, - description'), and states that it 'Retrieves all available' checkpoints. This goes beyond a simple restatement, though it does not mention potential side effects, auth, or failure modes.

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 front-loaded with a one-sentence summary, followed by a brief explanatory paragraph and a structured Returns block. Every sentence adds meaningful information—there is no fluff or repetition, making it appropriately sized and well-structured.

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?

As a simple list tool with no parameters and an output schema, the description provides complete context: it defines the tool's purpose, what the returned data contains, and how the checkpoints relate to other tasks. There is no missing information that an agent would need to invoke it correctly.

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 input schema is empty with 100% schema description coverage. Per rubric, a 0-parameter tool earns a baseline of 4. The description does not need to explain parameters, and it adds no unnecessary parameter information.

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 begins with 'List supported Evo 2 checkpoints with descriptions,' which uses a specific verb ('List') and identifies the resource ('supported Evo 2 checkpoints'). It further clarifies that these checkpoints are used for 'sequence scoring, embedding, and generation,' distinguishing it from sibling tools that perform those operations.

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 states the purpose is to retrieve checkpoints 'that can be used for sequence scoring, embedding, and generation,' giving clear context for when to use it (before or alongside those downstream tools). It does not explicitly name alternative tools or provide exclusion scenarios, but the context is sufficient for most agents.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/not-a-feature/evo2-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server