{
  "name": "Creator Tools Guide Agent",
  "description": "Finds and returns this site's published Korean AI subscription buying guides with sources and verification dates. All operations are public and read-only.",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "url": "https://toolsforcontentcreators.com/api/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "search-korean-guides",
      "name": "Search Korean buying guides",
      "description": "Search published guides about GamsGo, ChatGPT, Perplexity, checkout, warranties, refunds, and account types.",
      "tags": [
        "Korean",
        "AI subscriptions",
        "buying guides",
        "GamsGo"
      ],
      "examples": [
        "GamsGo ChatGPT 결제 전에 무엇을 확인해야 하나요?",
        "Perplexity Marketplace 보증 조건을 찾아 주세요"
      ]
    },
    {
      "id": "get-published-guide",
      "name": "Get a published guide",
      "description": "Return one complete guide by stable id with source URLs and its verification date.",
      "tags": [
        "citations",
        "sources",
        "read-only"
      ],
      "examples": [
        "gamsgo-review 문서를 가져와 주세요"
      ]
    }
  ]
}
