Create Deck
create_deckCreate a deck from its applicable template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the deck — unique per account. | |
| handle | Yes | Load handle — lowercase, hyphens, max 24 chars, unique per account. | |
| contract | No | Help mode — return the complete contract with no operation performed. | |
| customise | No | Dot-path overrides applied to the template — e.g. { "deck.content.intent": "..." } | |
| deck_type | Yes | Deck type — closed 3-type set. Bootable: container-context, specialized-context. Passive: container-meta (the specialist roster). user-meta and company-meta are account configuration, not decks — use update_meta. | |
| container_id | No | Container ID to associate the deck with | |
| template_slug | No | Template slug — defaults to pcd-system-doc-schema-{deck_type}-json |