What problem does it solve? Envision Construction employees need a single, reliable way to read and write Buildr CRM data — pipeline, deals, accounts, contacts, activities, and project handoffs — without learning the Buildr API or handling OAuth credentials directly. ## Core Features & Use Cases - Full CRM surface access: Routes all requests through the Envision-MCP gateway's buildr_read and buildr_write tools, covering 12 typed resources (deals, pipeline, companies, contacts, projects, activities, tasks, tags, users, custom_fields, reports, connection) plus 37 generic CRUD resources including financials, project documents, and workforce assignments. - Schema-safe writes: Documents required fields, validation rules (extra="forbid"), and common footguns such as cents-based financial amounts and mutually exclusive email body fields, preventing INVALID_OPERATION and VALIDATION_ERROR failures. - Use Case: A BD manager asks "move the Marina Vista deal to negotiation and log the call I just had" — the skill issues buildr_write deals.move_stage and activities.log_call calls with the correct parameters in one turn. ## Quick Start Ask the assistant to list all open deals in the Buildr pipeline with their values and stages.