Skip to main content
Glama
valentil

FeatureBoard MCP Server

by valentil

Next task to work

next_task
Read-only

Get the next task to work on from your project board, prioritizing in-progress items then due dates. Returns null when board is clear.

Instructions

Return the next open ticket to work (status Todo or In Progress), so you can pull work one item at a time. Prefers In Progress, then earliest due date, then oldest ticket. Returns null when the board is clear. When the project config etaHints is on (default), also carries an eta estimate for the returned ticket (FBMCPF-269).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoall
projectYes
Behavior5/5

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

Discloses key behaviors: ordering, null return when empty, and conditional eta field. Consistent with readOnlyHint annotation. Adds value beyond annotations by explaining the ordering algorithm and the eta condition (FBMCPF-269). No contradictions.

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?

Three sentences with clear structure: purpose, ordering details, and edge case. Front-loaded with core functionality. Every sentence adds value without redundancy.

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?

Covers purpose, ordering, and null return, but misses explanation of the 'type' filter and return structure details beyond eta. With no output schema, some additional description of return format would improve completeness. Still sufficient for basic use.

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

Parameters2/5

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

Schema description coverage is 0%, but description does not explain the 'type' parameter (enum: all, feature, bug) or its default. The 'project' parameter is implied but not explicitly described. Fails to compensate for missing schema descriptions.

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 'Return the next open ticket to work', specifies the resource (ticket with status Todo or In Progress), and explains the ordering logic (In Progress first, then earliest due date, then oldest). Differentiates from siblings like 'next_wave' and 'list_tasks' by focusing on single sequential task retrieval.

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 phrase 'so you can pull work one item at a time' implies sequential single-task usage, but does not explicitly state when to use this tool over alternatives like 'next_wave' or 'plan_work'. However, the preference logic provides clear context for decision-making.

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