Create Bespoke Reports
Describe the decisions your report should support, then specify its columns and calculations. You can request a one-off output in an AI client with suitable file tools, or ask a coding assistant to build a reusable report generator against the Open API.
Before trying the prompts, follow our ChatGPT connection guide or Claude and Cowork connection guide.
A monthly project management pack

Illustrative custom UI with sample data. Timesheet charges and invoice values remain separate, and open demand is labelled as a current snapshot. Exporting a draft requires your report generator.
Useful for: hirers comparing activity and invoicing across their projects.
Output: a concise executive summary plus separate tables for timesheets, invoices, and open demand.
Create a monthly management pack for Northbridge Build for August 2026.
Use Requidex and produce three separate tables:
1. Approved timesheet hours and charge value by project, using week ending.
2. Invoice totals by project and status, using invoice issue date.
3. Current open requisition quantity by project and trade, labelled with
today's retrieval date rather than presented as August history.
Use summary tools where available. Keep timesheet charges and invoice
totals separate; do not add them together. Define each measure and date
basis, and identify missing or inaccessible data. Add five short findings
with their supporting numbers. Draft the report for review.
Relevant MCP tools include summarize_timesheets, summarize_invoices, and summarize_requisitions. API keys need the corresponding read:timesheets, read:invoices, and read:requisitions scopes. See the timesheet, invoice, and requisition references for available fields and access rules.
A company access-review workbook
Build a workbook from Requidex user assignments and user permissions for
Northbridge Build. Include these sheets:
- Users: user id, name, role, active/inactive status, assigned project count
- Assignments: one row per user/project pair, with both ids and names
- Permissions: one row per user/project/permission rule and its granted value
- Review: inactive users with assignments, with a reason for each row
- Method: company id, retrieval timestamp, filters, and coverage limitations
Fetch every page before calculating counts. Keep only projects returned
for this company. Explain that permission rules are not a complete list
of user capabilities. If file creation isn't available, provide the tables
or a script that produces the workbook.
Requires company-scoped read:users. Both user endpoints paginate by user; expand project arrays only after collecting the required pages. Use a direct API report generator if the data exceeds the MCP retrieval cap.