GunSpec

All 30 tools

List mount standards

  • gunspec_list_interfaces
  • Explorer
  • Read-only

Lists the mount interface standards the fit engine uses: threads, rails, magazine wells, stock interfaces and optic footprints. Each id is prefixed with its kind, e.g. "thread:1/2x28".

Example usage

  1. 1

    A person asks

    • Which mount standards does the catalog track?
  2. 2

    The assistant calls the tool

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

    The server answers

    Result
    json
    [  {    "id": "bipod:arca-swiss",    "kind": "bipod_stud",    "name": "Arca-Swiss dovetail",    "aliases": [      "arca",      "arca-swiss"    ],    "notes": null  },  {    "id": "bipod:spigot",    "kind": "bipod_stud",    "name": "Spigot mount (Atlas / AI)",    "aliases": [      "spigot"    ],    "notes": null  },  {    "id": "bipod:swivel-stud",    "kind": "bipod_stud",    "name": "Sling swivel stud (Harris bipod)",    "aliases": [      "swivel-stud",      "stud"    ],    "notes": null  }]

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

Related references

Arguments

NameTypeDescription
kindstringReturn this interface kind only, e.g. "thread", "rail", "mag", "optic" or "stock".