{
  "protocolVersion":"0.3.0",
  "name":"Quote Rescue",
  "description":"Calculates service-business estimates from business-supplied rates and creates ready-to-share customer quote pages. It never invents rates, profit, or margin.",
  "url":"https://quote-rescue-agent.vercel.app/api/a2a",
  "preferredTransport":"JSONRPC",
  "capabilities":{"streaming":false,"pushNotifications":false,"stateTransitionHistory":false},
  "defaultInputModes":["application/json","text/plain"],
  "defaultOutputModes":["application/json","text/plain"],
  "skills":[
    {"id":"quote_estimate","name":"Quote estimate","description":"Calculate an estimate from supplied base price, quantities, rates and multiplier.","tags":["quote","estimate","service business"],"examples":["Send a data part with action=quote and supplied rates."]},
    {"id":"build_quote_link","name":"Build quote page","description":"Create a ready-to-share customer quote page from supplied business pricing.","tags":["quote page","share link","service business"],"examples":["Send a data part with action=build_link and supplied pricing settings."]}
  ],
  "supportsAuthenticatedExtendedCard":false
}
