Back to Kolmo Construction Agent

Card snapshot

www.kolmo.io · 2026-05-18 12:50:16 UTC · a277e4ddaea8e0a8cedd78bdc83bcbf9da913cdbb0d3f62379fa105dfb1bf38c

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Kolmo Construction Agent",
  "description": "AI agent for Kolmo Construction \u2014 licensed Seattle home remodeling contractor. Kolmo LLC, established 2025. 5.0\u2605 on Google. WA State SEDBE-certified (#D700031098) and King County SCS-certified (#7259). Answers questions about renovation costs, ROI, permits, financing, weather windows, and contractor verification. Can submit quote requests on behalf of users.",
  "url": "https://www.kolmo.io/a2a",
  "version": "1.0.0",
  "provider": {
    "organization": "Kolmo Construction",
    "url": "https://www.kolmo.io"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "get_business_info",
      "name": "Get Business Info",
      "description": "Returns Kolmo Construction company details: contact, hours, license, service area, and API endpoints.",
      "tags": [
        "business",
        "contact",
        "hours",
        "license"
      ],
      "examples": [
        "What are Kolmo's business hours?",
        "What is Kolmo's contractor license number?",
        "What areas does Kolmo serve?"
      ]
    },
    {
      "id": "get_project_roi",
      "name": "Project ROI",
      "description": "Returns estimated return on investment for remodeling projects in Seattle based on Remodeling Magazine Cost vs. Value 2025 data.",
      "tags": [
        "roi",
        "resale value",
        "investment",
        "kitchen",
        "bathroom",
        "deck",
        "ADU"
      ],
      "examples": [
        "What is the ROI for a kitchen remodel in Seattle?",
        "If I spend $50,000 on a deck, what's the resale value added?",
        "Show me remodeling projects ranked by ROI"
      ]
    },
    {
      "id": "check_permit_requirements",
      "name": "Permit Requirements",
      "description": "Checks permit requirements for construction projects in Seattle and King County, WA.",
      "tags": [
        "permits",
        "building code",
        "SDCI",
        "Seattle",
        "King County"
      ],
      "examples": [
        "Do I need a permit for a deck in Seattle?",
        "What permits are required for an ADU in Bellevue?",
        "Does adding a bathroom require permits?"
      ]
    },
    {
      "id": "get_financing_options",
      "name": "Financing Options",
      "description": "Returns financing options (HELOC, home improvement loan, cash-out refi, contractor payment plan) with estimated monthly payments for a given project budget.",
      "tags": [
        "financing",
        "HELOC",
        "loan",
        "monthly payment",
        "budget"
      ],
      "examples": [
        "How can I finance a $40,000 kitchen remodel?",
        "What are my payment options for a $25,000 deck?",
        "Show me HELOC rates for a $75,000 renovation"
      ]
    },
    {
      "id": "get_weather_window",
      "name": "Weather Window",
      "description": "Checks 14-day Seattle weather forecast for suitability of exterior construction projects (painting, decking, roofing, landscaping, etc.).",
      "tags": [
        "weather",
        "forecast",
        "exterior",
        "scheduling",
        "Seattle"
      ],
      "examples": [
        "Is this week good for exterior painting in Seattle?",
        "When is the next good window for deck construction?",
        "Check weather for roofing this week"
      ]
    },
    {
      "id": "check_contractor_license",
      "name": "Contractor License Check",
      "description": "Looks up any Washington state contractor's license, bond, and insurance status via L&I public data.",
      "tags": [
        "license",
        "verification",
        "bond",
        "insurance",
        "L&I",
        "Washington"
      ],
      "examples": [
        "Is Kolmo Construction licensed and bonded?",
        "Verify license KOLMOL*753JS",
        "Check if ABC Construction is insured in Washington"
      ]
    },
    {
      "id": "submit_quote_request",
      "name": "Submit Quote Request",
      "description": "Submits a quote request to Kolmo Construction on behalf of a user. Supports dryRun mode for preview.",
      "tags": [
        "quote",
        "contact",
        "hire",
        "request"
      ],
      "examples": [
        "Request a quote for a kitchen remodel",
        "Submit a contact request for John Smith at john@example.com",
        "Preview a quote request before submitting"
      ]
    },
    {
      "id": "search_content",
      "name": "Search Content",
      "description": "Unified search across Kolmo services, completed projects, and blog posts.",
      "tags": [
        "search",
        "services",
        "projects",
        "blog"
      ],
      "examples": [
        "Find projects in Ballard",
        "Search for kitchen remodeling services",
        "Show blog posts about flooring"
      ]
    }
  ],
  "authentication": {
    "schemes": []
  },
  "contact": "projects@kolmo.io",
  "mcpServer": "https://www.kolmo.io/mcp",
  "last_updated": "2026-04-19"
}