Skip to main content
Glama
openl-tablets

OpenL MCP Server

Official

List Git Branches

openl_list_branches
Read-onlyIdempotent

Lists all Git branch names in a repository, letting you review available branches before switching or comparing versions. Provide a repository id or name from the repositories list.

Instructions

List all Git branch names in a repository. 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, round-trippable data (default), 'markdown' for human-readable output, 'markdown_concise' for a brief summary (1-2 paragraphs), or 'markdown_detailed' for full details with contextjson

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changedv1.2.0
    • changedInput schema / properties / response_format / default
      Previous value: -"markdown"New value: +"json"
    • changedInput schema / properties / response_format / description
      Previous value: -"Response format: 'json' for structured data, 'markdown' for human-readable (default), 'markdown_concise' for brief summary (1-2 paragraphs), 'markdown_detailed' for full details with context"New value: +"Response format: 'json' for structured, round-trippable data (default), 'markdown' for human-readable output, 'markdown_concise' for a brief summary (1-2 paragraphs), or 'markdown_detailed' for full details with context"
  2. Changed2 schema fields changedv1.1.0
    • changedInput schema / properties / repository / description
      Previous value: -"Repository name (display name, not ID). Use the 'name' field from openl_list_repositories() response (e.g., if list_repositories returns {id: 'design-repo', name: 'Design Repository'}, use 'Design Repository' here, NOT 'design-repo')."New value: +"Repository 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."
    • changedInput schema / required
      Previous value: -[
      -  "repository",
      -  "limit",
      -  "offset"
      -]New value: +[
      +  "repository"
      +]
  3. First observedv0.0.0

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already establish readOnly, idempotent, and open-world behavior, so the bar for additional disclosure is lower. The description adds useful behavioral detail: both repository id and name are accepted, matching is case-insensitive, and agents should not invent example values. This goes beyond the annotations and helps correct invocation.

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

Conciseness4/5

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

The description is compact and front-loaded with the core purpose before usage and parameter guidance. It contains minor redundancy with the schema's repository parameter description, but every sentence adds practical value and there is no irrelevant filler.

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 read-only listing operation with one required parameter, the description covers the main things an agent needs: what the tool does, when to use it, how to obtain a valid repository identifier, and a warning against inventing values. It does not explain output details or pagination, but given the schema's response_format and limit/offset defaults, the description is reasonably 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?

The description reinforces the key repository parameter by explaining that id or name from openl_list_repositories() is accepted and is case-insensitive, but this largely repeats what the schema already states. Limit and offset have no description in the schema and are not addressed in the description, so the 50% schema coverage gap is not fully compensated.

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 states a specific action ('List all Git branch names') and a concrete resource ('a repository'), making the core purpose clear. It also gives a use case ('before switching or comparing versions'), but it does not explicitly differentiate itself from sibling tools like openl_list_project_branches.

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 gives clear when-to-use context: to see available branches before switching or comparing versions. It also provides a prerequisite workflow: call openl_list_repositories() first if the repository value is not already in context. It does not mention alternatives or when not to use this tool, but the guidance is otherwise strong.

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