Backlog MCP Server

get_git_repositories

Retrieve a list of Git repositories associated with a specific Backlog project by providing the project ID or key. Streamlines access to repository data for project management and integration tasks.

Instructions

Returns list of Git repositories for a project

Input Schema

NameRequiredDescriptionDefault
projectIdOrKeyYesProject ID or project key

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectIdOrKey": { "description": "Project ID or project key", "type": [ "string", "number" ] } }, "required": [ "projectIdOrKey" ], "type": "object" }
ID: lktnbgdbjl