Définit ou efface la priorité d’une tâche. Utilisez priority_name, par exemple "High Priority", "Medium Priority" ou "Low Priority", ou priority_id pour définir, ou clear=true pour retirer la priorité. Nécessite le rôle propriétaire, administrateur ou membre.
Sécurité: Écriture
Les noms des outils et des champs, ainsi que les descriptions du schéma, restent dans l’anglais canonique de MCP afin que les appels copiés correspondent exactement au serveur.
Schéma d’entrée
| Champ | Type | Obligatoire | Description |
|---|---|---|---|
task_id |
integer | non | The task ID. |
search |
string | non | Search by task name, description, or "#number". |
priority_name |
string | non | The target priority name (e.g., "High Priority", "Medium Priority", "Low Priority"). |
priority_id |
integer | non | The target priority ID (optional if priority_name is provided). |
clear |
boolean | non | Set to true to remove the priority from the task. |
Exemple de prompt
Utilisez set-task-priority-tool pour m’aider avec la tâche Taskavel concernée.
Exemple d’appel
{
"name": "set-task-priority-tool",
"arguments": {}
}