A
licenseB
qualityD
maintenanceEnables interaction with Plane.so project management API through natural language, allowing users to manage issues, cycles, and projects.
10
MIT
No user-submitted related servers found.
Scored across 7 tools
Each tool has a clearly distinct purpose: creating, updating, listing issues, listing projects, states, adding comments, and getting the current user. No overlaps.
All tools use snake_case with a consistent verb_noun pattern (e.g., list_projects, create_issue, update_issue). Even 'get_user_me' fits the pattern.
Seven tools is well-scoped for a project management server, covering essential operations without being too sparse or excessive.
Covers CRUD for issues and listing of projects and states. Minor gaps: missing delete issue, single issue retrieval, and user management beyond current user.