set_project_category
Assign or change a project's category label to organize it with related work on the dashboard. Retrieve existing categories with get_project_categories to avoid duplicates.
Instructions
Assign or change a project's category.
Sets the grouping label on a project so it sorts with related work on the
dashboard. Call get_project_categories first to reuse an existing label
rather than creating a near-duplicate.
Args:
project_id: The project_id of the project to update.
category: The category label to assign (e.g. "Article", "Grant");
surrounding whitespace is trimmed.
Returns:
A confirmation message naming the category and project that were set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| category | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |