Skip to main content
Glama
StructlyOfficial

Structly MCP Server

Official

fork_branch

Create a new branch from a source branch in a Structly project, optionally overwriting the target or making it the default branch.

Instructions

Создать ветку из другой ветки (fork) в проекте.

    Args:
        project_uuid: UUID проекта.
        source_branch: Ветка-источник.
        target_branch: Целевая (новая) ветка.
        create_target_if_missing: Создать целевую ветку, если её нет.
        overwrite_target: Перезаписать целевую ветку, если она существует.
        is_default: Сделать ветку веткой по умолчанию.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
is_defaultNo
project_uuidYes
source_branchYes
target_branchYes
overwrite_targetNo
create_target_if_missingNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description adds some behavioral context by explaining the flags (create_target_if_missing, overwrite_target, is_default) in the Args block, but it does not disclose side effects, permissions, or broader implications. With no annotations, the description carries the burden, yet it remains limited.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

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

The description is reasonably concise with a clear opening sentence and a structured parameter list. However, the Args block largely duplicates the input schema, making it somewhat redundant and not as tight as it could be.

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?

For a moderately complex branch fork operation, the description covers core parameters and their effects. It doesn't address conflicts, permissions, or migration behavior, but the presence of an output schema makes detailed return documentation unnecessary. Overall, it is adequate but not comprehensive.

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?

Although the schema has 0% description coverage, the description includes a parameter list with brief but meaningful explanations for each argument, such as 'Создать целевую ветку, если её нет.' (Create target branch if missing). This compensates for the schema's lack of descriptions, though not extensively.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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: 'Создать ветку из другой ветки (fork) в проекте' (Create a branch from another branch (fork) in the project). It uses a specific verb and resource, and distinguishes itself from the sibling create_branch by emphasizing 'from another branch'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives like create_branch or merge_branches. It simply describes the action without any context, prerequisites, or exclusions.

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/StructlyOfficial/MCP-server'

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