query
Search and retrieve specific entities in 3D-MCP by defining criteria such as type, properties, and pagination limits, enabling precise data access and management.
Instructions
Query entities based on criteria
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return | |
| offset | No | Starting offset for pagination | |
| properties | No | Property values to match (path -> value) | |
| type | No | Entity type to filter by |