Skip to main content
Glama
RN0000

Blendkit MCP Server

by RN0000

get_asset_download_url

Retrieve download URLs for a 3D asset using its ID. Provides direct links to asset files for use with wget or curl.

Instructions

Get the download URLs for a specific asset by its ID.

Args: asset_id: The ID of the asset (either 'id' or 'assetBaseId').

Returns: Dictionary containing the download URLs for the asset files. Note: The Agent should use standard tools like curl/wget with the header 'Authorization: Bearer $BLENDERKIT_API_KEY' if downloading paid/private assets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asset_idYes
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the need for an authorization header when downloading paid/private assets, which is valuable. However, it does not clarify side effects, whether the tool is read-only, or behavior for free assets. It partially addresses transparency.

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 four sentences with a clear structure: purpose, args, returns, note. It is front-loaded with the main action. Some redundancy exists (e.g., 'download URLs' repeated), but it remains concise enough.

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 one-parameter tool without an output schema, the description covers the parameter, return type, and a usage note. It lacks error handling or examples but is reasonably complete for the complexity level.

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

Parameters5/5

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

The input schema has zero description coverage, so the description fully compensates by explaining that 'asset_id' can be either 'id' or 'assetBaseId'. This adds essential meaning beyond the schema's type definition.

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 'Get the download URLs for a specific asset by its ID,' specifying the verb 'get' and the resource 'download URLs' for an asset. It distinguishes from the sibling tool 'search_blendkit_assets' which is for searching, not retrieving URLs.

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?

No explicit guidance is provided on when to use this tool versus alternatives (e.g., after searching for an asset ID). The description implies usage after obtaining an asset ID but does not state prerequisites or exclude scenarios.

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/RN0000/blendkit-mcp'

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