Skip to main content
Glama

blender_download

Download 3D assets from URLs and import them directly into Blender scenes. Get info on supported file formats and usage examples.

Instructions

Download from URL and import, or get supported formats info (portmanteau).

Operations:

  • download: Download from url and optionally import into scene (requires url)

  • info: Supported file formats and usage examples

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationNoOne of download, infodownload
urlNoFor download - URL to download from (http/https)
import_into_sceneNoFor download - import into current scene
custom_filenameNoFor download - custom filename without extension
timeoutNoFor download - timeout in seconds (1-300)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description fails to disclose important behavioral traits such as error handling, side effects, or permissions. The minimal mention of 'requires url' for download is insufficient for an operation that involves external network requests.

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 concise and well-structured with a lead sentence and bullet list. Every word serves a purpose, though it could be slightly more informative without losing conciseness.

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?

Despite having an output schema, the description does not clarify what the 'info' operation returns or the behavior of the download output. Combined with missing annotation context, the tool's full behavior is underspecified.

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

Parameters3/5

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

Input schema coverage is 100%, so parameters are well-documented. The description adds no extra meaning beyond the schema; it only groups parameters under operations, which is a minimum contribution.

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

Purpose4/5

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

The description clearly states it downloads from URL and imports or retrieves format info, identifying two distinct operations. However, it does not explicitly differentiate from sibling tools like blender_import, which might import local files, leaving some ambiguity.

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 lists the operations but provides no guidance on when to use this tool versus alternatives. It lacks explicit 'when-not' or comparative context, relying on implied usage from the operation names.

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

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