GunSpec

All 30 tools

List platforms

  • gunspec_list_platforms
  • Studio
  • Read-only

Lists firearm families (AK-100, AR-15, Glock) with their member counts. Every member of a family inherits its mount interfaces. Requires the Studio plan.

Example usage

  1. 1

    A person asks

    • Which firearm platforms share parts?
  2. 2

    The assistant calls the tool

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

    The server answers

    Result
    json
    [  {    "id": "1911-government-45",    "name": "1911 Government .45 ACP",    "description": "Full-size 1911 pattern in .45 ACP. Single-stack magazine well, grip panels on bushings, Novak-style rear dovetail on modern production.",    "memberCount": 24  },  {    "id": "ak-milled",    "name": "AK milled receiver",    "description": "Original AK-47 pattern with a machined receiver. Stock mounts on a tang, not a rear trunnion, so stamped-pattern stocks do not fit.",    "memberCount": 8  },  {    "id": "ak-stamped",    "name": "AK stamped receiver (AKM pattern)",    "description": "AKM and the stamped 7.62x39 clones. Rear trunnion fixed stock, 1 mm receiver, M14x1 LH muzzle, Warsaw Pact side rail on most military variants.",    "memberCount": 19  }]

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

Related references

Arguments

No arguments.