ReferenceTool ComponentsTableRender tabular data returned by a tool.Copy MarkdownOpenUsage Provide columns and rows Limit columns to what’s relevant; avoid sensitive fields Example { "type": "table", "columns": ["ID", "Name", "Status"], "rows": [[1, "Acme", "Active"]] }KPI CardPresent a key metric with optional context.