Skip to main content
Glama
valentil

FeatureBoard MCP Server

by valentil

Configure account-wide settings

set_global_config
Idempotent

Adjust account-wide behavior for Git commits/pushes, Claude usage-plan limits, telemetry, and pad auto-sync, inherited by every project lacking its own override.

Instructions

Set FeatureBoard's account-wide settings, applied to every project that doesn't set its own override via set_git_config. gitMode — "commit-only" (never push automatically; the original default behavior), "commit-push" (push after every commit_feature/deploy_site that doesn't pass an explicit push param), or "ask" (commit only, and return a note asking the caller to confirm with the user before pushing — never pushes silently). planLimits — the two weekly Claude-Max usage meters that reset together ({fablePct, allModelsPct, capturedAt (ISO), resetAt (ISO), targetRatio (default 1.0)}); pass it after reading the usage tab so the board can steer both meters to exhaust at the same reset (blend tracking, FBMCPF-278/279). Pass planLimits:null to clear it. Ask the user about gitMode during onboarding.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gitModeNo
padSyncNoPad auto-sync over git (FBMCPF-395). null resets to defaults.
telemetryNoAnonymous usage telemetry (FBMCPF-378): false disables all counting and the daily batched send (server/telemetry.js), true re-enables, null resets to the default (enabled). The FEATUREBOARD_TELEMETRY env var also disables it regardless of this setting.
planLimitsNo
defaultStandardNoAccount-wide default rigor profile for projects without their own standard (set_standard). null clears it.
Behavior5/5

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

Annotations already declare readOnlyHint=false, idempotentHint=true, destructiveHint=false. The description complements these by explaining the behavioral nuances of gitMode (e.g., 'ask' never pushes silently) and the planLimits blend tracking mechanics (FBMCPF-278/279), adding significant context about what the settings actually do. 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?

The description is dense but every sentence earns its place. It front-loads the core purpose and override note, then systematically covers gitMode and planLimits, ending with a practical instruction. No fluff, well-paced for the complexity involved.

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?

For a tool with 5 parameters, including nested objects, the description covers the two most intricate parameters in depth. The other three are reasonably described in the schema, and there is no output schema requiring explanation. It is complete enough for an agent to call correctly, though it could briefly note that padSync, telemetry, and defaultStandard are also handled.

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 schema description coverage at 60%, the description compensates for the two parameters lacking schema descriptions (gitMode and planLimits) by fully explaining their meaning and usage. The remaining parameters (padSync, telemetry, defaultStandard) already have descriptions in the schema, so the description does not need to repeat them. It adds value where needed.

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 explicitly states the verb 'Set', the resource 'FeatureBoard's account-wide settings', and the scope ('applied to every project that doesn't set its own override via set_git_config'), clearly distinguishing it from the sibling set_git_config. An agent can immediately understand what this tool does and how it differs.

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?

The description explicitly names the alternative tool (set_git_config) and the condition for using each ('every project that doesn't set its own override'), and also instructs the agent to 'Ask the user about gitMode during onboarding'. This provides clear when‑to‑use direction and a concrete usage step.

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