Skip to main content
Glama
nana7chi

Cubism External Edit MCP

by nana7chi

cubism_get_documents

List all currently open documents in the Cubism Editor, categorized by type: Physics, Modeling, and Animation. No parameters required.

Instructions

列出 Editor 中当前打开的所有文档(工作区)。 按类型分为 PhysicsDocuments(物理模拟)、ModelingDocuments(模型编辑)、 AnimationDocuments(动画编辑),每种各为一个数组,无对应类型时为空数组。

无需 model_uid 参数,返回的是 Editor 全局打开的文档列表。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/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. It discloses the return structure (arrays per type, empty arrays if missing) and that it returns the globally open list. However, it does not mention edge cases (e.g., no documents open) or performance implications.

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 concise, with three sentences that are front-loaded with the main purpose. Every sentence provides necessary information without redundancy.

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

Completeness5/5

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

Given the tool has no input parameters and an output schema exists, the description adequately explains the return format (three arrays) and scope (global list). It is complete for this simple tool.

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?

The input schema has zero parameters with 100% coverage. The description adds value by explaining the tool's behavior and output structure, which is sufficient for a parameterless tool.

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 it lists all currently open documents in the Editor, categorized by type (PhysicsDocuments, ModelingDocuments, AnimationDocuments). It distinguishes from siblings like cubism_get_document by noting that no model_uid is needed and it returns the global list.

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?

The description implies when to use (to get the list of open documents) and contrasts with tools that require a model_uid. It provides clear context but lacks explicit exclusions or alternatives.

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/nana7chi/CubismExternalEditMCP'

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