GunSpec

All 30 tools

List categories

  • gunspec_list_categories
  • Explorer
  • Read-only

Lists the firearm categories, such as pistol, revolver, rifle, shotgun and submachine gun, with their slugs and counts.

Example usage

  1. 1

    A person asks

    • What categories of firearm does the catalog cover?
  2. 2

    The assistant calls the tool

    tools/call
    json
    {  "name": "gunspec_list_categories",  "arguments": {}}
  3. 3

    The server answers

    Result
    json
    [  {    "id": "assault-rifle",    "name": "Assault Rifle",    "description": "Selective-fire rifles chambered in intermediate cartridges"  },  {    "id": "battle-rifle",    "name": "Battle Rifle",    "description": "Selective-fire rifles chambered in full-power cartridges"  },  {    "id": "carbine",    "name": "Carbine",    "description": "Shortened rifles for close-quarters use"  }]

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

Related references

Arguments

No arguments.