get_report_data
Assembles source schema, SN schema, approved mappings, artifacts, and migration stats to generate a field mapping sign-off report.
Instructions
Collects all data needed to produce a customer-facing field mapping sign-off report. Returns structured content (source schema, SN schema, approved mappings, staging definition, artifact sys_ids, migration stats if available) ready for Claude to render as a Word document. Call this after discover_schema and optionally after build_artifacts / run_full_migration. Claude should then use the docx skill to produce a .docx file from the returned data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | Source platform (salesforce, jira, or any registered connector) | |
| object_name | Yes | ||
| sn_table | Yes | ||
| mappings | Yes | Approved mappings from discover_schema or user-corrected | |
| artifacts | No | Artifact results from build_artifacts (include if already built) | |
| migration_stats | No | Stats from run_full_migration (include if migration already ran) | |
| customer_name | No | Customer / project name for the report header | |
| prepared_by | No | Author name shown on the report |