GunSpec

All 35 examples

Tools

List categories

  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.