Skip to main content
Glama

manage_blender_addons

Search, install, enable, disable, and list Blender addons from a known registry or custom URLs.

Instructions

Blender addon management: search known addons, install, enable, disable, list.

Operations:

  • search: search the known-addons registry by keyword (e.g. "gaussian", "splat", "gis")

  • install_known: install a known addon by name (see 'search' for names)

  • install_url: install addon from an arbitrary URL (zip or .py)

  • list_installed: list addons currently visible to Blender (via bpy preferences)

  • enable: enable an installed addon by module name

  • disable: disable an installed addon by module name

  • info: show known addons registry and addons directory

Known addon names (use with install_known): gaussian_splat, 3dgs_blender, openscatter, asset_bridge, blender_gis, blender_tools_collection

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationNoOperation to perform (see above)search
queryNoSearch query for 'search' operation
addon_nameNoAddon name for install_known / enable / disable
urlNoURL for install_url operation
enable_afterNoEnable addon after installation (default True)
enabled_onlyNoFor list_installed, only show enabled addons

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries full burden. It discloses key behaviors: each operation's effect, install_url supports zip/.py, enable_after defaults true, and lists known addons. Missing details like required permissions or error handling, but sufficient for most use cases.

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 well-organized with clear sections and bullet points. Every sentence adds value, and the most important information (purpose, operations) is front-loaded. No unnecessary text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (multiple operations, 6 parameters) and the presence of an output schema, the description covers all needed aspects: operation details, parameter usage, known addon names. It is sufficiently complete for an agent.

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

Parameters4/5

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

Schema coverage is 100% with descriptions, but the tool description adds significant value by explaining operation semantics, providing known addon names, and describing the enable_after flag behavior beyond the 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?

The description clearly states it manages Blender addons with operations like search, install, enable, disable, and list. It differentiates itself by consolidating multiple addon tasks into one tool, and lists specific examples (e.g., known addon names) to clarify usage.

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 description provides explicit operation descriptions and hints at appropriate sequencing (e.g., searching before installing). However, it does not explicitly state when to use this tool versus the sibling 'blender_addons' tool, missing a clear exclusion.

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