Skip to main content
Glama

Tangled MCP Server

by zzstoatzz

list_repo_branches

Retrieve branch information for any repository to view available branches and manage git workflows. Supports pagination for large repositories.

Instructions

list branches for a repository

Args: repo: repository identifier in 'owner/repo' format (e.g., 'zzstoatzz/tangled-mcp') limit: maximum number of branches to return (1-100) cursor: optional pagination cursor

Returns: list of branches with optional cursor for pagination

Input Schema

NameRequiredDescriptionDefault
cursorNo
limitNomaximum number of branches to return
repoYesrepository identifier in 'owner/repo' format (e.g., 'zzstoatzz/tangled-mcp')

Input Schema (JSON Schema)

{ "properties": { "cursor": { "anyOf": [ { "anyOf": [ { "type": "string" }, { "type": "null" } ], "description": "pagination cursor" }, { "type": "null" } ], "default": null }, "limit": { "default": 50, "description": "maximum number of branches to return", "maximum": 100, "minimum": 1, "type": "integer" }, "repo": { "description": "repository identifier in 'owner/repo' format (e.g., 'zzstoatzz/tangled-mcp')", "type": "string" } }, "required": [ "repo" ], "type": "object" }

Other Tools from Tangled MCP Server

Related Tools

    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/zzstoatzz/tangled-mcp'

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