GunSpec

Alle 30 Tools

A firearm's mount interfaces

  • gunspec_firearm_interfaces
  • Studio
  • Nur lesend

Returns the mount standards a firearm exposes at each position (muzzle thread, rail, magazine well, stock), with the source and confidence of each row. Requires the Studio plan.

Anwendungsbeispiel

  1. 1

    Eine Person fragt

    • What mounting interfaces does the Glock 17 have?
  2. 2

    Der Assistent ruft das Tool auf

    tools/call
    json
    {  "name": "gunspec_firearm_interfaces",  "arguments": {    "id": "glock-g17"  }}
  3. 3

    Der Server antwortet

    Ergebnis
    json
    {  "firearm": {    "id": "glock-g17",    "name": "Glock 17"  },  "platforms": [    {      "id": "glock-gen3-4-9mm",      "name": "Glock Gen3 and Gen4 9x19 double-stack"    }  ],  "interfaces": [    {      "position": "underbarrel",      "standardId": "rail:picatinny",      "name": "Picatinny rail (MIL-STD-1913)",      "kind": "rail",      "source": "inferred",      "confidence": 0.4,      "inheritedFrom": null,      "notes": "backfill:pic-under-pistol tag"    },    {      "position": "mag_well",      "standardId": "mag:glock-9-double",      "name": "Glock 9x19 double-stack magazine well",      "kind": "magazine_well",      "source": "inherited:platform",      "confidence": 1,      "inheritedFrom": "glock-gen3-4-9mm",      "notes": null    },    {      "position": "sights",      "standardId": "dovetail:glock",      "name": "Glock front and rear sight cut",      "kind": "sight_dovetail",      "source": "inherited:platform",      "confidence": 1,      "inheritedFrom": "glock-gen3-4-9mm",      "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
id (erforderlich)stringThe firearm slug, e.g. as returned by a list or search tool.