runrunit_create_comment
Add a comment to a Runrun.it task, with optional visual evidence captured from before/after page URLs and appended as image links.
Instructions
Create a comment on a task in Runrun.it. Format: plain text and raw URLs only (no Markdown). Optional url_antes + url_depois: when both are provided, (1) capture visual evidence (skill registrar-evidencias), (2) upload images (e.g. Cloudinary), (3) append to text plain labels and image URLs (e.g. 'Antes: ' and 'Depois: '), (4) call this tool with the enriched text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Comment text (can be enriched with an evidence block when url_antes/url_depois are used) | |
| task_id | Yes | Task ID | |
| url_antes | No | Optional. URL of the page in the 'before' state; when provided with url_depois, agent should capture evidence and append it to text | |
| url_depois | No | Optional. URL of the page in the 'after' state; when provided with url_antes, agent should capture evidence and append it to text |