GunSpec

Alle 30 Tools

Get an attachment

  • gunspec_get_attachment
  • Explorer
  • Nur lesend

Returns the full record for one attachment: its requirements (any-of within a group, all-of across groups), what it provides once fitted, caliber ratings, weight, length and sources.

Anwendungsbeispiel

  1. 1

    Eine Person fragt

    • Tell me about the SureFire SOCOM556-RC2 suppressor.
  2. 2

    Der Assistent ruft das Tool auf

    tools/call
    json
    {  "name": "gunspec_get_attachment",  "arguments": {    "id": "surefire-socom556-rc2"  }}
  3. 3

    Der Server antwortet

    Ergebnis
    json
    {  "id": "surefire-socom556-rc2",  "name": "SureFire SOCOM556-RC2",  "category": "suppressor",  "manufacturer": {    "id": "surefire",    "name": "SureFire, LLC"  },  "modelNumber": "SOCOM556-RC2-BK",  "weightG": 482,  "lengthMm": 162,  "capacity": null,  "boreDiameterMm": 5.7,  "requiresPosition": "muzzle",  "isFactoryPart": false,  "factoryFor": null,  "provides": [],  "statMods": {    "concealment": 15,    "mobility": -7,    "range": -2,    "recoil_control": 3  },  "specDeltas": {    "length_added_mm": 140,    "loudness_pct": -30,    "velocity_pct": 1  },  "imageUrl": "https://assets.gunspec.io/content/attachments/suppressor/surefire-socom556-rc2/01-product.webp",  "status": "in_production",  "dataConfidence": 0.95,  "updatedAt": "2026-09-10 01:29:08",  "version": "d0b86fa59b2a8591209113f15f1f51bbd10b6a4f0083a870cd8c5f13df396747",  "description": "Fast-attach 5.56 rifle suppressor selected by USSOCOM, with minimal point of impact shift and a full-auto rating. It does not thread onto the barrel directly: it locks onto a SureFire SOCOM series muzzle device (WarComp, SF3P or SFMB), whic…",  "specs": {    "mount": "SureFire SOCOM fast-attach; needs a SureFire SOCOM muzzle device fitted first"  },  "sources": [    "https://www.surefire.com/socom556-rc2/",    "https://www.surefire.com/products/suppressors/socom556-rc2/"  ],  "sourceUrl": "https://www.surefire.com/socom556-rc2/",  "yearIntroduced": 2012,  "requires": [    [      {        "id": "thread:1/2x28",        "name": "1/2-28 UNEF right hand",        "kind": "thread"      }    ]  ],  "caliberRatings": [    {      "caliberId": "223-remington",      "caliberName": ".223 Remington",      "minBarrelLengthMm": 254,      "fullAutoRated": true,      "notes": null    },    {      "caliberId": "5-56x45mm-nato",      "caliberName": "5.56x45mm NATO",      "minBarrelLengthMm": 254,      "fullAutoRated": true,      "notes": "SureFire states a 10 in minimum barrel"    }  ],  "curatedFits": 0,  "createdAt": "2026-09-10 01:29:08",  "provenance": {    "sources": [      "https://www.surefire.com/socom556-rc2/",      "https://www.surefire.com/products/suppressors/socom556-rc2/"    ],    "sourceKinds": [      {        "url": "https://www.surefire.com/socom556-rc2/",        "kind": "manufacturer"      },      {        "url": "https://www.surefire.com/products/suppressors/socom556-rc2/",        "kind": "manufacturer"      }    ],    "bestSourceKind": "manufacturer",    "dataConfidence": 0.95,    "verifiedAt": null,    "verifiedFields": null,    "specSource": null,    "updatedAt": "2026-09-10 01:29:08",    "version": "d0b86fa59b2a8591209113f15f1f51bbd10b6a4f0083a870cd8c5f13df396747"  }}

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