Resources & Prompts

Structured data access and pre-built workflows for the Decision Built MCP server.

Resources (8)

Resources provide structured read access to Decision Built data using URI templates. Access them via the MCP resources/read method.

db://contacts/{contactId}

Full contact record with address, phone, email, lifecycle phase, and pipeline position.

db://contacts/{contactId}/inspections

All inspections for a contact.

db://inspections/{inspectionId}/observations

Normalized findings for an inspection.

db://inspections/{inspectionId}/scope

Current scope lines (latest compilation version).

db://inspections/{inspectionId}/pricing

Latest pricing calculation outputs.

db://jobs/{jobContainerId}

Job container with trade containers and status.

db://pipeline/stages

Pipeline stage configuration for the organization.

db://events/{entityType}/{entityId}

Recent events from the event stream.

Prompts (3)

Pre-built prompt workflows that combine multiple tools into structured analysis. Use via the MCP prompts/get method, or ask Claude naturally.

scope-review

Review scope lines against field findings. Identifies missing items, quantity discrepancies, and code-required work not yet in scope.

Arguments:
inspectionId(string)The inspection ID to review
supplement-builder

Build a supplement argument package for an insurance carrier. Compares field findings against carrier scope and structures arguments with evidence.

Arguments:
inspectionId(string)The inspection ID
trade(string)Trade to build supplement for (e.g. "roofing")
job-briefing

Generate a comprehensive briefing for a contact/job. Pipeline position, inspection status, scope completeness, outstanding tasks, and next steps.

Arguments:
contactId(string)The contact ID to brief on