{
  "name": "Sparrow Design",
  "description": "Sparrow Design is a software development firm specializing in emerging web technologies. We design, build, and release web apps and mobile apps built on interactivity, responsiveness, and speed.",
  "url": "https://sparrow-design.com/api/a2a",
  "provider": {
    "organization": "Sparrow Design",
    "url": "https://sparrow-design.com"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "list-services",
      "name": "List Services",
      "description": "Return a mock catalog of Sparrow Design service offerings (web apps, mobile apps, Firebase, Capacitor). For demonstration and agent discovery only.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "category": {
            "type": "string",
            "description": "Optional filter, e.g. web, mobile, infrastructure"
          }
        }
      }
    },
    {
      "id": "contact-intake",
      "name": "Contact Intake (mock)",
      "description": "Mock acknowledgment for project inquiries. POST to the agent url with skill contact-intake; does not send email or persist data.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "email": { "type": "string", "format": "email" },
          "summary": { "type": "string", "description": "Brief project summary" }
        },
        "required": ["email", "summary"]
      }
    }
  ]
}
