get_projects
Retrieve all projects assigned to the current user using the Plane MCP Server, enabling efficient project management through a standardized API interface.
Instructions
Get all projects for the current user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}