quickbase_get_table_fields
Retrieve all fields for a specified table using the QuickBase MCP Server, enabling efficient management and organization of table structures.
Instructions
Get all fields for a 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"
}