UniCloudDB-MCP

by abuhtig

query

Perform database queries on UniCloudDB-MCP by specifying collection, JQL conditions, and optional filters like fields, sorting, and limits for precise data retrieval.

Input Schema

NameRequiredDescriptionDefault
collectionYes集合名称
fieldNo返回字段 (可选)
limitNo限制返回数量 (可选)
orderByNo排序条件 (可选)
skipNo跳过记录数 (可选)
whereYes查询条件 (JQL格式)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "collection": { "description": "集合名称", "type": "string" }, "field": { "additionalProperties": {}, "description": "返回字段 (可选)", "type": "object" }, "limit": { "description": "限制返回数量 (可选)", "type": "number" }, "orderBy": { "additionalProperties": false, "description": "排序条件 (可选)", "properties": { "field": { "type": "string" }, "order": { "enum": [ "asc", "desc" ], "type": "string" } }, "required": [ "field", "order" ], "type": "object" }, "skip": { "description": "跳过记录数 (可选)", "type": "number" }, "where": { "additionalProperties": {}, "description": "查询条件 (JQL格式)", "type": "object" } }, "required": [ "collection", "where" ], "type": "object" }

You must be authenticated.

Other Tools from UniCloudDB-MCP

Related Tools

ID: gycc5smn7b