tg_actions
Review an audit log of every writing call made on your behalf, showing sent messages, deletions, and failed attempts with errors. Use it to answer 'what did you send?' instead of guessing.
Instructions
What the agent itself did: the audit log of every writing call, oldest first.
The mirror image of tg_events — that one shows what happened in Telegram, this one shows what was done to it on the user's behalf. Use it to answer "what did you send?" instead of guessing from memory. Failed calls are logged too, with the error.
Args: limit: how many records. since: lower bound, ISO ("2026-08-17T09:00") or relative ("-6h", "-3d"). method: keep only this action, e.g. "send" or "delete". chat: keep only actions aimed at this chat (substring of what was passed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | No | ||
| limit | No | ||
| since | No | ||
| method | No |