Skip to main content
Glama
ProTech001
by ProTech001

mmar_update_scene_instance

Update an existing model instance with smart diffing: add new elements, update existing ones, and create relationclass instances for connections.

Instructions

Update an existing model instance (diagram). Uses smart diffing — new elements are added, existing ones updated.

IMPORTANT: This is the RECOMMENDED way to add connections (relationclass instances). Include uuid_scene_type in the payload. New relationclasses_instances entries will be created.

The payload must include at minimum: uuid, name, uuid_scene_type. Add relationclasses_instances array with connection objects including role_instance_from/to.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scene_instance_dataYesJSON string of the updated SceneInstance data. MUST include 'uuid_scene_type'. The server will diff against current state and apply changes.
scene_instance_uuidYesThe UUID of the SceneInstance to update
Behavior4/5

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

With no annotations, the description carries the full transparency burden. It discloses the smart diffing behavior (new elements added, existing updated) and that new relationclass instances will be created. However, it does not mention potential side effects like deletion of omitted elements or failure modes, leaving a minor gap.

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 and front-loaded with the primary purpose, followed by an important usage note and payload requirements. Every sentence adds value; no fluff or redundancy.

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?

The description covers the core purpose, recommended use cases, required payload structure, and key behavioral traits. It lacks explicit mention of return values or error handling, but for an update tool with no output schema, this is a minor omission. Overall it is suitably complete for an agent to invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Although schema descriptions already cover the two parameters at 100%, the description enriches them by specifying the minimum required fields inside the JSON payload (uuid, name, uuid_scene_type) and detailing the relationclasses_instances array structure. This goes well beyond the schema text.

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 opens with a precise verb and resource: 'Update an existing model instance (diagram).' It further clarifies the smart diffing behavior, distinguishing this tool from simple create/delete operations and from the many sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states this is the RECOMMENDED way to add connections (relationclass instances), providing a clear use case. It also specifies required payload fields (uuid_scene_type, uuid, name) and the structure for relationclasses_instances, offering actionable guidance.

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/ProTech001/mmar-mcp-server'

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