Get Block Schemas
plone_get_block_schemasRetrieves available Volto block types and their data schemas. Specify a block type to get its schema, or omit to list all block schemas.
Instructions
Lists all available Volto block types (e.g., 'slate', 'teaser', 'button') and their required data schemas. If no block type specified, the tool returns all blocks schemas. Essential for understanding how to construct blocks. Example: plone_get_block_schemas({blockType: 'teaser'})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blockType | No | Specific block type to get schema for (optional, returns all if not specified). |