Skip to main content
Glama

delete_object

Remove specified objects from 3ds Max scenes using exact names, wildcards, or comma-separated lists to manage scene content efficiently.

Instructions

删除 3ds Max 场景中的指定物体。

该工具可以删除场景中指定名称的对象。支持通配符 "*" 进行批量删除。

Args: object_name: 要删除的物体名称。支持以下格式: - 精确名称:如 "Box001",删除指定物体。 - 通配符:如 "Box*",删除所有以 "Box" 开头的物体。 - 多个名称:用英文逗号分隔,如 "Box001,Sphere001,Cylinder001"。 - 特殊值 "*":删除场景中所有对象(谨慎使用!)。

Returns: dict: 操作结果。 - success (bool): 是否成功。 - deleted (list): 被删除的对象名称列表。 - deleted_count (int): 被删除的对象数量。 - not_found (list): 未找到的对象名称列表(仅精确匹配时)。 - message (str): 操作描述信息。

示例调用 - 删除单个物体: delete_object(object_name="Box001")

示例调用 - 批量删除(通配符): delete_object(object_name="Box*")

示例调用 - 删除多个指定物体: delete_object(object_name="Box001,Sphere001,Cylinder001")

示例调用 - 删除所有物体: delete_object(object_name="*")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
object_nameYes
Behavior4/5

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

With no annotations provided, the description carries full burden and does well by: 1) Clearly stating this is a destructive operation (implied by '删除'), 2) Explaining the return format in detail, 3) Warning about the dangerous '*' option. It doesn't mention authentication needs or rate limits, but for a local 3ds Max tool this is reasonable.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized and front-loaded with the core purpose first. The Args and Returns sections are well-structured. The multiple example calls are helpful but slightly repetitive; they could potentially be condensed while maintaining clarity.

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?

For a destructive tool with no annotations and no output schema, the description provides excellent completeness: clear purpose, parameter semantics, return format details, usage examples, and appropriate warnings. It gives the agent everything needed to understand and invoke this tool safely and effectively.

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?

With 0% schema description coverage for the single parameter, the description fully compensates by providing extensive semantic information about 'object_name': exact names, wildcard patterns, comma-separated lists, and the special '*' value. It includes syntax examples and practical usage guidance beyond what the bare schema provides.

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 specific action ('删除' - delete) and target resource ('3ds Max 场景中的指定物体' - specified objects in 3ds Max scene). It distinguishes from siblings like 'rename_object', 'clone_object', and 'select_objects' by focusing on permanent removal rather than modification, duplication, or selection.

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 clear context about when to use this tool (to delete objects by name with wildcard support) and includes a caution about using '*' to delete all objects. However, it doesn't explicitly state when NOT to use it versus alternatives like 'select_objects' for temporary operations or 'rename_object' for identification changes.

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/317431629/3dsMaxMCP'

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