{
  "protocolVersion": "0.3",
  "name": "FEEMAIL Contact Agent",
  "description": "株式会社FEEMAILへの問い合わせを受け付け、当月と翌月の面談候補枠を返すA2Aエージェントです。",
  "url": "https://feemail.co.jp/a2a/jsonrpc",
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "url": "https://feemail.co.jp/a2a/jsonrpc",
      "transport": "JSONRPC"
    },
    {
      "url": "https://feemail.co.jp/a2a/v1",
      "transport": "HTTP+JSON"
    }
  ],
  "provider": {
    "organization": "株式会社FeeMail",
    "url": "https://feemail.co.jp"
  },
  "version": "0.1.0",
  "documentationUrl": "https://feemail.co.jp/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "contact-intake",
      "name": "Contact Intake",
      "description": "問い合わせを受け付け、会社案内と初回ミーティング候補を返します。",
      "tags": [
        "contact",
        "meeting",
        "availability",
        "japanese"
      ],
      "examples": [
        "AI導入支援の相談をしたい",
        "来月ミーティング可能な時間帯を知りたい"
      ]
    }
  ],
  "securitySchemes": {
    "noauth": {
      "type": "noauth"
    }
  },
  "security": [
    {
      "noauth": []
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}