quickbase_get_reports
Retrieve all reports associated with a specific table in QuickBase using the MCP server, enabling efficient data management and analysis. Input the table ID to access relevant reports.
Instructions
Get all reports for a table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tableId | Yes | Table ID |
Input Schema (JSON Schema)
{
"properties": {
"tableId": {
"description": "Table ID",
"type": "string"
}
},
"required": [
"tableId"
],
"type": "object"
}