Skip to main content
Glama

conversational_blender_assistant

Read-onlyIdempotent

Provides natural language answers to Blender operation questions, using multi-step reasoning to ensure accuracy and gracefully falling back when needed.

Instructions

Conversational Blender assistant with SEP-1577 multi-step sampling.

The LLM may probe capabilities to give accurate, operation-specific answers before responding. Falls back gracefully when sampling is not available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_stepsNoMaximum reasoning loops (default: 3 — keeps it snappy)
user_queryYesNatural language question about Blender operations
context_levelNo"basic" | "comprehensive" | "detailed"comprehensive

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

A3.8/5.0
Behavior4/5

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

Annotations already declare read-only and idempotent behavior; the description adds valuable behavioral context such as probing capabilities before responding and graceful fallback when sampling is unavailable. No contradiction with annotations is present.

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 two sentences, front-loaded with the tool's role, and contains no filler or redundant repetition of schema/annotations. The SEP-1577 reference is technical but concise.

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?

With annotations and an output schema present, the description sufficiently conveys the core behavior of answering Blender questions via multi-step sampling and fallback. It does not mention sibling alternatives for selection clarity, but the core usage context is adequately covered.

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?

The input schema provides full descriptions for all three parameters (100% coverage), including defaults and formatting hints for context_level. The description adds no extra parameter-specific meaning, but the baseline 3 is appropriate since the schema already carries the burden.

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 clearly identifies the tool as a conversational Blender assistant for answering natural-language Blender questions, mentioning SEP-1577 multi-step sampling and capability probing. This distinguishes it from some siblings like blender_help, though the core verb 'answer' is implied rather than explicit.

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 description implies use for conversational Blender questions requiring multi-step reasoning, but it does not explicitly state when to use this tool versus alternatives like ai_chat or blender_help, nor does it provide exclusions or when-not-to-use guidance.

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