List mount standards
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".
Example usage
- 1
A person asks
- Which mount standards does the catalog track?
- 2
The assistant calls the tool
tools/calljson{ "name": "gunspec_list_interfaces", "arguments": {}} - 3
The server answers
Resultjson[ { "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 }]Captured from the live API on Sep 17, 2026. Lists and long text are shortened for display.
Related references
Arguments
| Name | Type | Description |
|---|---|---|
kind | string | Return this interface kind only, e.g. "thread", "rail", "mag", "optic" or "stock". |