Skip to main content
Glama
SekaiNoOwari77

mcp-3d-modeling-agent

blender_ai_configure_backend

Configure AI backend settings such as API keys, URLs, model paths, device, and timeout to connect your 3D modeling tasks to the selected service.

Instructions

Configure settings for a specific AI backend (API keys, URLs, model paths, device, timeout)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
configNoConfiguration dictionary (e.g., {'api_base_url': 'http://...', 'api_key': '...', 'timeout': 120})
backendYesBackend name to configure

Schema Changelog

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

  1. First observedv0.4.0

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states that settings are configured and lists categories, but it does not disclose whether changes persist, apply immediately, overwrite existing configuration, require a restart, or how sensitive values like API keys are handled. For a state-changing configuration tool, this is thin.

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 a single, front-loaded sentence that states the action first and then lists the configurable settings in a compact parenthetical. It contains no filler, no repetition, and every phrase contributes meaning.

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?

For a two-parameter tool with a fully documented schema, the essential call shape is present. However, the description does not explain the effects or return value, and it misses an opportunity to distinguish configure_backend from set_backend. With no annotations and no output schema, those gaps remain unfilled.

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?

Both parameters are already documented in the schema, with backend described as 'Backend name to configure' and config given an example dictionary. Schema description coverage is 100%, so the baseline is 3. The description adds some useful context by naming 'model paths' and 'device' as potential config keys, but most of the content largely paraphrases what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a clear verb ('Configure') and resource ('settings for a specific AI backend'), and enumerates the kinds of settings involved: API keys, URLs, model paths, device, timeout. It is understandable on its own, though it does not explicitly contrast with sibling tools like blender_ai_set_backend or blender_ai_list_backends.

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

Usage Guidelines3/5

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

The phrase 'for a specific AI backend' implies the tool operates on a named backend, so an agent would likely need to know backend names from blender_ai_list_backends. However, there is no explicit when-to-use guidance, and no mention of blender_ai_set_backend as the alternative for selecting the active backend. The usage context is only implied.

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/SekaiNoOwari77/mcp-3d-modeling-agent'

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