Skip to main content
Glama

Tripo MCP Server

download_polyhaven_asset

Download and import Polyhaven assets, such as HDRIs, textures, or models, directly into Blender. Specify asset ID, type, resolution, and optional file format for seamless integration.

Instructions

Download and import a Polyhaven asset into Blender. Parameters: - asset_id: The ID of the asset to download - asset_type: The type of asset (hdris, textures, models) - resolution: The resolution to download (e.g., 1k, 2k, 4k) - file_format: Optional file format (e.g., hdr, exr for HDRIs; jpg, png for textures; gltf, fbx for models) Returns a message indicating success or failure.

Input Schema

NameRequiredDescriptionDefault
asset_idYes
asset_typeYes
file_formatNo
resolutionNo1k

Input Schema (JSON Schema)

{ "properties": { "asset_id": { "title": "Asset Id", "type": "string" }, "asset_type": { "title": "Asset Type", "type": "string" }, "file_format": { "default": null, "title": "File Format", "type": "string" }, "resolution": { "default": "1k", "title": "Resolution", "type": "string" } }, "required": [ "asset_id", "asset_type" ], "title": "download_polyhaven_assetArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/VAST-AI-Research/tripo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server