Create Capacities object from Markdown
create_object_markdownCreate a Capacities object from a Markdown body. Use for Markdown-based content; review the loss report when exact formatting matters.
Instructions
Explicitly create a Capacities object from a Markdown body. Use create_object for the preferred structural JSON-block workflow; Markdown conversion is lossy for exact underline styling, toggle details, Grid layout, and HTML background colors, so inspect lossReport.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Object title. | |
| fields | No | Writable properties keyed by property ID or UI name. Values are validated against the discovered structure at runtime. Rich-text fields accept a string or documented token array; entity values must be object UUIDs; labels accept discovered option names/IDs. | |
| 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. | |
| structure | Yes | Structure ID, exact singular name, or exact plural name returned by inspect_space. Unknown or ambiguous values are rejected before writing. | |
| collections | No | Optional collection UUIDs. Pass [] to use the structure's default collection. |
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. |