Skip to main content
Glama

list_tests

Retrieve all available golden baselines in an EvalView project to view test names, variant counts, and last update timestamps for regression testing.

Instructions

List all available golden baselines in this EvalView project. Shows test names, variant counts, and when each baseline was last updated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler logic for 'list_tests', which maps the MCP tool call to the 'evalview golden list' CLI command.
    elif name == "list_tests":
        cmd = ["evalview", "golden", "list"]
  • The schema definition for the 'list_tests' tool, defining its name, description, and input parameters.
    {
        "name": "list_tests",
        "description": (
            "List all available golden baselines in this EvalView project. "
            "Shows test names, variant counts, and when each baseline was last updated."
        ),
        "inputSchema": {
            "type": "object",
            "properties": {},
        },
    },
  • A comment in the code acknowledging 'list_tests' as an exposed MCP tool.
    Exposes run_check, run_snapshot, and list_tests as MCP tools so you can
    run regression checks inline without switching to a terminal.

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/hidai25/eval-view'

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