Skip to main content
Glama
valentil

FeatureBoard MCP Server

by valentil

Configure account-wide settings

set_global_config
Idempotent

Sets account-wide settings for FeatureBoard: git commit/push mode, weekly Claude-Max usage plan limits, and default rigor profile. Applied to all projects without overrides.

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
planLimitsNo
defaultStandardNoAccount-wide default rigor profile for projects without their own standard (set_standard). null clears it.
Behavior4/5

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

Description adds behavioral details beyond annotations: explains each gitMode option's behavior, planLimits usage and clearing, and that standard can be null to clear. Annotations indicate idempotent and non-destructive, which are consistent. Minor gap: no mention of permissions or side effects beyond what's described.

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?

Description is moderately concise, front-loading the main purpose. Each sentence adds value, though it could be slightly tighter. No 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?

For a configuration tool with no output schema, the description covers the main parameters and their use cases. It lacks information on return values or error states, but the tool is straightforward. Sibling tools are diverse but not directly competing.

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?

Schema coverage is only 33% (only defaultStandard has a description). The description compensates by explaining gitMode enum values and planLimits structure extensively. It adds meaning 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?

The description clearly states the tool sets account-wide settings for FeatureBoard, and distinguishes it from per-project overrides via set_git_config. It specifies the exact resources (gitMode, planLimits, defaultStandard) and their behavior.

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 states the settings apply globally unless overridden per project, and advises asking the user about gitMode during onboarding. It provides context for when to use planLimits (after reading usage tab) and how to clear it.

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