{
    "name": "QuoteAmigo Property Quote Agent",
    "description": "A free, property-first estimating agent for residential professionals. It answers product questions and turns a confirmed address into preliminary whole-home measurements, an editable job scope and an optional customer quote draft. The professional controls final measurements, scope and price.",
    "supportedInterfaces": [
        {
            "url": "https://quoteamigo.com/a2a/v1",
            "protocolBinding": "JSONRPC",
            "protocolVersion": "1.0"
        }
    ],
    "provider": {
        "organization": "QuoteAmigo",
        "url": "https://quoteamigo.com/"
    },
    "version": "1.0.0",
    "documentationUrl": "https://quoteamigo.com/agent-catalog/",
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "extendedAgentCard": false
    },
    "defaultInputModes": [
        "text/plain"
    ],
    "defaultOutputModes": [
        "text/plain",
        "application/json"
    ],
    "skills": [
        {
            "id": "property_quote_workflow",
            "name": "Property-first quote workflow",
            "description": "Confirm a residential address, load preliminary measurements for the entire home, collect job-specific answers, let the professional revise scope and pricing, and prepare an optional customer-facing quote draft. Nothing is sent to a customer by this A2A skill.",
            "tags": [
                "contractor estimating",
                "property lookup",
                "whole-home measurements",
                "quote draft"
            ],
            "examples": [
                "Start a quote for 123 Main Street, Houston, TX 77002.",
                "Use the whole home for an interior painting estimate.",
                "Prepare an itemized quote but do not send it."
            ]
        },
        {
            "id": "product_questions",
            "name": "QuoteAmigo product questions",
            "description": "Answer factual questions about how QuoteAmigo works, what is included, preliminary measurements, supported media, and the fact that the product is free.",
            "tags": [
                "product Q&A",
                "pricing",
                "capabilities",
                "free estimating app"
            ],
            "examples": [
                "Is QuoteAmigo really free?",
                "Are the dimensions final?",
                "Can I edit the whole-home scope?"
            ]
        },
        {
            "id": "onboarding_help",
            "name": "Contractor onboarding help",
            "description": "Explain how a contractor can begin in the browser or WhatsApp, including an unhydrated first conversation.",
            "tags": [
                "onboarding",
                "WhatsApp",
                "browser demo",
                "English",
                "Spanish"
            ],
            "examples": [
                "How do I start if a friend sent me the WhatsApp link?",
                "What information do I need to begin?"
            ]
        },
        {
            "id": "resume_quote_session",
            "name": "Resume a quote session",
            "description": "Continue the same durable property and quote session with an A2A task ID and context ID. The browser-to-WhatsApp handoff remains available from the completed quote draft.",
            "tags": [
                "session continuity",
                "multi-turn",
                "quote editing",
                "WhatsApp handoff"
            ],
            "examples": [
                "Continue task 8d7a... and change the scope to the kitchen only."
            ]
        }
    ],
    "iconUrl": "https://quoteamigo.com/assets/quoteamigo-icon.png"
}
