Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BACKLOG_API_KEY | Yes | Your Backlog API key | |
| BACKLOG_SPACE_URL | Yes | Your Backlog space URL (e.g. https://your-space.backlog.com) |
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 |
|---|---|
| getProjects | Backlogのプロジェクト一覧を取得します |
| searchIssues | Backlogの課題を検索します |
| getIssue | 特定のBacklog課題を取得します |
| updateIssue | Backlog課題を更新します |