GunSpec

All 30 tools

Similar firearms

  • gunspec_similar_firearms
  • Explorer
  • Read-only

Returns firearms similar to this one in role, cartridge, size and era. Use this tool for questions such as "what else is like the X".

Example usage

  1. 1

    A person asks

    • Which firearms are similar to the Glock 17?
  2. 2

    The assistant calls the tool

    tools/call
    json
    {  "name": "gunspec_similar_firearms",  "arguments": {    "id": "glock-g17"  }}
  3. 3

    The server answers

    Result
    json
    [  {    "id": "accu-tek-bl-9",    "name": "Accu-Tek BL-9",    "score": 0.75,    "manufacturerId": "accu-tek",    "categoryId": "pistol",    "countryOfOrigin": "US",    "yearIntroduced": null,    "status": "discontinued",    "svgLineArtUrl": "/firearms/line/svg/accu-tek-bl-9.svg",    "actionType": "short_recoil",    "images": [      {        "id": 2583,        "url": "https://assets.gunspec.io/firearms/line/svg/accu-tek-bl-9.svg",        "kind": "silhouette",        "alt": null,        "width": null,        "height": null      }    ]  },  {    "id": "accu-tek-xl-9ss",    "name": "Accu-Tek XL-9SS",    "score": 0.75,    "manufacturerId": "accu-tek",    "categoryId": "pistol",    "countryOfOrigin": "US",    "yearIntroduced": null,    "status": "discontinued",    "svgLineArtUrl": "/firearms/line/svg/accu-tek-xl-9ss.svg",    "actionType": "short_recoil",    "images": [      {        "id": 2586,        "url": "https://assets.gunspec.io/firearms/line/svg/accu-tek-xl-9ss.svg",        "kind": "silhouette",        "alt": null,        "width": null,        "height": null      }    ]  },  {    "id": "ahss-ag-9",    "name": "Smith & Wesson AG-9",    "score": 0.75,    "manufacturerId": "ahss",    "categoryId": "pistol",    "countryOfOrigin": "US",    "yearIntroduced": null,    "status": "discontinued",    "svgLineArtUrl": "/firearms/line/svg/ahss-ag-9.svg",    "actionType": "short_recoil",    "images": [      {        "id": 2593,        "url": "https://assets.gunspec.io/firearms/line/svg/ahss-ag-9.svg",        "kind": "silhouette",        "alt": null,        "width": null,        "height": null      }    ]  }]

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

Related references

Arguments

NameTypeDescription
id (required)stringThe firearm slug, e.g. as returned by a list or search tool.