GunSpec

All 30 tools

Firearms chambered in a caliber

  • gunspec_caliber_firearms
  • Explorer
  • Read-only

Returns every firearm chambered for a cartridge, with pagination.

Example usage

  1. 1

    A person asks

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

    The assistant calls the tool

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

    The server answers

    Result
    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  }}

    Captured from the live API on Sep 17, 2026. Lists and long text are shortened for display.

Related references

Arguments

NameTypeDescription
id (required)stringThe caliber slug, e.g. as returned by a list or search tool.
pageintegerPage number, from 1.
At least 1

Default: 1
per_pageintegerItems per page, 1 to 100.
1 to 100

Default: 20