Skip to main content
Glama
valentil

FeatureBoard MCP Server

by valentil

Configure git integration

set_git_config
Idempotent

Configure per-project git integration to commit and optionally push finished tickets to the project's repository, overriding account-wide defaults for push behavior.

Instructions

Enable/configure optional per-project git integration so finished tickets can be committed (and optionally pushed) to the project's code repo. No secrets are stored — push uses the machine's own git credentials. Set codeLocation in project config to point at the repo. gitMode ("commit-only" | "commit-push" | "ask") controls what commit_feature/deploy_site do when a call doesn't pass an explicit push param, and overrides the account-wide default from set_global_config for this project only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pushNoAlso push after committing. Superseded by gitMode going forward; kept for back-compat.
branchNo
remoteNo
enabledNo
gitModeNoPer-project push behavior, overriding the account-wide default (set_global_config).
projectYes
messagePrefixNo
Behavior4/5

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

The description adds behavioral context beyond annotations: states no secrets are stored, push uses machine's git credentials, and gitMode controls commit_feature/deploy_site behavior. This aligns with idempotentHint and destructiveHint=false, with 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.

Conciseness4/5

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

The description is a single paragraph that front-loads the main purpose. It is concise but could separate the gitMode explanation for clarity. No wasted sentences.

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

Completeness3/5

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

Given the complexity (7 params, no output schema, annotations present), the description covers purpose, relationship to other tools, and key behavior. However, it omits details on several parameters and does not describe return values or error conditions, leaving gaps.

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 coverage is low (29%: 2 of 7 params have descriptions). The description adds meaning for gitMode (enum values explained) and push (back-compat, superseded), but other params (branch, remote, enabled, messagePrefix) remain undocumented. Insufficient compensation for low schema coverage.

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 it enables/configures per-project git integration, specifying the action (enable/configure) and resource (git integration). It distinguishes from sibling tools like set_global_config and get_git_config by mentioning per-project override.

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 description explains when to use (to enable git integration per-project) and mentions prerequisites (setting codeLocation). It contrasts with set_global_config by stating gitMode overrides account-wide default for this project. It does not explicitly list when not to use, but provides sufficient context.

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