get_project_categories
Retrieve all distinct categories assigned to projects. Use this to group projects or select an existing category before creating a new one.
Instructions
Return all distinct project categories currently in use.
Lists the user-defined categories (e.g. "Article", "Grant", "Teaching")
that have been assigned to projects, so you can group projects or offer
an existing category before set_project_category invents a new one.
Takes no arguments.
Returns:
A text line listing the distinct non-empty categories in alphabetical
order, or a message that none are defined yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |