3D-MCP

by team-plask
Verified

listLayers

Retrieve and filter layers within 3D-MCP for efficient data management. Apply filters, set limits, and paginate results to organize and access structured layer information.

Instructions

List all Layers

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