GunSpec

All 35 examples

Tools

A manufacturer's firearms

  1. 1

    A person asks

    • Which firearms does Colt make?
  2. 2

    The assistant calls the tool

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

    The server answers

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

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