roam_add_todo
Add a list of todo items to today's Roam daily page, creating each as its own actionable block with todo status.
Instructions
Add a list of todo items as individual blocks to today's daily page in Roam. Each item becomes its own actionable block with todo status. NOTE on Roam-flavored markdown: For direct linking: use [[link]] syntax. For aliased linking, use alias syntax. Do not concatenate words in links/hashtags - correct: #[[multiple words]] #self-esteem (for typically hyphenated words).
IMPORTANT: call roam_get_guidelines for this graph once per session, and load the Roam Markdown Cheatsheet, before using this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph | No | Target graph key from ROAM_GRAPHS config. Defaults to ROAM_DEFAULT_GRAPH. Only needed in multi-graph mode. | |
| todos | Yes | List of todo items to add | |
| write_key | No | Write confirmation key. Required for write operations on non-default graphs when write_key is configured. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes |