Skip to main content
Glama

blender_addons

Manage Blender addons: install, uninstall, enable, disable, and search for addons via local files or URLs.

Instructions

Manage Blender addons (portmanteau). Prefer this tool over manage_blender_addons.

Operations:

  • list_addons / list_installed: List installed addons (requires Blender).

  • install_addon: Install from local addon_path (path to .py or folder).

  • install_from_url / install_url: Download and install from addon_url (ZIP or .py).

  • install_known: Install from known registry by addon_name.

  • uninstall_addon: Uninstall addon by addon_name.

  • enable / disable: Enable or disable an installed addon module.

  • search: Return known add-on URLs for a query (e.g. gaussian splat).

  • info: Show known addons registry and addons directory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationNolist_addons | list_installed | install_addon | install_from_url | install_known | ...list_addons
addon_nameNoFor uninstall_addon, enable, disable, install_known.
addon_pathNoFor install_addon (local path).
addon_urlNoFor install_from_url (https URL to .zip or .py).
search_queryNoFor search (e.g. "gaussian splat").
enable_on_installNoEnable addon after install operations.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. It only mentions that 'list_installed' requires Blender, but fails to specify prerequisites, side effects (e.g., enabling/disabling modifies Blender state), or authorization needs for install/uninstall operations.

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 front-loaded with a clear statement of purpose and a concise list of operations. Every sentence serves a purpose, with no redundant information.

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

Completeness3/5

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

While the description covers all operations, it lacks detail on error handling, return values (though an output schema exists), and consistent prerequisites (only 'list_installed' mentions 'requires Blender'). It is adequate but not comprehensive for a tool with six parameters and multiple operations.

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?

Schema coverage is 100%, so the baseline is 3. The description adds some value by mapping operations to parameters (e.g., 'install_addon: Install from local addon_path'), but does not provide significant additional meaning beyond the schema's parameter descriptions.

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 'Manage Blender addons' and lists all operations, making the purpose explicit. It also distinguishes from the sibling tool 'manage_blender_addons' by claiming preference, which helps an agent choose correctly.

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

Usage Guidelines5/5

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

The description explicitly says 'Prefer this tool over manage_blender_addons', providing direct guidance on when to use this tool versus a sibling. The list of operations further clarifies the scope of use.

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