Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BACKLOG_API_KEY | Yes | Your Backlog API key | |
| BACKLOG_BASE_URL | No | Your Backlog base URL (default: https://{your-space-id}.backlog.com/api/v2) | |
| BACKLOG_SPACE_ID | Yes | Your Backlog space ID |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| backlog_get_projects | Performs list project get using the Backlog Projects get API. Supports pagination, content filtering. Maximum 20 results per request, with offset for pagination. |
| backlog_get_project | Performs an project get using the Backlog Project get API. |
| backlog_get_issues | Performs list issue get using the Backlog Issues API. Supports pagination, content filtering. Maximum 20 results per request, with offset for pagination. |
| backlog_get_issue | Performs an issue get using the Backlog Issue API. |
| backlog_add_issue | Add an issue using the Backlog Issue API. |
| backlog_update_issue | Update an issue using the Backlog Issue API. |
| backlog_delete_issue | Delete an issue using the Backlog Issue API. |
| backlog_get_wikis | Performs list wikis get using the Backlog Wiki API |
| backlog_get_wiki | Performs an wiki get using the Backlog Wiki API. |
| backlog_add_wiki | Add an wiki using the Backlog Wiki API. |
| backlog_update_wiki | Update an wiki using the Backlog Wiki API. |
| backlog_delete_wiki | Delete an wiki using the Backlog Wiki API. |