Search firearms
Runs a full-text search over the firearm catalog by name, manufacturer, model number or alias. Use this tool first when the user refers to a firearm informally. Returns matching firearms with the slug ids that the other tools accept.
Anwendungsbeispiel
- 1
Eine Person fragt
- Find firearms matching "beretta 92".
- 2
Der Assistent ruft das Tool auf
tools/calljson{ "name": "gunspec_search_firearms", "arguments": { "q": "beretta 92", "per_page": 5 }} - 3
Der Server antwortet
Ergebnisjson{ "results": [ { "id": "beretta-92x-performance-dark-series", "name": "Beretta 92X Performance Dark Series", "manufacturer_id": "beretta", "category_id": "pistol", "manufacturer_name": "Beretta", "category_name": "Pistol", "category_slug": "pistol", "year_introduced": 2025, "status": "in_production", "country_of_origin": "IT", "action_type": "short_recoil", "weight_empty_g": 1353, "barrel_length_mm": 122, "svg_line_art_url": null, "model_3d_url": null, "favorite_count": 0, "rank": -12.741270433420858, "images": [] }, { "id": "helwan-920", "name": "Helwan 920", "manufacturer_id": "factory-54", "category_id": "pistol", "manufacturer_name": "Factory 54 (Maadi Company for Engineering Industries)", "category_name": "Pistol", "category_slug": "pistol", "year_introduced": 1982, "status": "discontinued", "country_of_origin": "EG", "action_type": "short_recoil", "weight_empty_g": 970, "barrel_length_mm": 125, "svg_line_art_url": null, "model_3d_url": null, "favorite_count": 0, "rank": -12.718481842191096, "images": [] }, { "id": "taurus-pt92", "name": "Taurus PT92", "manufacturer_id": "taurus", "category_id": "pistol", "manufacturer_name": "Taurus", "category_name": "Pistol", "category_slug": "pistol", "year_introduced": 1983, "status": "in_production", "country_of_origin": "BR", "action_type": "short_recoil", "weight_empty_g": 960, "barrel_length_mm": 127, "svg_line_art_url": null, "model_3d_url": null, "favorite_count": 0, "rank": -12.456697660392756, "images": [] } ], "pagination": { "page": 1, "limit": 5, "per_page": 5, "total": 88, "totalPages": 18 }}Am 17. Sept. 2026 von der Live-API erfasst. Listen und lange Texte sind für die Anzeige gekürzt.
Zugehörige Referenzen
Argumente
| Name | Typ | Beschreibung |
|---|---|---|
q (erforderlich) | string | The search text, e.g. "beretta 92" or "AK-74M". |
per_page | integer | Items per page, 1 to 100. 1 bis 100 Standard: 20 |