MCP Development Framework

parse_csv

Extract and process CSV file contents with support for multiple encoding formats, enabling efficient data parsing within the MCP Development Framework.

Instructions

解析CSV文件内容,支持各种编码格式

Input Schema

NameRequiredDescriptionDefault
encodingNo文件编码格式,例如'utf-8'、'gbk'等,默认自动检测
file_pathYesCSV文件的本地路径,例如'/path/to/data.csv'

Input Schema (JSON Schema)

{ "properties": { "encoding": { "description": "文件编码格式,例如'utf-8'、'gbk'等,默认自动检测", "type": "string" }, "file_path": { "description": "CSV文件的本地路径,例如'/path/to/data.csv'", "type": "string" } }, "required": [ "file_path" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Development Framework

Related Tools

ID: i6x9dydcf7