Tables
Create, query, update, and export workspace tables from Mothership.
Mothership can create tables, inspect schemas, query data in plain language, add and update rows, export CSVs, and open tables in the resource panel.
Creating Tables
Describe the schema or attach a CSV:
- "Create a leads table with name, email, company, score, and status"
- "Create a table that matches this CSV"
- "Set up an errors table with workflow, block, message, timestamp, and resolved"
Tables created by Mothership are immediately available to workflows through the Table tool.
Querying Data
Ask questions in natural language:
- "Which leads have scores above 80?"
- "How many rows were added this week?"
- "Are there duplicate emails in the contacts table?"
- "Show the top five unresolved workflow errors"
Mothership can return the answer in chat and open the relevant table on the right.
Updating Rows
Mothership can add, update, or delete rows:
- "Add a row to the leads table: Acme Corp, jane@acme.com, score 92"
- "Mark all rows older than 30 days as stale"
- "Delete test rows from the events table"
Exporting
Ask Mothership to export a table or filtered subset:
- "Export the leads table to CSV"
- "Export all closed deals and save the file"
The CSV is saved as a workspace file.
Common Questions
Yes. Describe the relationship and the result you want. Mothership can query multiple tables and synthesize the answer.
Yes. Workspace tables are accessible to workflow Table blocks and tools.
Yes. When it creates, reads, or updates a table, it can open that table in the resource panel.