3D-MCP

by team-plask
Verified

listConstraints

Retrieve and filter all constraints within 3D models using customizable parameters like filters, limit, offset, and parent ID in the 3D-MCP server for efficient model analysis and collaboration.

Instructions

List all Constraints

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