blender_get_polyhaven_asset_details
Retrieve comprehensive metadata for PolyHaven assets including download options, technical specifications, and licensing information to verify availability and research asset details.
Instructions
Get detailed information about a specific PolyHaven asset.
Provides comprehensive asset metadata including download options, technical specifications, and licensing information.
Args:
asset_id (string): PolyHaven asset ID to get details for
include_thumbnails (boolean, default true): Include thumbnail information
Returns: Complete asset metadata with download options, file sizes, and quality levels
Examples:
Basic details: asset_id="old_wood_01"
With thumbnails: asset_id="oak_tree", include_thumbnails=true
Check availability: asset_id="sky_cloudy"
Use when: Verifying asset availability, checking download options, asset metadata research Don't use when: Downloading assets (use download_polyhaven_asset instead)
Performance: Fast network request, typically 1-3 seconds
License: Returns CC0 licensing information for all assets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_id | Yes | PolyHaven asset ID to get details for | |
| include_thumbnails | No | Include thumbnail information |