{
  "name": "Law Zava Discovery Agent",
  "version": "1.1.0",
  "description": "Read-only discovery agent for Law Zava site content, navigation, and contact channels.",
  "supportedInterfaces": [
    {
      "url": "https://lawzava.com/a2a/v1",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "list-site-sections",
      "name": "List Site Sections",
      "description": "Discover the core site sections and their canonical URLs.",
      "examples": [
        "List the main sections on lawzava.com."
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    },
    {
      "id": "get-recent-posts",
      "name": "Get Recent Posts",
      "description": "Fetch the newest posts from the public JSON feed.",
      "examples": [
        "Show me the two newest posts from Law Zava."
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    },
    {
      "id": "search-posts",
      "name": "Search Posts",
      "description": "Search post titles and summaries from the public JSON feed.",
      "examples": [
        "Find Law Zava posts about AI infrastructure."
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    },
    {
      "id": "get-contact-channels",
      "name": "Get Contact Channels",
      "description": "Return the public contact links for Law Zava.",
      "examples": [
        "How can I contact Law Zava?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ],
  "documentationUrl": "https://lawzava.com/docs/api/",
  "iconUrl": "https://lawzava.com/img/lawzava.png"
}
