{
 "protocolVersion": "0.3.0",
 "name": "Paw Multiverse recall agent",
 "description": "Answers questions about pet food and treat recalls in the US, UK, Canada and France from the official notices Paw Multiverse holds, citing each notice. Read only, no account needed. Not veterinary advice.",
 "url": "https://pawmultiverse.com/a2a",
 "preferredTransport": "JSONRPC",
 "additionalInterfaces": [
  {
   "url": "https://pawmultiverse.com/a2a",
   "transport": "JSONRPC"
  }
 ],
 "supportedInterfaces": [
  {
   "url": "https://pawmultiverse.com/a2a",
   "protocolBinding": "JSONRPC",
   "transport": "JSONRPC",
   "protocolVersion": "0.3.0"
  }
 ],
 "version": "1.0.0",
 "provider": {
  "organization": "A.I.T. Multiverse Consulting Ltd",
  "url": "https://pawmultiverse.com"
 },
 "iconUrl": "https://pawmultiverse.com/assets/icons/icon-512.png",
 "documentationUrl": "https://pawmultiverse.com/ask/",
 "capabilities": {
  "streaming": false,
  "pushNotifications": false,
  "stateTransitionHistory": false
 },
 "defaultInputModes": [
  "text/plain"
 ],
 "defaultOutputModes": [
  "text/plain",
  "application/json"
 ],
 "skills": [
  {
   "id": "ask-recall-record",
   "name": "Ask the recall record",
   "description": "Answers a question about a brand, product, barcode, lot code, country or reason from the official recall notices held, with numbered sources.",
   "tags": [
    "pet food",
    "recalls",
    "safety"
   ],
   "examples": [
    "Has Purina been recalled in the UK?",
    "Any cat food recalls for salmonella this year?"
   ]
  }
 ]
}