Skip to main content
Glama

Get the git branch name for an issue

copy_branch_name
Read-onlyIdempotent

Return the git branch name Orbit uses for an issue, in the form handle/eng-42-short-title.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
issueYesAn issue identifier like "ENG-42", or an issue id.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true, covering safety. The description adds value by specifying the output format and that the name follows Orbit's convention, which is beyond the annotations. It doesn't describe error cases, but for a read-only lookup this is sufficient.

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?

A single sentence with zero filler. It front-loads the action and includes the essential output format without 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 simple read-only tool with one parameter and no output schema, the description is complete: it states the purpose, the parameter (via schema), and the output format. Annotations cover safety. Minor gaps like error handling aren't necessary for correct invocation.

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?

Schema description coverage is 100% – the 'issue' parameter is clearly described as an identifier like 'ENG-42' or an issue id. The description adds no further parameter semantics, so the baseline of 3 applies.

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 states a specific verb ('Return') and resource ('git branch name Orbit uses for an issue'), and gives the exact output format ('handle/eng-42-short-title'). This clearly distinguishes it from any sibling tools, none of which return branch names.

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 purpose is self-evident: use when you need the git branch name for an issue. It doesn't explicitly mention alternatives or when not to use it, but given the unique function, the context is clear enough. No exclusions are needed.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.