Gère le rapport de standup quotidien de l’utilisateur authentifié. Ajoutez des tâches au standup du jour, définissez des commentaires par tâche ou un résumé. Crée le standup du jour s’il n’existe pas.
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 |
|---|---|---|---|
action |
string | oui | Action to perform: "add_task" to add a task to standup, "set_summary" to set/update the standup summary. |
task_id |
integer | non | Task ID to add (for add_task action). |
search |
string | non | Search for a task by name/description or "#number" (for add_task action). |
comment |
string | non | Comment for the task in the standup (for add_task action, optional). |
summary |
string | non | Overall standup summary text (for set_summary action). |
Exemple de prompt
Utilisez manage-standup-tool pour m’aider avec la tâche Taskavel concernée.
Exemple d’appel
{
"name": "manage-standup-tool",
"arguments": {}
}