Backlog MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BACKLOG_DOMAIN | Yes | Your Backlog domain (e.g., your-domain.backlog.com) | |
| BACKLOG_API_KEY | Yes | Your Backlog API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_spaceB | Returns information about the Backlog space |
| get_space_activitiesC | Returns list of space activities |
| get_usersA | Returns list of users in the Backlog space |
| get_user_stars_countA | Returns the count of stars received by a user |
| get_myselfA | Returns information about the authenticated user |
| get_user_recent_updatesB | Returns recent updates (activities) for a specific user |
| get_project_listC | Returns list of projects |
| add_projectB | Creates a new project |
| get_projectB | Returns information about a specific project |
| get_project_usersA | Returns list of users in a specific project |
| update_projectC | Updates an existing project |
| delete_projectB | Deletes a project |
| get_issueA | Returns information about a specific issue |
| get_issuesC | Returns list of issues |
| count_issuesC | Returns count of issues |
| add_issueB | Creates a new issue in the specified project. |
| update_issueC | Updates an existing issue |
| delete_issueC | Deletes an issue |
| get_issue_commentsB | Returns list of comments for an issue |
| add_issue_commentB | Adds a comment to an issue |
| update_issue_commentB | Updates a comment on an issue |
| get_related_issuesB | Returns list of issues related to a specific issue |
| add_related_issueC | Relates an issue to another issue |
| remove_related_issueB | Removes the relation between an issue and a related issue |
| get_prioritiesB | Returns list of priorities |
| get_categoriesA | Returns list of categories for a project |
| get_custom_fieldsB | Returns list of custom fields for a project |
| get_issue_typesA | Returns list of issue types for a project |
| get_resolutionsC | Returns list of issue resolutions |
| get_watching_list_itemsB | Returns list of watching items for a user |
| get_watching_list_countB | Returns count of watching items for a user |
| add_watchingB | Adds a new watch to an issue |
| update_watchingC | Updates an existing watch note |
| delete_watchingA | Deletes a watch from an issue |
| mark_watching_as_readC | Mark a watch as read |
| get_version_milestone_listC | Returns list of versions/milestones in the Backlog space |
| add_version_milestoneB | Creates a new version milestone |
| update_version_milestoneC | Updates an existing version milestone |
| delete_versionB | Deletes a version from a project |
| get_wiki_pagesC | Returns list of Wiki pages |
| get_wikis_countA | Returns count of wiki pages in a project |
| get_wikiA | Returns information about a specific wiki page |
| add_wikiC | Creates a new wiki page |
| update_wikiB | Updates an existing wiki page |
| get_git_repositoriesB | Returns list of Git repositories for a project |
| get_git_repositoryB | Returns information about a specific Git repository |
| get_pull_requestsB | Returns list of pull requests for a repository |
| get_pull_requests_countC | Returns count of pull requests for a repository |
| get_pull_requestB | Returns information about a specific pull request |
| add_pull_requestC | Creates a new pull request |
| update_pull_requestC | Updates an existing pull request |
| get_pull_request_commentsC | Returns list of comments for a pull request |
| add_pull_request_commentD | Adds a comment to a pull request |
| update_pull_request_commentB | Updates a comment on a pull request |
| get_documentsB | Gets a list of documents in a project. |
| get_document_treeB | Gets the document tree of a project. |
| get_documentC | Gets information about a document. |
| addDocumentC | Adds a new document to the specified project. |
| get_notificationsC | Returns list of notifications |
| count_notificationsC | Returns count of notifications |
| reset_unread_notification_countC | Reset unread notification count |
| mark_notification_as_readB | Mark a notification as read |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/nulab/backlog-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server