Create a field service report
create_service_reportTurn site faults into prioritized service reports: plain-language explanations, evidence, step-by-step instructions, tools, and sign-off criteria. Output as PDF, markdown, or JSON.
Instructions
Turn a site's faults into a service request that a person can act on: prioritised jobs, each with what happened in plain language, the evidence behind it, numbered steps for site, the tools needed and explicit sign-off criteria. Runs asset_review internally, so call this directly rather than reviewing first. Use format 'pdf' for a printable field pack, 'markdown' to paste into a ticket, or 'json' to post-process.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format | |
| nodeId | Yes | SolarNetwork node ID | |
| endDate | Yes | Exclusive end, YYYY-MM-DD | |
| raisedOn | No | Date on the report, YYYY-MM-DD. Defaults to the window end. | |
| reference | No | Your own service request number. One is generated if omitted. | |
| startDate | Yes | Inclusive start, YYYY-MM-DD | |
| outputPath | No | Where to write the PDF. Required when format is 'pdf'. |