GunSpec

Alle 30 Tools

Firearms chambered in a caliber

  • gunspec_caliber_firearms
  • Explorer
  • Nur lesend

Returns every firearm chambered for a cartridge, with pagination.

Anwendungsbeispiel

  1. 1

    Eine Person fragt

    • Which firearms are chambered in 9mm Parabellum?
  2. 2

    Der Assistent ruft das Tool auf

    tools/call
    json
    {  "name": "gunspec_caliber_firearms",  "arguments": {    "id": "9x19mm-parabellum",    "per_page": 5  }}
  3. 3

    Der Server antwortet

    Ergebnis
    json
    {  "firearms": [    {      "id": "arex-alpha",      "name": "AREX Defense Alpha",      "manufacturerId": "arex",      "categoryId": "pistol",      "yearIntroduced": null,      "status": "discontinued",      "actionType": "short_recoil",      "svgLineArtUrl": "/firearms/line/svg/arex-alpha.svg",      "model3dUrl": null,      "countryOfOrigin": "SI",      "images": [        {          "id": 2684,          "url": "https://assets.gunspec.io/firearms/line/svg/arex-alpha.svg",          "kind": "silhouette",          "alt": null,          "width": null,          "height": null        }      ]    },    {      "id": "arex-delta",      "name": "AREX Defense Delta",      "manufacturerId": "arex",      "categoryId": "pistol",      "yearIntroduced": null,      "status": "discontinued",      "actionType": "short_recoil",      "svgLineArtUrl": "/firearms/line/svg/arex-delta.svg",      "model3dUrl": null,      "countryOfOrigin": "SI",      "images": [        {          "id": 2686,          "url": "https://assets.gunspec.io/firearms/line/svg/arex-delta.svg",          "kind": "silhouette",          "alt": null,          "width": null,          "height": null        }      ]    },    {      "id": "arex-delta-gen-2",      "name": "AREX Defense Delta Gen.2",      "manufacturerId": "arex",      "categoryId": "pistol",      "yearIntroduced": null,      "status": "discontinued",      "actionType": "short_recoil",      "svgLineArtUrl": "/firearms/line/svg/arex-delta-gen-2.svg",      "model3dUrl": null,      "countryOfOrigin": "SI",      "images": [        {          "id": 2685,          "url": "https://assets.gunspec.io/firearms/line/svg/arex-delta-gen-2.svg",          "kind": "silhouette",          "alt": null,          "width": null,          "height": null        },        {          "id": 6046,          "url": "https://api.gunspec.io/v1/firearms/arex-delta-gen-2/images/6046",          "kind": "render",          "alt": null,          "width": null,          "height": null        }      ]    }  ],  "pagination": {    "page": 1,    "limit": 5,    "per_page": 5,    "total": 1697,    "totalPages": 340  }}

    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
id (erforderlich)stringThe caliber slug, e.g. as returned by a list or search tool.
pageintegerPage number, from 1.
Mindestens 1

Standard: 1
per_pageintegerItems per page, 1 to 100.
1 bis 100

Standard: 20