Skip to main content
Glama
AS1HK

overdare-studio-mcp

by AS1HK

Import a model from Asset Drawer

studio_import_model

Import a model from the Asset Drawer into the level, preserving its hierarchy. Requires asset ID and asset name.

Instructions

에셋 스토어(Asset Drawer)의 모델을 레벨에 임포트한다 (계층 보존). assetid 는 ovdrassetid://<숫자> 형식. 실패 시 자동 rollback. 지원 안 하면 capability 에러.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetidYes
assetNameYesAsset Drawer 에 표시되는 자산 이름
assetTypeNo현재 MODEL 만 지원MODEL
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses three important traits: hierarchy preservation, automatic rollback on failure, and capability error reporting. This is strong for a tool without annotations, though it does not address outcomes like overwriting or duplicate handling.

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, using three clear statements. It front-loads the primary purpose and contains no fluff. Every sentence adds necessary information.

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?

The description covers core function, inputs, and error scenarios, but does not specify the output or result of a successful import (e.g., returns a reference). Given the lack of output schema and annotations, this is a notable gap for an effective invocation.

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?

Schema coverage is 67%. The description adds clarity for the `assetid` format (matching the pattern) but does not elaborate on `assetName` or `assetType`, which are already described in the schema. Overall, the description contributes modestly beyond 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 clearly states the action (import), the source (Asset Drawer), the target (level), and a key behavioral detail (hierarchy preserved). It differentiates from sibling `studio_import_image` by specifying 'model'.

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 provides prerequisites (assetid format, assetName) and behavioral context (rollback, capability error), but lacks explicit guidance on when to use this tool versus alternatives such as `studio_create_part` or `studio_import_image`. The agent must infer based on the tool name and sibling context.

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/AS1HK/overdare-studio-mcp'

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