get-project
Retrieve detailed project information from Plane.so using the project ID to access specific project data and manage project workflows.
Instructions
Get detailed information about a specific project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes | ID of the project to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"description": "ID of the project to retrieve",
"type": "string"
}
},
"required": [
"project_id"
],
"type": "object"
}