3D-MCP

by team-plask
Verified

listEdges

Retrieve and filter a list of edges in 3D models using optional parameters like parent ID, pagination, and custom filters. Enhances interaction with Digital Content Creation tools via 3D-MCP's semantic layer.

Instructions

List all Edges

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