GunSpec

Alle 30 Tools

A manufacturer's firearms

  • gunspec_manufacturer_firearms
  • Explorer
  • Nur lesend

Returns every firearm a manufacturer makes or has made, with pagination.

Anwendungsbeispiel

  1. 1

    Eine Person fragt

    • Which firearms does Colt make?
  2. 2

    Der Assistent ruft das Tool auf

    tools/call
    json
    {  "name": "gunspec_manufacturer_firearms",  "arguments": {    "id": "colt",    "per_page": 5  }}
  3. 3

    Der Server antwortet

    Ergebnis
    json
    {  "firearms": [    {      "id": "ar-15",      "name": "AR-15",      "categoryId": "rifle",      "yearIntroduced": 1963,      "status": "in_production",      "actionType": "gas_operated_short_stroke",      "countryOfOrigin": "US",      "svgLineArtUrl": "/firearms/line/svg/ar-15.svg",      "model3dUrl": null,      "images": [        {          "id": 671,          "url": "https://assets.gunspec.io/firearms/line/svg/ar-15.svg",          "kind": "silhouette",          "alt": null,          "width": null,          "height": null        },        {          "id": 6043,          "url": "https://api.gunspec.io/v1/firearms/ar-15/images/6043",          "kind": "render",          "alt": null,          "width": null,          "height": null        }      ]    },    {      "id": "berdan-i",      "name": "Berdan I M1868",      "categoryId": "rifle",      "yearIntroduced": 1868,      "status": "out_of_production",      "actionType": null,      "countryOfOrigin": "RU",      "svgLineArtUrl": null,      "model3dUrl": null,      "images": [        {          "id": 8002,          "url": "https://api.gunspec.io/v1/firearms/berdan-i/images/8002",          "kind": "render",          "alt": null,          "width": null,          "height": null        }      ]    },    {      "id": "browning-bar-m1918",      "name": "Browning Automatic Rifle M1918A2",      "categoryId": "machine-gun",      "yearIntroduced": 1940,      "status": "discontinued",      "actionType": "gas_operated_long_stroke",      "countryOfOrigin": "US",      "svgLineArtUrl": null,      "model3dUrl": null,      "images": [        {          "id": 6202,          "url": "https://api.gunspec.io/v1/firearms/browning-bar-m1918/images/6202",          "kind": "render",          "alt": null,          "width": null,          "height": null        }      ]    }  ],  "pagination": {    "page": 1,    "limit": 5,    "per_page": 5,    "total": 161,    "totalPages": 33  }}

    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 manufacturer 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