Documentation Index
Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Approve a branch for merging. Your approval counts toward the required approval count.
| Field | Value |
|---|
| Name | create_branch_approval |
| Group | Branches |
Playground
{
"type": "object",
"properties": {
"branch_id": {
"type": "string",
"format": "uuid",
"description": "Branch ID to approve"
},
"comment": {
"type": "string",
"description": "Optional approval comment"
}
},
"required": [
"branch_id"
],
"additionalProperties": false,
"description": "Input schema for the create_branch_approval tool.",
"$schema": "http://json-schema.org/draft-07/schema#"
}
Output schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the record."
}
},
"required": [
"id"
],
"additionalProperties": false,
"description": "Structured approve branch output schema for MCP tools.",
"$schema": "http://json-schema.org/draft-07/schema#"
}