Skip to main content
Glama
coval-ai

Coval MCP Server

Official
by coval-ai

list_metrics

List evaluation metrics for agent performance. Include built-in metrics with include_builtin=true.

Instructions

List available evaluation metrics. Metrics define how agent performance is measured. Set include_builtin=true to see built-in metrics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_sizeNoNumber of results per page (1-100, default 50)
page_tokenNoToken for retrieving the next page of results
order_byNoSort order (e.g., "-create_time" for newest first)
filterNoFilter expression (e.g., status="COMPLETED")
include_builtinNoInclude built-in metrics in results (default false)
Behavior2/5

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

No annotations exist, and the description fails to disclose behavioral traits such as pagination behavior, default sorting, or what happens when parameters are omitted. The description adds minimal behavioral context beyond the literal listing action.

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?

Two sentences, directly states purpose and one key condition. No extraneous information. Front-loaded with action and resource.

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

Completeness4/5

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

Given 5 parameters, no output schema, and no annotations, the description covers the core purpose and one key parameter. It could mention pagination behavior or default sorting, but the schema compensates. Acceptably complete for its complexity.

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

Parameters3/5

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

Schema description coverage is 100%, meaning each parameter is already documented in the schema. The description adds meaning only to 'include_builtin'. For other parameters, it adds no extra value, meeting the baseline 3.

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 clearly states the verb 'List' and the resource 'available evaluation metrics'. It differentiates from sibling list tools by specifying 'evaluation metrics', distinct from agents, runs, test cases, etc.

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?

Provides a specific usage guideline with 'Set include_builtin=true to see built-in metrics'. While it doesn't explicitly mention when not to use or alternative tools, the context and name make it obvious this is for metrics only.

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/coval-ai/mcp-server'

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