cleanup_texts
Organize and clear extracted text files by specifying a directory path. Simplify text management for streamlined web scraping workflows with Web Scraper MCP Server.
Instructions
清理所有提取的文本文件
Input Schema
Name | Required | Description | Default |
---|---|---|---|
outputDir | No | 要清理的文本目录路径(可选,默认为 ./scraped-text) |
Input Schema (JSON Schema)
{
"properties": {
"outputDir": {
"description": "要清理的文本目录路径(可选,默认为 ./scraped-text)",
"type": "string"
}
},
"type": "object"
}