GunSpec

Alle 35 Beispiele

Tools

Firearm variants

  1. 1

    Eine Person fragt

    • What variants of the AK-47 are there?
  2. 2

    Der Assistent ruft das Tool auf

    tools/call
    json
    {  "name": "gunspec_firearm_variants",  "arguments": {    "id": "ak-47"  }}
  3. 3

    Der Server antwortet

    Ergebnis
    json
    [  {    "id": "ak-47-type-2",    "name": "AK-47 Type 2",    "variantType": "milled_receiver",    "yearIntroduced": 1951,    "status": "discontinued"  },  {    "id": "ak-47-type-3",    "name": "AK-47 Type 3",    "variantType": "milled_receiver",    "yearIntroduced": 1955,    "status": "discontinued"  },  {    "id": "ak-74",    "name": "AK-74",    "variantType": "different_caliber",    "yearIntroduced": 1974,    "status": "in_production"  }]

    Am 17. Sept. 2026 von der Live-API erfasst. Listen und lange Texte sind für die Anzeige gekürzt.