🚀 New REST API tools are here for GitHub Projects! #1199
rileybroughten
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks! We just shipped some brand-new REST API endpoints to make working with the new Projects API way easier and way more fun 🎯💥
🧰 What’s New:
list_projects
– get all projects for a user or orgget_project
– fetch full project detailslist_project_items
– get issues and pull requests in a projectget_project_item
– get details of a single project itemupdate_project_item
– update a particular field for an issue or pull request in a project, such as changing theStatus
. This can also be used to reset item fields!add_project_item
– add an issue or pull request to a projectdelete_project_item
– remove an issue or pull request from a projectlist_project_fields
– list fields such asStatus
,Priority
, etcget_project_field
– get details of a specific fieldNow you can fully manage projects through MCP — no more jumping back to GitHub core APIs 🕺🎯
🤖 What You Can Do Now:
🛠️ Automate project workflows
📊 Build dashboards with project data
🧹 Clean up or re-organize projects on the fly
Drop your thoughts, ideas, or use cases below! We’re super excited to see what you build with this! 🚀💡🧠
Beta Was this translation helpful? Give feedback.
All reactions