Append Markdown to Capacities daily note
append_daily_note_markdownAppend Markdown content to a Capacities daily note, choosing the date and whether to include an automatic timestamp.
Instructions
Explicitly append Markdown to a Capacities daily note. Use append_daily_note for the preferred structural JSON-block workflow. The API queues this write asynchronously and lossReport is preflight-only; Markdown conversion is lossy for exact underline styling, toggle details, Grid layout, and HTML background colors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Daily-note date as YYYY-MM-DD. Omit to use the API's current UTC day. | |
| 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. | |
| markdown | Yes | Markdown body for this explicit Markdown write tool. Use real newline characters, not literal backslash-n sequences. | |
| 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. |