GunSpec

Alle 35 Beispiele

Tools

Top firearms by a statistic

  1. 1

    Eine Person fragt

    • What are the five lightest pistols in the catalog?
  2. 2

    Der Assistent ruft das Tool auf

    tools/call
    json
    {  "name": "gunspec_top_firearms",  "arguments": {    "stat": "lightest",    "category": "pistol",    "limit": 5  }}
  3. 3

    Der Server antwortet

    Ergebnis
    json
    [  {    "id": "freedom-arms-mini",    "name": "Freedom Arms Mini Revolver",    "manufacturerId": "freedom-arms",    "categoryId": "pistol",    "value": 110,    "unit": "g"  },  {    "id": "iver-johnson-eclipse",    "name": "Iver Johnson Eclipse",    "manufacturerId": "iver-johnson",    "categoryId": "pistol",    "value": 140,    "unit": "g"  },  {    "id": "braverman-stinger-pen-gun",    "name": "Braverman Stinger Pen Gun",    "manufacturerId": "rj-braverman",    "categoryId": "pistol",    "value": 142,    "unit": "g"  }]

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