Skip to main content
Glama
Aayushdubey101

Blender-MCP

blender_get_scene_info

Read-onlyIdempotent

Retrieve a concise overview of the active Blender scene, including name, frame range, render engine, and object count, in markdown or JSON format.

Instructions

Get an overview of the current Blender scene.

Returns scene name, frame range, render engine, and total object count.

Args: params: GetSceneInfoInput with response_format ('markdown' or 'json').

Returns: Markdown summary or JSON object describing the scene.

Example: blender_get_scene_info(response_format="json")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false. The description adds value by specifying the return format options (markdown/json), the exact scene attributes returned, and an example invocation, enhancing transparency beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with a clear purpose, followed by a concise return summary and an instructive example. The Args/Returns sections add a bit of redundant structure but remain tight and useful.

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 simple read-only tool, the description covers inputs, outputs, and example usage thoroughly. No significant gaps remain; the output schema and annotations further supplement understanding.

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?

Although the schema coverage signal is 0%, the description explicitly documents the 'params' argument and the response_format choices with an example. This compensates well for any lack of schema-level parameter explanation.

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 'Get an overview of the current Blender scene' and enumerates the returned fields (scene name, frame range, render engine, total object count), distinguishing it from sibling tools like blender_list_objects and blender_get_object_info.

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?

Provides clear context for scene-level queries but does not explicitly mention alternatives or when not to use it. The sibling tool set implies differentiation, but no direct exclusions are stated.

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/Aayushdubey101/Blender-MCP'

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