Backlog MCP Server

by fleagne
Verified

backlog_get_projects

Retrieve project details from Backlog API, filtering by archived status or administrator access. Supports pagination with a maximum of 20 results per request and offset functionality for efficient data handling.

Instructions

Performs list project get using the Backlog Projects get API. Supports pagination, content filtering. Maximum 20 results per request, with offset for pagination.

Input Schema

NameRequiredDescriptionDefault
allNoOnly applies to administrators. If true, it returns all projects. If false, it returns only projects they have joined (set to false by default).
archivedNoFor unspecified parameters, this form returns all projects. For false parameters, it returns unarchived projects. For true parameters, it returns archived projects.

Input Schema (JSON Schema)

{ "properties": { "all": { "default": false, "description": "Only applies to administrators. If true, it returns all projects. If false, it returns only projects they have joined (set to false by default).", "type": "boolean" }, "archived": { "description": "For unspecified parameters, this form returns all projects. For false parameters, it returns unarchived projects. For true parameters, it returns archived projects.", "type": "boolean" } }, "type": "object" }

You must be authenticated.

Other Tools from Backlog MCP Server

Related Tools

ID: ekxpemr97g