3D-MCP

by team-plask
Verified

rename

Rename an entity

Input Schema

NameRequiredDescriptionDefault
idYesEntity identifier
nameYesNew name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "Entity identifier", "type": "string" }, "name": { "description": "New name", "type": "string" } }, "required": [ "id", "name" ], "type": "object" }

You must be authenticated.

Other Tools