Skip to main content
Glama
valentil

FeatureBoard MCP Server

by valentil

List multi-model test variants

list_test_variants
Read-only

Lists test variants for a ticket's per-model test files and identifies which model tiers cover each variant, using the project's test directory to support multi-model evaluation.

Instructions

List the per-model test variants present for a ticket (test/..test.js) and which model tiers cover it. Reads the project's test/ dir under its code location; feeds the multi-model eval (FBMCPF-148).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ticketYes
projectYes
Behavior5/5

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

Annotations declare readOnlyHint=true and openWorldHint=false. The description adds that it reads the project's test/ directory and feeds into multi-model eval, providing behavioral context beyond annotations. No contradiction.

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: first delivers purpose, second adds technical context. No wasted words. Information is front-loaded and efficient.

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

Completeness3/5

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

No output schema present. The description hints at what is returned (variant names and model tier coverage) but does not specify format or structure. For a listing tool, this is adequate but not complete. Could be improved by noting the output type (e.g., array of strings).

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 has 2 required parameters (ticket, project) with 0% description coverage. The description mentions 'for a ticket' implying the ticket parameter is a ticket identifier, and project is the project name, but does not elaborate on format or constraints. Minimal value added 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?

Description clearly states the verb 'List' and resource 'per-model test variants' for a specific context (ticket, project). It also mentions the file pattern and purpose (feeds multi-model eval), distinguishing it from siblings like list_test_pages or generate_multi_model_tests.

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?

Description specifies when to use: to list test variants for a ticket and see model tier coverage. It does not explicitly state when not to use or suggest alternatives, but the context is clear enough for an agent to infer appropriate usage.

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/valentil/featureboard-mcp'

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