getSelection
Retrieve currently selected objects in 3D creative software, with optional domain filtering for specific types like meshes or animations, via the 3D-MCP server.
Instructions
Get currently selected objects
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | No | Optional domain to filter results (e.g., 'mesh', 'animation') |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"domain": {
"description": "Optional domain to filter results (e.g., 'mesh', 'animation')",
"type": "string"
}
},
"type": "object"
}