Skip to content
Back to Tools4AI Based A2A Server

Card snapshot

vishalmysore-a2ui.hf.space · 2026-06-23 11:35:20 UTC · 4feddefd92a4eb8cee5a339b8073d6a12f91c04d0c61fbf1cf3ee85489674dc4

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.

{
  "protocolVersion": "1.0",
  "name": "Tools4AI Based A2A Server",
  "description": "This agent provides various capabilities such as raising tickets, checking favorite foods, comparing cars, booking restaurant reservations, and performing web automation tasks using Selenium.",
  "url": "http://r-vishalmysore-a2ui-uhps92tv-ba94d-kkjnr:7860",
  "provider": {
    "organization": "Tech Solutions Inc.",
    "url": "http://techsolutions.com"
  },
  "version": "1.2.3",
  "documentationUrl": "http://example.com/docs",
  "capabilities": {
    "streaming": false,
    "pushNotifications": true,
    "stateTransitionHistory": true,
    "extensions": [
      {
        "uri": "http://example.com/extensions/ticketing",
        "description": "Extension for raising tickets.",
        "required": true
      }
    ]
  },
  "authentication": {
    "schemes": [
      "Basic",
      "Bearer",
      "ApiKey"
    ],
    "credentials": "secureToken123",
    "valid": true,
    "bearerAuth": false,
    "basicAuth": true
  },
  "defaultInputModes": [
    "text",
    "voice"
  ],
  "defaultOutputModes": [
    "text",
    "voice"
  ],
  "skills": [
    {
      "id": "skill1",
      "name": "Raise Ticket",
      "description": "Create a ticket for customer support.",
      "tags": [
        "ticketing",
        "support"
      ],
      "examples": [
        "Raise a ticket for an issue",
        "Create a support ticket"
      ],
      "inputModes": [
        "text",
        "voice"
      ],
      "outputModes": [
        "text",
        "voice"
      ]
    },
    {
      "id": "skill2",
      "name": "Favorite Food",
      "description": "Provide the favorite food of a person.",
      "tags": [
        "food",
        "preferences"
      ],
      "examples": [
        "What is John\u2019s favorite food?",
        "Find out Mary\u2019s favorite dish."
      ],
      "inputModes": [
        "text",
        "voice"
      ],
      "outputModes": [
        "text",
        "voice"
      ]
    },
    {
      "id": "skill3",
      "name": "Compare Cars",
      "description": "Compare two cars based on various parameters.",
      "tags": [
        "cars",
        "comparison"
      ],
      "examples": [
        "Compare a Tesla Model S and a BMW 5 Series",
        "What are the differences between a Ford Mustang and a Chevrolet Camaro?"
      ],
      "inputModes": [
        "text",
        "voice"
      ],
      "outputModes": [
        "text",
        "voice"
      ]
    },
    {
      "id": "skill4",
      "name": "Restaurant Booking",
      "description": "Book restaurant reservations with menu selection.",
      "tags": [
        "booking",
        "restaurant"
      ],
      "examples": [
        "Book a table at Olive Garden for 2",
        "Reserve a spot at the local diner for dinner."
      ],
      "inputModes": [
        "text",
        "voice"
      ],
      "outputModes": [
        "text",
        "voice"
      ]
    },
    {
      "id": "skill5",
      "name": "Web Page Action",
      "description": "Perform Selenium actions on web pages.",
      "tags": [
        "web automation",
        "Selenium"
      ],
      "examples": [
        "Open Google and search for 'Selenium tutorial'",
        "Navigate to example.com and click on the login button."
      ],
      "inputModes": [
        "text",
        "voice"
      ],
      "outputModes": [
        "text",
        "voice"
      ]
    }
  ],
  "supportedInterfaces": [
    {
      "url": "http://example.com/api",
      "protocolBinding": "REST",
      "tenant": "default"
    }
  ],
  "agentCapabilities": "Capabilities(streaming=false, pushNotifications=true, stateTransitionHistory=true, extensions=[AgentExtension(uri=http://example.com/extensions/ticketing, description=Extension for raising tickets., required=true, params={ticketType=support, priority=high})])"
}