{
  "name": "マルモ - ハッピースクールビル予約エージェント",
  "description": "奈良県奈良市西大寺のコワーキングスペース・テレワーク個室ブース・貸し会議室・音楽スタジオの空き確認と予約を実行するAIエージェントです。",
  "url": "https://www.hsworking.com/_functions/a2a",
  "version": "2.1.0",
  "protocolVersion": "1.0",
  "provider": {
    "organization": "HSビルワーキングスペース / FULMiRA Japan合同会社",
    "url": "https://www.hsworking.com"
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "documentationUrl": "https://www.hsworking.com/llm.txt",
  "documentation": {
    "llm_txt": "https://www.hsworking.com/llm.txt",
    "a2a_master": "https://www.hsworking.com/a2a-master",
    "api_catalog": "https://www.hsworking.com/_functions/a2a_catalog",
    "openapi": "https://www.hsworking.com/_functions/openapi_json",
    "note": "外部AIエージェントはllm.txtを最初に参照してください。施設案内・予約導線・AI相談導線・運用ルールが格納されています。"
  },
  "skills": [
    {
      "id": "check_availability",
      "name": "空き確認",
      "description": "指定された施設と日付の空き時間スロットを返します。施設はコワーキング、テレワーク個室ブース、貸し会議室（2階）、音楽スタジオから選べます。",
      "tags": [
        "coworking",
        "booking",
        "availability",
        "奈良",
        "nara",
        "workspace"
      ],
      "examples": [
        "個室ブースの明日の空きを教えて",
        "会議室 2月28日 の空き状況",
        "Is the music studio available on March 1st?"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "create_booking",
      "name": "予約作成",
      "description": "施設・日時・時間を指定して仮予約を作成し、決済用checkout URLを返します。予約確定には決済が必要です。",
      "tags": [
        "coworking",
        "booking",
        "reservation",
        "checkout",
        "payment"
      ],
      "examples": [
        "個室ブース 3時間 明日 9:00 で予約",
        "Book a meeting room for 3 hours on Feb 28 at 10:00"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "securitySchemes": {
    "public": {
      "type": "none",
      "description": "施設情報・空き確認・予約導線提示は認証不要で公開。予約確定・個人情報処理はAI単独では完結しない。"
    }
  },
  "security": [
    {
      "public": []
    }
  ]
}