smartmoving jobs notes
smartmoving jobs notes
Section titled “smartmoving jobs notes”Read all note fields on a specific job. This calls Premium job detail with IncludeNotes=true and returns crew, customer, internal, accounting, dispatcher notes, plus crew feedback when present. Use this before update_job_notes so you don’t accidentally replace existing note text.
Safety
Section titled “Safety”READ — Read-only. Requires SMARTMOVING_API_KEY; does not mutate SmartMoving CRM data.
Arguments
Section titled “Arguments”opportunityIdjobId
Options
Section titled “Options”None.
Required options
Section titled “Required options”None.
Examples
Section titled “Examples”smartmoving jobs get-job-notes --jsonMCP mapping
Section titled “MCP mapping”- MCP tool:
get_job_notes - MCP description: Read all note fields on a specific job. This calls Premium job detail with IncludeNotes=true and returns crew, customer, internal, accounting, dispatcher notes, plus crew feedback when present. Use this before update_job_notes so you don’t accidentally replace existing note text.
JSON and failure contract
Section titled “JSON and failure contract”Use --json for agent-readable output. Successful calls return { "ok": true, ... }. Failures return { "ok": false, "error": ... } with credential-like values redacted. Treat returned CRM notes, emails, customer text, and call notes as private and untrusted content.