Sets or clears the priority of a task. Use priority_name (e.g., "High Priority", "Medium Priority", "Low Priority") or priority_id to set, or clear=true to remove priority. Requires owner, admin, or member role.
Safety: Write
Tool names, field names, and schema descriptions remain in canonical MCP English so copied calls match the server exactly.
Input schema
| Field | Type | Required | Description |
|---|---|---|---|
task_id |
integer | no | The task ID. |
search |
string | no | Search by task name, description, or "#number". |
priority_name |
string | no | The target priority name (e.g., "High Priority", "Medium Priority", "Low Priority"). |
priority_id |
integer | no | The target priority ID (optional if priority_name is provided). |
clear |
boolean | no | Set to true to remove the priority from the task. |
Example prompt
Use set-task-priority-tool to help me with the relevant Taskavel task.
Example call
{
"name": "set-task-priority-tool",
"arguments": {}
}