Toolsaction
Update Beat
Altera a descrição, o tipo ou o agendamento de um beat existente pelo ID.
nome da ferramenta: update_beat
Atualiza um beat existente. Use antes o List Beats se o ID não for conhecido. Descrição, tipo, agendamento cron ou canal/destino de notificação podem ser alterados de forma independente.
Baixar pelo Koris
Execute este comando na raiz do repositório koris:
pnpm hub:pull update-beat
Remetentes confiáveis também podem baixá-lo pelo chat:
/tools download update-beat
Se o plugin já estiver instalado, adicione --force para substituí-lo.
Os arquivos baixados vão para plugins/tools/update-beat/
Ferramentas, skills e servidores MCP são baixados da branch main.
Parâmetros
| Nome | Tipo | Obrigatório | Descrição |
|---|---|---|---|
| id | string | sim | The UUID of the beat to update. |
| beat | string | — | New description for the beat. |
| type | stringreminder, scheduled_beat | — | New type for the beat. |
| cron_expression | string | — | New 5-field cron expression, e.g. "0 9 * * 1" (every Monday at 9am). |
| channel | stringtelegram, whatsapp | — | New channel for the beat, if it should notify a different chat. Must be provided together with target. |
| target | string | — | New recipient address (Telegram chat id or WhatsApp JID) for the beat. Must be provided together with channel. |