List model slugs
list_model_slugsRead-only. Finds valid sailing-ship model slugs by full or partial model name, build status, manufacturer, or scale. Use this tool when another tool requires a model slug and the user provides only a human-readable model name or identifying metadata. Use list_builds when the user wants to browse or compare the model catalog. Returns matching model titles, slugs, URLs, and minimal identification metadata. When name matches more than one model, ambiguous is true and results contains all matching candidates. If no models match the criteria, returns an empty results array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Full or partial model name to search for. Matching is case-insensitive and checks both the model title and slug. If omitted, all models are considered. | |
| scale | No | Filter by exact model scale, for example '1:64'. | |
| status | No | Filter by build status. If omitted, models with all statuses are considered. | |
| manufacturer | No | Filter by kit manufacturer using a case-insensitive partial match. |