3D-MCP

by team-plask
Verified

query

Query entities based on criteria

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum results to return
offsetNoStarting offset for pagination
propertiesNoProperty values to match (path -> value)
typeNoEntity type to filter by

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Maximum results to return", "exclusiveMinimum": 0, "type": "integer" }, "offset": { "description": "Starting offset for pagination", "minimum": 0, "type": "integer" }, "properties": { "additionalProperties": {}, "description": "Property values to match (path -> value)", "type": "object" }, "type": { "description": "Entity type to filter by", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools