Skip to main content
Glama

List GitHub App Repository Branches

coolify_list_github_app_branches
Read-onlyIdempotent

List all branches of a GitHub repository accessible by a specified GitHub App, providing branch names for deployment or management.

Instructions

List branches for a repo the GitHub App can access.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesGitHub App id
repoYesRepository name
ownerYesRepository owner/org
revealNoReveal redacted secret values in the response (default false; the call is audited)
instanceNoCoolify instance to target: 'prod' (Hetzner VPS) or 'dev' (local OrbStack VM). Defaults to prod.prod
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the basic safety profile is clear. The description does not add additional behavioral context beyond the 'reveal' parameter's audit note in the schema. The 'instance' parameter's effect on target environment is mentioned but already covered in schema.

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 a single sentence, which is concise, but it lacks specificity about the required parameters and the relationship between the GitHub App and the repo. It could be slightly more verbose to improve clarity without becoming wordy.

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?

The description covers the basic purpose but does not mention the response format (e.g., list of branch names). With no output schema, the agent lacks information on what to expect. The 'reveal' and 'instance' parameters are explained in schema, so not a gap. Overall adequate for a simple list tool but could be more complete.

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 coverage is 100% with clear descriptions for all parameters. The description adds minimal extra meaning beyond the schema, such as implying the GitHub App access context. Baseline is appropriate as schema carries the load.

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 action (list) and resource (branches) and ties it to a GitHub App. However, it does not explicitly mention that the owner and repo parameters are required, nor does it differentiate from sibling tool 'coolify_list_github_app_repos' which lists repos instead of branches.

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?

No guidance is provided on when to use this tool versus alternatives like 'coolify_list_github_app_repos' or when a specific GitHub App context is needed. The description implies usage after obtaining a repo, but no explicit 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/AlobarQuest/infraops-mcp-server'

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