Skip to main content
Glama

Backlog MCP Server

by fleagne

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

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/fleagne/backlog-mcp-server'

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