get_polyhaven_categories
Retrieve categories for HDRI, textures, or 3D models from Polyhaven to streamline asset organization within Blender using the BlenderMCP server.
Instructions
Get a list of categories for a specific asset type on Polyhaven.
Parameters:
asset_type: The type of asset to get categories for (hdris, textures, models, all)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
asset_type | No | hdris |
Input Schema (JSON Schema)
{
"properties": {
"asset_type": {
"default": "hdris",
"title": "Asset Type",
"type": "string"
}
},
"title": "get_polyhaven_categoriesArguments",
"type": "object"
}