Skip to main content
Glama

set_branch_governance

Destructive

Set or clear branch governance rules, enabling evaluation of pull request, merge, release, and publish actions against defined workflow state.

Instructions

Declare or clear branch and release governance so PR, merge, release, and publish actions can be evaluated against explicit workflow state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
branchNameNoOptional branch name the governance applies to
baseBranchNoProtected base branch for merge and release operations (defaults to main)
prRequiredNoWhether this lane must go through a pull request (defaults to true)
prNumberNoOptional pull request number once a PR exists
prUrlNoOptional pull request URL once a PR exists
queueRequiredNoWhether the target branch requires a merge queue
localOnlyNoWhen true, PR, merge, release, and publish actions are blocked for this lane
releaseVersionNoExpected package version for release or publish actions
releaseEvidenceNoOptional evidence or release plan note for the governed version
releaseSensitiveGlobsNoOptional custom globs that define release-sensitive files for this branch lane
clearNoClear the current branch governance state instead of setting it
Behavior4/5

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

Annotations already mark the tool as destructive (destructiveHint=true). The description adds context by explaining that setting governance enables evaluation of PR, merge, release, and publish actions against explicit workflow state. This provides behavioral insight beyond the annotation, though it does not detail side effects of clearing or authorization requirements.

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 efficient sentence that front-loads the action ('Declare or clear') and explains the purpose. Every word earns its place with no redundancy.

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?

Given the tool's complexity (11 optional parameters, no output schema), the description is too brief. It does not explain that all parameters are optional, how the tool interacts with get_branch_governance, or what return value to expect. More context is needed for an agent to use it effectively.

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

Parameters3/5

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

All 11 parameters have individual descriptions in the input schema (100% coverage), so the baseline is 3. The tool description does not add extra parameter meaning beyond the schema, but it is not necessary given the schema's thoroughness.

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's function: declare or clear branch and release governance. It specifies the affected actions (PR, merge, release, publish) and distinguishes from the sibling tool 'get_branch_governance', which retrieves governance.

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 when governance needs to be set or cleared, but it does not provide explicit guidance on when to use this tool versus alternatives (e.g., get_branch_governance) or when not to use it. No exclusions or prerequisites are mentioned.

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/IgorGanapolsky/ThumbGate'

If you have feedback or need assistance with the MCP directory API, please join our Discord server