GunSpec

Alle 30 Tools

Top firearms by a statistic

  • gunspec_top_firearms
  • Builder
  • Nur lesend

Ranks the catalog by one measurable statistic: lightest, heaviest, longest range, highest rate of fire, most compact, highest capacity or most powerful. Results can be limited to one category.

Anwendungsbeispiel

  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.

Zugehörige Referenzen

Argumente

NameTypBeschreibung
stat (erforderlich)stringThe statistic to rank by.
Einer von: lightest, heaviest, longest-range, highest-rof, most-compact, highest-capacity, most-powerful
categorystringLimit results to this category slug.
limitintegerNumber of results to return.
1 bis 50

Standard: 10