Skip to main content
Glama
openl-tablets

OpenL MCP Server

Official

List Git Branches

openl_list_branches
Read-onlyIdempotent

List all Git branches in a repository, showing names and metadata. Use to view available branches before switching or comparing versions.

Instructions

List all Git branches in a repository. Returns branch names and metadata (current branch, commit info). Use this to see available branches before switching or comparing versions. Pass either the id or name from openl_list_repositories() — both are accepted (case-insensitive). Do not invent example values; call openl_list_repositories() first if not in context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
repositoryYesRepository identifier. Pass either the 'id' or the 'name' field from openl_list_repositories() — the tool accepts both (and is case-insensitive). DO NOT invent values like 'Design Repository' or 'design-repo'; the actual names are typically short tokens (e.g. 'Design'). Always call openl_list_repositories() first if you don't already have the value in context.
response_formatNoResponse format: 'json' for structured data, 'markdown' for human-readable (default), 'markdown_concise' for brief summary (1-2 paragraphs), 'markdown_detailed' for full details with contextmarkdown
Behavior3/5

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

Annotations already indicate read-only, idempotent, and open-world. The description adds return info (branch names, current branch, commit info) which is useful but not extensive. It does not disclose pagination behavior, latency, or other traits. With annotation coverage, the description's additional behavioral context is adequate but not rich.

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 two sentences: first states purpose and output, second gives usage guidance and a warning. It is front-loaded, concise, and every sentence adds value. No wasted words.

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 4-parameter tool with no output schema and a large sibling set, the description covers the key usage context (how to specify repository) and mentions return format. However, it omits explanation of pagination parameters (limit/offset) and response_format choices beyond the schema. It is minimally adequate 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 description coverage is 50% (repository and response_format have descriptions). The description adds significant semantic value for the repository parameter (accepts id or name, case-insensitive, don't invent) beyond the schema. However, limit and offset parameters are not explained. The description partially compensates for the schema gap but not fully.

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 lists all Git branches with metadata, using a specific verb ('List') and resource ('Git branches'). It implies use before switching/comparing versions, but does not explicitly distinguish from sibling tools like openl_create_project_branch. Still, the purpose is very clear and unambiguous.

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 description provides explicit guidance: use to see branches before switching/comparing, pass repository id or name from openl_list_repositories(), and avoid inventing values. It advises calling the repository list tool first if needed. No explicit 'when not to use', but the guidance is sufficient and practical.

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/openl-tablets/openl-mcp'

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