Skip to main content
Glama

Save Document

save_document

Save the active document to a specified absolute path in formats like c4d, fbx, obj, usd, or alembic, with optional save-as-copy behaviour.

Instructions

Save the active document to disk. Path must be absolute; the parent directory must exist. Supported formats: c4d (default), abc / alembic, fbx, obj, stl, ply, usd / usda, gltf. With copy:true the document's internal name/path is left unchanged (Save-As-Copy behaviour).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
copyNoSave as copy — document's active path/name stays unchanged. Default false.
pathYesAbsolute output path.
formatNoExport format alias. Default 'c4d'.
Behavior4/5

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

No annotations are provided, so the description carries full responsibility. It discloses critical behaviors: required absolute path, parent directory existence, supported formats with defaults, and Save-As-Copy behavior. However, it omits details like overwrite policy or failure modes.

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?

Two sentences with no wasted words. The main action is front-loaded, followed by clear constraints and options. Every sentence adds necessary information.

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?

Given no annotations and no output schema, the description covers the tool's primary behavior, format options, and a key parameter. It is sufficient for most use cases, though it lacks details on return values or side effects like file overwriting.

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%, providing a baseline of 3. The description adds value by explaining the copy parameter's Save-As-Copy behavior and listing format aliases (e.g., 'alembic' for abc). It also adds path constraints not in 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 explicitly states 'Save the active document to disk' with a specific verb and resource. It lists supported formats and explains copy behavior, clearly distinguishing the tool's purpose among siblings like open_document or import_scene.

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?

While it specifies prerequisites (absolute path, parent directory must exist) and explains the copy parameter, it does not provide guidance on when to use this tool versus alternatives such as import_scene or open_document. The context is implied but not explicit.

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/kumoproductions/mcp-cinema4d'

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