odoo_website_list_snippets
List all available Odoo website snippets with key, name, module, category, and preview. Filter by category, module, or search term to find snippets for adding to pages.
Instructions
List available Odoo website snippet templates (ir.ui.view records with key matching 'website.s_*' or similar). Returns per-snippet: key, name, module, category (structure|content|dynamic|effect|unknown), preview. Use this to discover what snippets can be added to a page. Categories inferred from snippet key patterns and modules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | default | |
| category | No | Filter by category: structure, content, dynamic, effect. | |
| module | No | Filter by module (e.g. 'website', 'website_blog', 'website_sale'). | |
| search | No | Substring match on key or name (e.g. 'cta', 'text_block'). | |
| limit | No |