card_builder_create_card
Create a card by providing a name and configuration (DocumentData v3). Use build_from_recipe to build config and validate_config 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 | ||
| config | Yes | ||
| description | No | ||
| tags | No | ||
| categories | No | ||
| author | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||