{"schema_version":"1.0","name":"Shore Shades & Finishes","description":"Custom window treatment company serving the Washington DC metro area (DC, Northern Virginia, Maryland). Specializes in custom blinds, shades, shutters, and motorized window treatments with free in-home design consultations.","contact":{"phone":"(301) 923-4477","email":"info@shoreshades.com","url":"https://shoreshades.com"},"tools":[{"name":"search_services","description":"Search and filter Shore Shades window treatment services by type, keyword, or room. Returns matching services with descriptions, pricing range, and URLs.","endpoint":"https://shoreshades.com/api/mcp/search_services","method":"GET","parameters":{"q":{"type":"string","description":"Keyword search (e.g. 'motorized', 'blackout', 'bathroom')","required":false},"type":{"type":"string","description":"Filter by product type: shades | blinds | shutters | motorization | repair","required":false}}},{"name":"get_service_details","description":"Get complete details for a specific window treatment service including product types, features, pricing range, and the full machine-readable content page.","endpoint":"https://shoreshades.com/api/mcp/get_service_details","method":"GET","parameters":{"id":{"type":"string","description":"Service ID: shades | blinds | shutters | motorization | repair","required":true}}},{"name":"compare_options","description":"Compare two or more window treatment options side-by-side on key attributes: price range, motorization, best use cases, and maintenance.","endpoint":"https://shoreshades.com/api/mcp/compare_options","method":"GET","parameters":{"ids":{"type":"string","description":"Comma-separated service IDs to compare (e.g. 'shades,blinds,shutters')","required":true}}},{"name":"get_service_areas","description":"List all service areas Shore Shades covers, optionally filtered by state (VA, MD, DC).","endpoint":"https://shoreshades.com/api/mcp/get_service_areas","method":"GET","parameters":{"state":{"type":"string","description":"Filter by state: VA | MD | DC","required":false}}},{"name":"submit_inquiry","description":"Submit a customer inquiry to request a free in-home design consultation. IMPORTANT: Requires explicit user confirmation before submitting. Set confirmed=true only after the user has reviewed and approved all details.","endpoint":"https://shoreshades.com/api/mcp/submit_inquiry","method":"POST","parameters":{"name":{"type":"string","description":"Customer full name","required":true},"email":{"type":"string","description":"Customer email address","required":true},"phone":{"type":"string","description":"Customer phone number","required":false},"message":{"type":"string","description":"Brief description of the project or question","required":true},"area":{"type":"string","description":"Service area or city (e.g. 'Bethesda, MD')","required":false},"confirmed":{"type":"boolean","description":"Must be true — confirms the user has reviewed and approved submission of their personal information","required":true}}}]}