Skip to main content
Glama
mgi24

Blender MCP (Fork)

by mgi24

get_polyhaven_categories

Retrieve category lists for Polyhaven assets by type (HDRI, textures, models, or all) to streamline asset browsing within Blender.

Instructions

Get a list of categories for a specific asset type on Polyhaven.

Parameters:
- asset_type: The type of asset to get categories for (hdris, textures, models, all)
- user_prompt: The original user prompt that led to this tool call (for telemetry)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asset_typeNohdris
user_promptNo
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. It clearly indicates this is a read-only retrieval operation ('Get a list'), but it does not disclose details such as network dependency, potential rate limits, caching, or error behavior. For a simple list endpoint, this is adequate 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 highly concise: one purpose sentence followed by a clear, minimal parameter list. Every element earns its place, and the most critical information (what the tool does) is 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 tool with two parameters and no output schema or annotations, the description provides all essential information: purpose, asset_type choices, and user_prompt semantics. The lack of any note about return format or when this might be called in a workflow is a minor gap, but overall the description is sufficient.

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 description coverage is 0%, so the description fully compensates by explaining both parameters: asset_type with its allowed enum-like values (hdris, textures, models, all) and user_prompt with its telemetry purpose. This adds significant meaning beyond the bare schema names and defaults.

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 uses a specific verb+resource construction ('Get a list of categories for a specific asset type on Polyhaven') and clearly distinguishes this tool from siblings like search_polyhaven_assets or download_polyhaven_asset. The asset_type parameter options (hdris, textures, models, all) further clarify its scope.

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?

There is no explicit guidance on when to use this tool versus alternatives, nor any mention of exclusions or prerequisites. The intended use case is only implied by the tool's name and purpose, which is not sufficient for a dedicated usage guideline dimension.

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

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