get_image_info
Retrieve image details such as dimensions and format from a specified file path using this tool on the MCP Feedback Collector server.
Instructions
获取指定路径图片的信息(尺寸、格式等)
Args:
image_path: 图片文件路径
Input Schema
Name | Required | Description | Default |
---|---|---|---|
image_path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"image_path": {
"title": "Image Path",
"type": "string"
}
},
"required": [
"image_path"
],
"title": "get_image_infoArguments",
"type": "object"
}