td_list_project_files
Extract and list all files and directories from a Treasure Data project archive to review project contents without manual extraction.
Instructions
List all files contained in a project archive.
This tool extracts and lists the content of a previously downloaded
project archive, showing all files and directories within the project.
Args:
archive_path: The path to the downloaded project archive (.tar.gz file)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
archive_path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"archive_path": {
"title": "Archive Path",
"type": "string"
}
},
"required": [
"archive_path"
],
"type": "object"
}