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 information about the Backlog space.
list_recent_projects
Display a list of recently viewed Backlog projects. Can set count and sort order.
get_project_issues
Retrieve issues for a project. Can filter by status, assignee, and pagination.
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.
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. Can filter by project or keyword.
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.
Reseñas de la Comunidad
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación