Get build details
get_build_detailsRead-only. Returns detailed information for one sailing-ship model, including vessel background, technical notes, and build-log parts. Use list_builds to browse or filter the model catalog, and use list_model_slugs when a model slug must be identified from a name or metadata. Use this tool when details for one known model are needed; do not use it for catalog browsing. Without partNumber or partSlug, returns model metadata and a summary list of build-log parts. Set partNumber or partSlug to retrieve one build-log part with complete, untruncated content. If both are provided, partSlug takes precedence. Returns a not-found result if the model or requested build-log part does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| partSlug | No | Optional stable slug of one build-log part. Takes precedence over partNumber and returns that part's complete content. | |
| buildName | Yes | Human-readable model name. Use list_builds to browse models or list_model_slugs to identify a model before requesting details. | |
| partNumber | No | Optional build-log part number. Use this to retrieve one part when its part slug is not known. If partSlug is also provided, partSlug takes precedence. If neither partNumber nor partSlug is provided, returns model details and summaries of all build-log parts. |