Skip to main content
Glama

MCPunk

by jurasofish

list_most_recently_checked_out_branches

Retrieve up to 50 most recently checked-out branches by specifying the project name, helping track recent branch activity efficiently.

Instructions

List the n most recently checked out branches in the project

Input Schema

NameRequiredDescriptionDefault
nNo
project_nameYes

Input Schema (JSON Schema)

{ "properties": { "n": { "default": 20, "maximum": 50, "minimum": 20, "title": "N", "type": "integer" }, "project_name": { "title": "Project Name", "type": "string" } }, "required": [ "project_name" ], "title": "list_most_recently_checked_out_branchesArguments", "type": "object" }

You must be authenticated.

Other Tools from MCPunk

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/jurasofish/mcpunk'

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