Skip to content
Back to Tools4AI Based A2A Server

Card snapshot

vishalmysore-a2ui.hf.space · 2026-06-05 05:35:36 UTC · fbe7862d244a9e262962b4b0c2135fbd025e10e1d694096b01583a0deeb95f8c

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 capabilities to raise tickets, find favorite foods, compare cars, perform Selenium actions, and book restaurant reservations.",
  "url": "http://r-vishalmysore-a2ui-uhps92tv-ba94d-dldf5:7860",
  "provider": {
    "organization": "Tech Innovations Inc.",
    "url": "https://techinnovations.com"
  },
  "version": "2.3.1",
  "documentationUrl": "https://docs.techinnovations.com/smart-assistant",
  "capabilities": {
    "streaming": false,
    "pushNotifications": true,
    "stateTransitionHistory": true,
    "extensions": [
      {
        "uri": "https://techinnovations.com/extensions/ticketing",
        "description": "Ticketing extension for customer support.",
        "required": true
      }
    ]
  },
  "authentication": {
    "schemes": null,
    "credentials": null,
    "valid": false,
    "bearerAuth": false,
    "basicAuth": false
  },
  "defaultInputModes": [
    "text",
    "voice"
  ],
  "defaultOutputModes": [
    "text",
    "audio"
  ],
  "skills": [
    {
      "id": "skill-001",
      "name": "Raise Ticket",
      "description": "Create a support ticket for customers.",
      "tags": [
        "ticketing",
        "support",
        "customer service"
      ],
      "examples": [
        "Raise a ticket for issue X",
        "Create a support request"
      ],
      "inputModes": [
        "text",
        "voice"
      ],
      "outputModes": [
        "text",
        "confirmation"
      ]
    },
    {
      "id": "skill-002",
      "name": "Favorite Food Finder",
      "description": "Find out what a person likes to eat.",
      "tags": [
        "food",
        "preferences",
        "personal"
      ],
      "examples": [
        "What does John like?",
        "Find Sarah's favorite food"
      ],
      "inputModes": [
        "text",
        "voice"
      ],
      "outputModes": [
        "text",
        "audio"
      ]
    },
    {
      "id": "skill-003",
      "name": "Car Comparison",
      "description": "Compare two different cars based on specifications.",
      "tags": [
        "cars",
        "comparison",
        "automobile"
      ],
      "examples": [
        "Compare Tesla Model S and BMW M3",
        "Which is better: Ford Mustang or Chevrolet Camaro?"
      ],
      "inputModes": [
        "text",
        "voice"
      ],
      "outputModes": [
        "text",
        "visual",
        "comparison chart"
      ]
    },
    {
      "id": "skill-004",
      "name": "Selenium Actions",
      "description": "Perform web automation tasks using Selenium.",
      "tags": [
        "automation",
        "web",
        "selenium"
      ],
      "examples": [
        "Automate login process",
        "Scrape data from a website"
      ],
      "inputModes": [
        "text",
        "command"
      ],
      "outputModes": [
        "text",
        "log"
      ]
    },
    {
      "id": "skill-005",
      "name": "Restaurant Booking",
      "description": "Book restaurant reservations with menu selection.",
      "tags": [
        "restaurant",
        "reservations",
        "food"
      ],
      "examples": [
        "Book a table for two at Olive Garden",
        "Reserve a spot at Sushi Place"
      ],
      "inputModes": [
        "text",
        "voice"
      ],
      "outputModes": [
        "text",
        "confirmation"
      ]
    }
  ],
  "supportedInterfaces": [
    {
      "url": "https://api.techinnovations.com/v1",
      "protocolBinding": "REST",
      "tenant": "default"
    }
  ],
  "agentCapabilities": "Capabilities(streaming=false, pushNotifications=true, stateTransitionHistory=true, extensions=[AgentExtension(uri=https://techinnovations.com/extensions/ticketing, description=Ticketing extension for customer support., required=true, params={ticketType=support, priority=high})])"
}