Skip to main content
Glama
valentil

FeatureBoard MCP Server

by valentil

Log bug

log_bug

Record a bug in a project's buglist.md file and receive a unique ticket ID (FBB-###) for tracking.

Instructions

Log a bug to a board's buglist.md. Returns the new ticket (FBB-###).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoExternal reference id this ticket maps to, e.g. a plan item WI-1.2. Stored as [Ref: …].
titleYes
labelsNo
dueDateNoYYYY-MM-DD
newFileNoOriginal 'new file' flag: build this feature in a new file. Stored as [NewFile: …].
productNo
projectYes
websiteNoA website/URL this ticket relates to. Stored as [Website: …].
priorityNoManual priority rank; 1 = highest. Lower sorts first; unset sorts last.
attachmentsNoFile paths or URLs attached to this ticket.
descriptionNo
linkedIssueNoTicket ID of a related task, e.g. FBB-3
Behavior3/5

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

Annotations already indicate non-read-only and non-destructive behavior. The description adds that a new ticket is created and returned, which is consistent. However, it does not disclose side effects, required permissions, or rate limits.

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?

The description is a single sentence that immediately conveys the action and return value. No extraneous information; every word is meaningful.

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

Completeness2/5

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

Despite having 12 parameters and no output schema, the description only covers the basic operation. It does not explain how parameters like 'priority' or 'labels' affect behavior, nor does it describe the structure of the returned ticket beyond the ID.

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 58% (7 of 12 parameters have descriptions). The tool description adds no additional parameter guidance. It misses the opportunity to clarify key parameters like 'title' or 'project', which are required but lack descriptions in 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?

The description clearly states the action ('Log a bug'), target ('board's buglist.md'), and return value ('new ticket (FBB-###)'). It distinguishes itself from siblings like 'add_feature' or 'create_project' by focusing on bug tracking.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for logging bugs but does not specify when to use this tool versus alternatives like 'add_feature' or 'create_project'. No explicit when-not-to-use or prerequisites are given.

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