list_images
Retrieve and organize details of all downloaded images from a specified directory using the Web Scraper MCP Server. Ideal for managing scraped image data efficiently.
Instructions
列出所有已下载的图片信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
outputDir | No | 图片目录路径(可选,默认为 ./scraped-images) |
Input Schema (JSON Schema)
{
"properties": {
"outputDir": {
"description": "图片目录路径(可选,默认为 ./scraped-images)",
"type": "string"
}
},
"type": "object"
}