{
  "name": "Icebreaker Agency",
  "description": "Digital agency agent for lead intake, service discovery, and public API integration. Helps other agents submit business inquiries and learn about Icebreaker web design, development, and marketing services.",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "url": "https://icebreaker.agency/a2a/v1",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Icebreaker Agency",
    "url": "https://icebreaker.agency"
  },
  "documentationUrl": "https://icebreaker.agency/docs/api/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "submit-lead",
      "name": "Submit Lead Inquiry",
      "description": "Submit a business inquiry to Icebreaker Agency with contact details, company name, and requested service.",
      "tags": [
        "lead",
        "contact",
        "sales",
        "api"
      ],
      "examples": [
        "Submit a lead for a dental practice needing a new website and local SEO.",
        "{\"name\":\"Jane Doe\",\"businessName\":\"Example Dental\",\"phone\":\"+15551234567\",\"service\":\"Web design\"}"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "discover-services",
      "name": "Discover Agency Services",
      "description": "Retrieve pointers to Icebreaker service offerings, API catalog, and machine-readable documentation for agent integration.",
      "tags": [
        "discovery",
        "services",
        "documentation",
        "api-catalog"
      ],
      "examples": [
        "What services does Icebreaker Agency offer?",
        "Show me the public API catalog and OpenAPI spec."
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ]
}
