Get a manufacturer
Returns one manufacturer, including founding details, country, headquarters, description and website.
Example usage
- 1
A person asks
- Tell me about Glock as a manufacturer.
- 2
The assistant calls the tool
tools/calljson{ "name": "gunspec_get_manufacturer", "arguments": { "id": "glock" }} - 3
The server answers
Resultjson{ "id": "glock", "name": "Glock Ges.m.b.H.", "countryCode": "AT", "foundedYear": 1963, "website": "https://www.glock.com", "logoUrl": null, "description": null, "status": null, "defunctYear": null, "stateOwned": null, "makesFirearms": null, "parentId": null, "predecessorId": null, "createdAt": "2026-02-11 23:44:38", "updatedAt": "2026-02-18 03:43:49", "version": "3082b5f3edc3e54ca4f0993c68dba8c456b4f86e8759e3310ef604da566477d6"}Captured from the live API on Sep 17, 2026.
Related references
Arguments
| Name | Type | Description |
|---|---|---|
id (required) | string | The manufacturer slug, e.g. as returned by a list or search tool. |