get_project_categories
List all distinct project categories currently assigned (e.g. 'Article', 'Grant') to organize projects or reuse existing categories before adding new ones.
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 |