3D-MCP

by team-plask
Verified

listUVMaps

Retrieve and filter all UV maps in 3D models using the 3D-MCP server. Supports pagination, parent ID filtering, and customizable limits for streamlined data access in 3D creative workflows.

Instructions

List all UVMaps

Input Schema

NameRequiredDescriptionDefault
filtersNoOptional filters to apply
limitNoMaximum number of results
offsetNoStarting offset for pagination
parentIdNoOptional parent ID to filter by

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filters": { "additionalProperties": {}, "description": "Optional filters to apply", "type": "object" }, "limit": { "description": "Maximum number of results", "exclusiveMinimum": 0, "type": "integer" }, "offset": { "description": "Starting offset for pagination", "minimum": 0, "type": "integer" }, "parentId": { "description": "Optional parent ID to filter by", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from 3D-MCP

Related Tools

ID: q8f72q5q5q