get_business_info
Get Kolmo Construction company information: contact details, hours, service area, specializations, and tools.
list_services
List all residential remodeling services with slugs, descriptions, and page URLs.
get_service
Get full details for a specific residential service by its slug.
list_commercial_services
List commercial construction services. Optionally filter by category: office, retail, industrial, hospitality.
list_projects
List completed remodeling projects with before/after photos and locations.
get_project
Get full details for a specific project by its slug, including before/after images and testimonial.
list_blog_posts
List published blog posts about home remodeling, renovation costs, and construction tips.
get_blog_post
Get the full markdown content of a blog post by its slug.
submit_contact_request
Submit a contact or quote request to Kolmo Construction on behalf of a user.
list_project_types
List all 8 supported calculator project types with their required input fields. Call this before get_estimate to know what to pass.
get_material_options
Get available material choices for a project type — flooring types, paint grades, decking materials, etc. Use the returned IDs in the project fields of get_estimate.
get_estimate
Calculate a Seattle-area cost estimate for a home remodeling project. Returns total cost, material cost, labor cost, time estimate in days, and itemized line items with unit prices. Call list_project_types first to see required fields, and get_material_options to get valid material IDs.