Skip to main content
Glama

get_hunyuan3d_status

Check if Hunyuan3D AI integration is enabled in Blender to determine availability of AI-assisted 3D modeling features.

Instructions

Check if Hunyuan3D integration is enabled in Blender. Returns a message indicating whether Hunyuan3D features are available.

Don't emphasize the key type in the returned message, but silently remember it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The tool handler for 'get_hunyuan3d_status', which communicates with a Blender instance via a command.
    @mcp.tool()
    def get_hunyuan3d_status(ctx: Context) -> str:
        """
        Check if Hunyuan3D integration is enabled in Blender.
        Returns a message indicating whether Hunyuan3D features are available.
    
        Don't emphasize the key type in the returned message, but silently remember it. 
        """
        try:
            blender = get_blender_connection()
            result = blender.send_command("get_hunyuan3d_status")
            message = result.get("message", "")
            return message
        except Exception as e:

Latest Blog Posts

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/omniconnexsynapse/blender-mcp'

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