Skip to main content
Glama
valentil

FeatureBoard MCP Server

by valentil

Start a drift evaluation

drift_start

Begin a drift-evaluation run on a board's Done tickets, choosing between a fast sampled estimate or full evaluation of all tickets.

Instructions

Begin a drift-evaluation run over a board's Done tickets. mode 'sample' evaluates a seeded random subset (fast statistical estimate); mode 'full' evaluates every Done ticket. Returns a runId + the tickets to score. Then, for each ticket, compare its scope/description/DoD + work log against the actual code it touched (use get_work_packet and the project's codeLocation) and call drift_record with a 0–100 fidelity score; finish with drift_report. Use the evaluate_drift prompt to run the whole loop.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNosample
seedNoSeed for reproducible sampling; one is chosen + returned if omitted.
typeNoall
projectYes
sampleSizeNoHow many Done tickets to sample (mode 'sample').
Behavior4/5

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

Describes the return value (runId + tickets to score) and the two modes. Annotations are all false, providing no safety signals; the description compensates by explaining it initiates a run. Could be more explicit about side effects, but sufficient for a start action.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with purpose and mode explanation. The embedded workflow adds length but is highly valuable. Every sentence contributes to understanding usage. Could be slightly more concise by separating workflow into a separate note.

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 no output schema, the description provides necessary return info and a complete post-invocation workflow. It fits well within the sibling tool list and gives enough context for an agent to use it correctly without additional documentation.

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?

With only 40% schema coverage, the description adds significant meaning: clarifies that 'sample' mode uses a seeded random subset, seed is auto-generated if omitted, and sampleSize only applies to 'sample'. However, it does not describe the 'project' or 'type' parameters beyond what the schema provides.

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 tool starts a drift evaluation over Done tickets, distinguishing between 'sample' and 'full' modes. It differentiates from sibling tools like drift_record and drift_report by being the first step in a documented workflow.

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?

Explicitly explains when to use 'sample' vs 'full' based on need for speed vs completeness. Provides a complete workflow after invocation: use get_work_packet, drift_record, then drift_report. Also suggests using the evaluate_drift prompt for the full loop.

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