Skip to main content
Glama
RN0000

Blendkit MCP Server

by RN0000

search_blendkit_assets

Search BlenderKit library for 3D assets such as models, materials, scenes, HDRs, and brushes. Filter results by asset type and limit count.

Instructions

Search for 3D assets in the Blendkit library.

Args: query: The search term (e.g. 'chair', 'wood'). asset_type: Type of asset to search for ('model', 'material', 'scene', 'hdr', 'brush'). limit: Number of results to return (max 15).

Returns: A dictionary containing a list of asset objects. Each asset contains its id, name, thumbnailUrls, and a 'files' array. Inside the 'files' array, you can find 'downloadUrl's that can be used to download the actual .blend or texture files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
asset_typeNomodel
Behavior4/5

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

Discloses return format (dictionary with asset objects) and important details like thumbnailUrls, files, downloadUrl. Mentions limit max 15. No annotations exist, so description carries full burden sufficiently.

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?

Well-structured with Args and Returns sections, front-loaded with main purpose. Could be slightly more concise, but every sentence adds value.

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?

No output schema, so return structure description is valuable. Covers purpose, parameters, and returns adequately. Missing error handling or rate limits, but sufficient for a search tool.

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?

Schema coverage is 0%, but description compensates fully by explaining each parameter with examples (e.g., 'chair', 'wood'), enum values, and adding behavior like max limit of 15 not present in schema.

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?

Clearly states it searches for 3D assets in the Blendkit library, with explicit mention of search term and asset type. Distinguishes from sibling 'get_asset_download_url', which is for downloading, not searching.

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

Usage Guidelines4/5

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

Provides clear context for when to use (searching assets) and describes parameters. However, does not explicitly state when not to use or mention alternative tools beyond the sibling.

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