describe_table
Retrieve schema details for a specified table in a Turso database, including column names, data types, and constraints.
Instructions
View schema information for a specific table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
table_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"table_name": {
"minLength": 1,
"type": "string"
}
},
"required": [
"table_name"
],
"type": "object"
}