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}/inspectionsAll inspections for a contact.
db://inspections/{inspectionId}/observationsNormalized findings for an inspection.
db://inspections/{inspectionId}/scopeCurrent scope lines (latest compilation version).
db://inspections/{inspectionId}/pricingLatest pricing calculation outputs.
db://jobs/{jobContainerId}Job container with trade containers and status.
db://pipeline/stagesPipeline 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-reviewReview scope lines against field findings. Identifies missing items, quantity discrepancies, and code-required work not yet in scope.
inspectionId(string)— The inspection ID to reviewsupplement-builderBuild a supplement argument package for an insurance carrier. Compares field findings against carrier scope and structures arguments with evidence.
inspectionId(string)— The inspection IDtrade(string)— Trade to build supplement for (e.g. "roofing")job-briefingGenerate a comprehensive briefing for a contact/job. Pipeline position, inspection status, scope completeness, outstanding tasks, and next steps.
contactId(string)— The contact ID to brief on