GunSpec

Alle 30 Tools

Get a platform

  • gunspec_get_platform
  • Studio
  • Nur lesend

Returns one platform's interface rows and its member firearms. Requires the Studio plan.

Anwendungsbeispiel

  1. 1

    Eine Person fragt

    • What is the AK-100 platform, and which firearms belong to it?
  2. 2

    Der Assistent ruft das Tool auf

    tools/call
    json
    {  "name": "gunspec_get_platform",  "arguments": {    "id": "ak-100"  }}
  3. 3

    Der Server antwortet

    Ergebnis
    json
    {  "id": "ak-100",  "name": "AK-100 series (AK-74M pattern)",  "description": "AK-74M and its export family. Polymer furniture, side-folding stock on the AK-100 trunnion, Warsaw Pact side rail as standard. Magazine well and thread vary by caliber and are set per member.",  "interfaces": [    {      "position": "grip",      "standardId": "grip:ak",      "name": "AK pistol grip nut and screw",      "kind": "grip_mount",      "confidence": 1,      "notes": null    },    {      "position": "handguard",      "standardId": "handguard:ak-standard",      "name": "AK standard handguard (upper and lower, AKM gas tube)",      "kind": "handguard_mount",      "confidence": 1,      "notes": null    },    {      "position": "rear",      "standardId": "stock:ak-100-folder",      "name": "AK-100 series polymer side-folder trunnion (AK-74M pattern)",      "kind": "stock_mount",      "confidence": 1,      "notes": null    }  ],  "members": [    {      "id": "ak-101",      "name": "AK-101"    },    {      "id": "ak-102",      "name": "AK-102"    },    {      "id": "ak-103",      "name": "AK-103"    }  ]}

    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 platform slug, e.g. as returned by a list or search tool.