Data Export Report
Query data from the database, format it as a structured report, and upload to Google Drive
Example Prompt
Export last quarter's sales data as a formatted report and upload it to the Reports folder on Google Drive
About
Generates data export reports by running analytical queries against the database to gather key metrics and datasets. Formats the results into a clean, structured report and uploads it to a shared Google Drive folder for stakeholder access and archival.
Workflow Steps
Run analytical queries to gather the requested data and metrics
📊 Run SQL QueryStructure and format the query results into a readable report
🧠 Structured ReasoningWrite the formatted report to a local file
✏️ Write FileSearch Google Drive for the target folder to upload to
📂 Search DriveTools Used
Write File
Write or overwrite a file at a specified path with the given content
Search Drive
Search Google Drive for files and folders by name, type, or content
Run SQL Query
Execute a read-only SQL query against a PostgreSQL database and return results
Structured Reasoning
Break down a complex problem into sequential reasoning steps with explicit chain-of-thought
Required MCP Servers
Filesystem
Read, search, and manage files on the local filesystem
Google Drive
Search, read, and manage files in Google Drive including Docs, Sheets, and Slides
PostgreSQL
Query, inspect, and manage PostgreSQL databases with full SQL support
Sequential Thinking
Dynamic problem-solving through structured thought sequences with branching and revision