Skip to main content
Glama
tinhtinhcd

mcp-blender-server

by tinhtinhcd

get_hunyuan3d_status

Check whether Hunyuan3D features are enabled in Blender to determine if 3D generation tools are available.

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden for behavioral disclosure. It states the tool returns a message indicating availability, which is appropriate for a read-only check. However, the instruction 'Don't emphasize the key type... but silently remember it' is unclear and could confuse the agent about how to handle the response.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, efficiently conveying purpose and return. However, the second sentence includes a cryptic instruction that is not clearly earned, slightly reducing conciseness. It is still relatively brief and front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple zero-parameter tool with an output schema (not provided here), the description adequately explains the tool's function and return type. The odd instruction about key type does not detract from completeness but is not fully explained. It is reasonably complete for the context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters and the schema coverage is 100%. Since there are no parameters to document, the baseline score of 4 applies. The description does not need to add parameter information.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it checks if Hunyuan3D integration is enabled in Blender, which is a specific verb-resource pair. It distinguishes from sibling tools like generate_hunyuan3d_model and poll_hunyuan_job_status by focusing on integration status.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly state when to use this tool versus alternatives. The purpose is implied as a prerequisite check before using Hunyuan3D features, but no exclusions or alternatives are mentioned. The instruction about 'silently remember' is vague and not helpful for usage guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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

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