quickbase_run_report
Execute a specific report in QuickBase by providing the Report ID and Table ID, enabling efficient data management and analysis within the MCP server.
Instructions
Run a specific report
Input Schema
Name | Required | Description | Default |
---|---|---|---|
reportId | Yes | Report ID | |
tableId | Yes | Table ID |
Input Schema (JSON Schema)
{
"properties": {
"reportId": {
"description": "Report ID",
"type": "string"
},
"tableId": {
"description": "Table ID",
"type": "string"
}
},
"required": [
"reportId",
"tableId"
],
"type": "object"
}