Skip to main content
Glama
vino3dx
by vino3dx

export_selection

Destructive

Export the current selection to a file, using the extension to determine the format. Works when the target engine is unknown; fails if no exporter exists for that extension.

Instructions

把当前选择按文件扩展名对应的格式导出(引擎未知时很有用)。导出器不存在会报错。 [English] Export the current selection using the format implied by the file extension (handy when the engine is unknown). Fails if the exporter for that extension is missing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes输出文件路径,扩展名决定格式。 | Output path; the extension decides the format.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.2/5.0
Behavior4/5

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

The description explicitly discloses that the operation fails when no exporter exists for the extension, which is behavior beyond the annotations. readOnlyHint=false and destructiveHint=true already flag the write/destructive nature, so the description does not need to restate it.

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 short and front-loaded: purpose, fallback use case, and error condition in two sentences. The bilingual duplication is compact and does not insert filler.

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?

For a one-parameter tool without an output schema, the description sufficiently explains behavior and failure mode. It could be more complete by mentioning whether an existing file would be overwritten, but the core invocation knowledge is present.

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 100% and the path parameter is already documented as 'output path; extension decides format.' The description restates that semantic without adding new parameter-level detail such as supported extensions or path encoding.

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?

States a precise action: export the current selection into a format determined by the file extension. This clearly distinguishes it from format-specific exporters like export_fbx/export_gltf in the sibling list.

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 phrase 'handy when the engine is unknown' supplies context for choosing this generic exporter over format-specific tools. It does not explicitly list when not to use it or name alternatives, so it falls short of full routing guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools