validate_table_text
Automatically detect and validate the structural integrity of box, grid, or pipe tables by checking border alternation, marker consistency, column count stability, and correct border lines.
Instructions
Validate structural integrity of a table (box/grid/pipe).
Auto-detects format, then checks:
Border/data line alternation
Marker positions (+, ┬, etc.) are consistent
Column count is stable across rows
First and last lines are correct border type
Args: table_text: Raw table text (box, grid, or pipe format)
Returns: Validation report with any structural issues
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |