Skip to main content
Glama

manage_asset_library

PORTMANTEAU: Poly Haven + Sketchfab asset discovery and import (fleet subprocess Blender).

Instructions

PORTMANTEAU: Poly Haven + Sketchfab asset discovery and import (fleet subprocess Blender).

Operations:

  • info: Capabilities and env vars (SKETCHFAB_API_TOKEN).

  • polyhaven_categories: List category counts for hdris | textures | models.

  • polyhaven_search: Search catalog (uses api.polyhaven.com/assets).

  • polyhaven_import: Download + import — HDRIs set as world env; textures/models via files API bundles.

  • sketchfab_search: Sketchfab v3 search (requires token).

  • sketchfab_import: Download + import glTF from Sketchfab (requires token + downloadable model).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoResults page for polyhaven_search.
queryNoSketchfab search query.
asset_idNoPoly Haven asset slug (e.g. venice_sunset) or Sketchfab UID for import.
operationNoWhich operation to run.info
asset_typeNoFor Poly Haven: hdris, textures, models, or all (search).hdris
categoriesNoOptional comma-separated Poly Haven categories filter.
resolutionNo1k | 2k | 4k | 8k | 16k where applicable.4k
file_formatNoFor HDRIs: hdr | exr. For models: gltf | fbx | blend preference chain start.
model_preferNoPreferred model package: gltf, fbx, or blend.gltf
search_limitNoMax Sketchfab results (1-100).
sketchfab_uidNoModel UID for sketchfab_import.
sketchfab_tokenNoOptional; defaults to SKETCHFAB_API_TOKEN env.
downloadable_onlyNoSketchfab search filter.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

The description discloses significant behavior beyond the all-false annotations: it launches subprocess Blender ('fleet subprocess'), downloads and imports assets (HDRIs set as world env, textures/models via files API bundles), and requires tokens for Sketchfab. It doesn't mention scene side effects, but the import behavior is explicitly stated.

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 compact: a one-sentence preamble plus a bulleted list of six operations. Each line delivers a distinct capability or prerequisite (tokens, env vars, import behavior), with zero filler and the core purpose 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 complex 13-parameter, six-operation tool, the description covers the main purpose, operations, prerequisites (tokens, env vars), and import behaviors. An output schema exists, so return value details are not needed, but it could still expand on error handling or local repository integration.

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?

With 100% schema description coverage, the baseline is 3. The description adds operational context (e.g., asset_id used for both Poly Haven and Sketchfab, downloadable_only filter), but it largely restates schema descriptions rather than providing new syntax or examples.

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 opening line explicitly defines the tool as a composition of Poly Haven and Sketchfab asset discovery/import, then enumerates five concrete operations. This clearly distinguishes it from sibling tools like list_local_models or blender_import.

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?

The operation list implies strong usage context (search vs import, Poly Haven vs Sketchfab, token requirements), but it never explicitly states when not to use this tool or names alternatives like list_local_models. Clear context, no exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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