Append Markdown to Capacities object
append_content_markdownAppend Markdown to an existing Capacities object at start, end, or after a block, optionally targeting a block property, with a loss report for unsupported formatting.
Instructions
Explicitly append Markdown to an existing object. Use append_content for the preferred structural JSON-block workflow. Markdown conversion is lossy for exact underline styling, toggle details, Grid layout, and HTML background colors; inspect lossReport.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Capacities object UUID. | |
| 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. | |
| position | No | Where to insert the Markdown. | end |
| propertyId | No | Optional block-property ID. Omit to use the structure's main content field. | |
| afterBlockId | No | Required only when position is after_block. | |
| parentBlockId | No | Optional parent block for nested start/end insertion. Cannot be used with after_block. |
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. |