3D-MCP

by team-plask
Verified

listChannels

List all channels in the 3D-MCP server with options to filter by parent ID, apply custom filters, and manage pagination via limit and offset parameters for precise data retrieval.

Instructions

List all Channels

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