Backlog
Summary
This MCP server implementation provides integration with Backlog, a project management and collaboration tool. Developed in TypeScript, it offers resources for accessing Backlog projects, tools for interacting with the Backlog API, and prompts for generating summaries and analyses of Backlog data. The server is designed for use cases requiring AI assistants to interact with Backlog, such as project overview generation, task management, or team collaboration analysis.
Available Actions(15)
get_backlog_user
Retrieve the current Backlog user information.
get_backlog_space
Retrieve Backlog space information.
list_recent_projects
List recently viewed Backlog projects. Parameters: count (optional), order (optional).
get_project_issues
Retrieve issues for a project. Parameters: status (optional), assignee (optional), pagination (optional).
get_issue_detail
Retrieve detailed information about a specific issue.
get_issue_comments
Retrieve comments for an issue.
add_issue_comment
Add a comment to an issue. Parameters: comment (string).
get_issue_comment_count
Retrieve the count of comments for an issue.
get_issue_comment
Retrieve detailed information about a specific comment.
get_wiki_page_list
Retrieve a list of wiki pages. Parameters: project (optional), keyword (optional).
get_wiki_page
Retrieve detailed information about a specific wiki page.
update_wiki_page
Update a wiki page.
summarize_projects
Generate a summary of recently viewed Backlog projects.
analyze_backlog_usage
Analyze Backlog usage patterns based on user, space, and project data.
summarize_wiki_pages
Generate a summary of the project's wiki pages.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요