Skip to main content
Glama
AS1HK

overdare-studio-mcp

by AS1HK

Update a Part

studio_update_part

Modify a part's name or properties (size, color, material, transparency) while preserving unspecified fields. Supports automatic backup and rollback on failure.

Instructions

기존 Part(또는 인스턴스)의 이름/속성을 수정한다. 쓰기 파이프라인(backup→modify→validate→level.apply→level.save.file)을 강제하며 실패 시 자동 rollback. 전달한 필드만 바뀌고 나머지는 보존된다(부분 업데이트). guid 는 studio_browse 로 확인. 속성: Size/CFrame(Position·Orientation)/Color/Material/Anchored/Transparency 등. name 으로 이름 변경.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
guidYes수정할 인스턴스 GUID
nameNo새 이름 (이름 변경 시)
propertiesNo바꿀 속성만 (미지정 필드는 보존)
Behavior5/5

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

No annotations provided; the description fully discloses the write pipeline (backup→modify→validate→level.apply→level.save.file), auto rollback on failure, partial update behavior, and property types. This is highly informative for an agent.

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 4-5 sentences, each adding distinct value. It is front-loaded with the core action and efficiently covers purpose, pipeline, partial update, and property examples.

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 output schema, the description omits what the tool returns (e.g., success/updated object). While it covers pipeline, partial update, and property scope, the missing output information slightly reduces completeness.

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%, so baseline is 3. The description adds meaning by listing example properties (Size, CFrame, etc.) and clarifying that guid comes from studio_browse, which aids selection 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 it modifies the name/properties of an existing part, with specific verb and resource. It distinguishes from sibling tools like studio_create_part and studio_delete by focusing on updating existing parts.

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 provides context by linking guid to studio_browse and explaining partial update behavior. However, it does not explicitly contrast with alternatives like studio_create_part or studio_delete for creation/deletion scenarios.

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