assessQuality
Evaluate image quality using the specified object path in Tencent Cloud COS. Simplifies image processing by providing assessments directly through the MCP server without additional coding.
Instructions
图片处理-图片质量评估
Input Schema
Name | Required | Description | Default |
---|---|---|---|
objectKey | Yes | 图片在存储桶里的路径 |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"objectKey": {
"description": "图片在存储桶里的路径",
"type": "string"
}
},
"required": [
"objectKey"
],
"type": "object"
}