Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PREFIX | No | Optional string prefix to prepend to all tool names | |
MAX_TOKENS | No | Maximum token limit for responses (default: 50,000) | |
BACKLOG_DOMAIN | Yes | Your Backlog domain (e.g., your-domain.backlog.com) | |
BACKLOG_API_KEY | Yes | Your Backlog API key | |
ENABLE_TOOLSETS | No | Specify which toolsets to enable (comma-separated). Available: space, project, issue, wiki, git, notifications. Defaults to 'all' | |
DYNAMIC_TOOLSETS | No | Enable dynamic discovery of toolsets at runtime (set to 1 to enable) | |
OPTIMIZE_RESPONSE | No | Enable GraphQL-style field selection (set to 1 to enable) | |
BACKLOG_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION | No | Override description for the add_issue_comment tool |
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 |
---|---|
No tools |