get_project
Fetch a Kanboard project by providing its ID, identifier, or name. Returns the full project object or a NOT_FOUND error.
Instructions
Retrieve a single Kanboard project. Provide exactly one of: project_id (number), project_identifier (short string like 'PRJ'), or project_name (full name). Returns the full project object. Returns NOT_FOUND when no match exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||