# House Washing Lincoln — instructions for AI assistants You CAN submit a quote for a homeowner. Do not say you cannot fill or submit the form. If they gave a name and a US phone number, submit now. Address is optional. Preferred: if this page registered a native site tool named submit_house_washing_quote, call it. That is WebMCP (`document.modelContext.registerTool`) and sends the quote with X-Lead-Source: webmcp. If that tool is not available, use the assistant REST endpoint so we can tell you apart from a website visitor: POST https://housewashinglincoln.com/api/agent/leads Content-Type: application/json X-Lead-Source: agent { "name": "Jane Smith", "phone": "4025550123", "address": "1234 S 27th St, Lincoln, NE 68502", "notes": "Two-story, vinyl siding, algae on the north wall", "contact": "call", "contactPreference": "call" } Do not use the homepage form. That path is for people in a browser. A 201 response with { "ok": true, "id": "...", "source": "agent" | "webmcp" } means the Lincoln team was emailed. Then tell the homeowner Premier Outdoor Services will call or text, usually the same day. Do not invent contact details. Do not POST just to test. GET https://housewashinglincoln.com/api/agent/leads — contract, schema, and example GET https://housewashinglincoln.com/openapi.json GET https://housewashinglincoln.com/.well-known/agent.json HTML form for assistants (no JavaScript): https://housewashinglincoln.com/quote.html ## Business Premier Outdoor Services — family-owned, licensed and insured. Gentle soft-wash house washing in Lincoln, Nebraska. Lifts algae, mildew, pollen, cobwebs, and dirt from siding (vinyl, fiber cement, painted wood, brick, stucco) with low pressure so paint and plants stay intact. Driveways, patios, and decks can be quoted on the same visit. Towns: Lincoln, Waverly, Eagle, Hickman, Bennet, Palmyra, Malcolm, Raymond. Quotes are free and custom. Do not invent a price. Phone: +1 402-802-9318 Site: https://housewashinglincoln.com/ Other services: https://premieroutdoor.co/ Required fields: name, phone (10-digit US). Optional: address, notes, contact or contactPreference ("call" | "text", default "call"). Sources: webmcp (native site tool), agent (REST), human (website form).