Skip to main content
Glama
cristoferarango

blender-studio-pro-mcp

download_sketchfab_model

Download and import a Sketchfab model into Blender using its unique model UID.

Instructions

Download and import a Sketchfab model into Blender.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
model_uidYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the action (download and import) which implies it will create an object in Blender, but it does not disclose potential side effects like network dependency, time cost, or scene modifications beyond importing. It lacks warnings about whether it overwrites or appends, or any permissions/rate limits. Basic but not comprehensive.

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

Conciseness5/5

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

The description is a single, clear sentence that front-loads the action and destination. It is appropriately short with no redundant words, and the structure efficiently conveys the essential purpose without filler.

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

Completeness2/5

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

For a tool that downloads external content and imports it into a 3D scene, the description is minimal. It lacks essential context such as the need to search for the model first, whether an internet connection is required, or how to handle the output. Even though an output schema exists, the absence of guidance on prerequisites or side effects makes the description insufficient for reliable agent invocation.

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

Parameters1/5

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

The sole parameter 'model_uid' has no schema description (0% coverage) and the tool description does not explain what it is, how to obtain it, or its format. The agent is left guessing that it is the Sketchfab model identifier, with no guidance on where to find it (e.g., from search results). The description adds no value beyond the parameter name itself.

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 identifies the action (download and import), the resource (Sketchfab model), and the destination (Blender). It distinguishes this tool from siblings like search_sketchfab_models (which searches) and download_polyhaven_asset (different asset source). No ambiguity about the tool's core purpose.

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

Usage Guidelines2/5

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

The description gives no guidance on when to use this tool versus alternatives. It does not mention that users typically need to search for a model first (e.g., via search_sketchfab_models) to obtain the model_uid, nor does it exclude cases like existing model files or other import methods. No prerequisites or exclusions are stated.

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/cristoferarango/Blender-Studio-Pro-Mcp'

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