GunSpec

All 30 tools

Get a caliber

  • gunspec_get_caliber
  • Explorer
  • Read-only

Returns the full record for one cartridge: SAAMI/CIP dimensions, case shape, projectile, origin, parent cartridge and provenance.

Example usage

  1. 1

    A person asks

    • What are the dimensions of the 9x19mm Parabellum cartridge?
  2. 2

    The assistant calls the tool

    tools/call
    json
    {  "name": "gunspec_get_caliber",  "arguments": {    "id": "9x19mm-parabellum"  }}
  3. 3

    The server answers

    Result
    json
    {  "id": "9x19mm-parabellum",  "name": "9x19mm Parabellum",  "aliases": "[\"7N21\",\"7N31\",\"9mm\",\"9mm +P\",\"9mm Luger\",\"9mm M38\",\"9mm M38 (Italian high-pressure variant)\",\"9mm NATO\",\"9mm Para\",\"9mm Parabellum\",\"9mm patron m/39\",\"9x19mm\",\"9x19mm 7N21\",\"9x19mm NATO\"]",  "natoDesignation": "9mm NATO",  "bulletDiameterMm": 9.01,  "neckDiameterMm": 9.65,  "baseDiameterMm": 9.93,  "caseLengthMm": 19.15,  "overallLengthMm": 29.69,  "maxPressureMpa": 235,  "maxPressurePsi": 34084,  "typicalBulletWeightG": 7.45,  "typicalMuzzleVelocityMps": 360,  "typicalMuzzleEnergyJ": 481,  "primerType": "small_pistol",  "cartridgeType": "rimless",  "parentCartridgeId": "7-65x21mm-parabellum",  "yearIntroduced": 1902,  "designer": "Georg Luger",  "rimDiameterMm": 9.96,  "rimThicknessMm": 1.27,  "shoulderDiameterMm": null,  "bulletLengthMm": 12.9,  "caseShape": "tapered",  "caseMaterial": "brass",  "projectileKind": "bullet",  "bulletProfile": "round_nose",  "closure": "bullet",  "markingColor": null,  "markingMeaning": null,  "specSource": "https://en.wikipedia.org/wiki/9%C3%9719mm_Parabellum",  "specStandard": "cip",  "dataConfidence": 0.95,  "verifiedAt": "2026-09-08",  "verifiedFields": "[\"exists\",\"bullet_diameter_mm\",\"neck_diameter_mm\",\"base_diameter_mm\",\"rim_diameter_mm\",\"rim_thickness_mm\",\"case_length_mm\",\"overall_length_mm\",\"primer_type\",\"max_pressure_mpa\"]",  "createdAt": "2026-02-11 23:44:40",  "updatedAt": "2026-09-10 01:25:59",  "version": "cd56221351785b333a9eaa665adaa165b5cfe2544a8c60dbb031349bfe9fe918",  "provenance": {    "sources": [],    "sourceKinds": [],    "bestSourceKind": null,    "dataConfidence": 0.95,    "verifiedAt": "2026-09-08",    "verifiedFields": [      "exists",      "bullet_diameter_mm",      "neck_diameter_mm"    ],    "specSource": "https://en.wikipedia.org/wiki/9%C3%9719mm_Parabellum",    "updatedAt": "2026-09-10 01:25:59",    "version": "cd56221351785b333a9eaa665adaa165b5cfe2544a8c60dbb031349bfe9fe918"  }}

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

Related references

Arguments

NameTypeDescription
id (required)stringThe caliber slug, e.g. as returned by a list or search tool.