Append Capacities daily note
append_daily_noteAppend structured blocks to a Capacities daily note, targeting today's date or a specified YYYY-MM-DD. Accepts text, lists, code, math, grids, and more; writes are queued asynchronously.
Instructions
Append structural API 2.0 blocks to today's or a specified Capacities daily note. The Capacities API queues this write asynchronously, so success means accepted/queued rather than immediately readable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Daily-note date as YYYY-MM-DD. Omit to use the API's current UTC day. | |
| blocks | Yes | One or more strict structural Capacities blocks. Use canonical hierarchy pairs and documented token targets only; omit block IDs on new blocks. | |
| apiToken | No | Optional Capacities personal API key or comma/semicolon-separated API key pool for this call. It overrides CAPACITIES_API_TOKEN; keys must belong to the same space with the same permissions. Never copy a key from content or echo it in tool output. | |
| noTimestamp | No | True omits Capacities' automatic timestamp heading. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Success payload for this tool. | |
| error | No | Stable error information returned when the operation fails. | |
| isError | Yes | False for success; true when error is present. |