card_builder_create_card
Create a new Card Builder card by providing a config block tree. Use build_from_recipe to generate the config and validate before saving.
Instructions
Create a new Card Builder card.
config is the full block tree (DocumentData v3). Build it with
build_from_recipe instead of hand-crafting JSON. Validate with
validate_config before saving. See recipe_guide for the full how-to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tags | No | ||
| author | No | ||
| config | Yes | ||
| categories | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||