quickbase_get_table_info
Retrieve detailed metadata about a specific table in QuickBase by providing its table ID. This tool helps users manage and analyze table structures efficiently.
Instructions
Get detailed information about a specific table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tableId | Yes | QuickBase table ID |
Input Schema (JSON Schema)
{
"properties": {
"tableId": {
"description": "QuickBase table ID",
"type": "string"
}
},
"required": [
"tableId"
],
"type": "object"
}