{
  "name": "ConvertFLAC Assistant",
  "version": "1.0.0",
  "description": "Answers questions about FLAC to MP3 conversion: which bitrate to choose, which devices play the result, and how large the output will be. Backed by the site's real published parameters.",
  "url": "https://convertflac.com/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://convertflac.com/a2a",
      "transport": "JSONRPC",
      "protocolVersion": "0.3.0"
    },
    {
      "url": "https://convertflac.com/.well-known/agent-card.json",
      "transport": "HTTP+JSON",
      "protocolVersion": "0.3.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "choose-bitrate",
      "name": "Choose an MP3 bitrate",
      "description": "Return the site's published bitrate guidance for a stated use case.",
      "tags": [
        "flac",
        "mp3",
        "bitrate"
      ],
      "examples": [
        "What bitrate should I use for my phone?"
      ]
    },
    {
      "id": "estimate-size",
      "name": "Estimate output size",
      "description": "Estimate MP3 output size from track length and bitrate.",
      "tags": [
        "flac",
        "mp3",
        "file size"
      ],
      "examples": [
        "How big is a 4 minute track at 320 kbps?"
      ]
    },
    {
      "id": "check-compatibility",
      "name": "Check device compatibility",
      "description": "Report which device classes play the converted MP3.",
      "tags": [
        "mp3",
        "devices"
      ],
      "examples": [
        "Will the MP3 play on an iPhone?"
      ]
    }
  ]
}
