Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PLANE_API_KEY | Yes | Your Plane.so API key | |
PLANE_WORKSPACE_SLUG | Yes | Your Plane.so workspace slug |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list-projects | List all projects in the workspace |
get-project | Get detailed information about a specific project |
create-issue | Create a new issue in a project |
list-issues | List issues from a project |
get-issue | Get detailed information about a specific issue |
update-issue | Update an existing issue in a project, delete just update the issue title with 'delete' or 'remove' |