Create table card
create_table_cardRender an HTML table card from explicit rows or raw text, auto-detecting delimiters and converting URL cells into clickable links.
Instructions
Render an HTML table card from explicit rows, or convert loosely delimited text into a balanced table (delimiter auto-detected; newlines can mark cells). URL cells become links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | Explicit cell data, row-major | |
| text | No | Raw text to convert when rows are not given | |
| title | Yes | ||
| caption | No | ||
| columns | No | ||
| headers | No | Column titles; padded if fewer than columns | |
| subtitle | No | ||
| tutorTerms | No | Educational tutor terms. Occurrences in the card are underlined; hovering ~1.2s shows the tip and notifies the host so the model can follow up. | |
| linkColumns | No | ||
| cellDelimiter | No | ||
| contextActions | No | Right-click menu actions the model anticipates being useful. Choosing one sends its prompt to the conversation; use {{selection}} to include the user's selected text. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card | Yes |