GunSpec

Alle 30 Tools

List mount standards

  • gunspec_list_interfaces
  • Explorer
  • Nur lesend

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".

Anwendungsbeispiel

  1. 1

    Eine Person fragt

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

    Der Assistent ruft das Tool auf

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

    Der Server antwortet

    Ergebnis
    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  }]

    Am 17. Sept. 2026 von der Live-API erfasst. Listen und lange Texte sind für die Anzeige gekürzt.

Zugehörige Referenzen

Argumente

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