Anthropic · Arazzo Workflow
Anthropic Upload, List, and Clean Up a File
Version 1.0.0
Upload a file, confirm it appears in the file list, then delete it to clean up.
View Spec
View on GitHub
AIArtificial IntelligenceClaudeFoundation ModelsLarge Language ModelsMachine LearningMCPAgentsArazzoWorkflows
Provider
Workflows
upload-list-cleanup-file
Upload a file, verify it is listed, then delete it.
Creates a file, lists files to confirm it is stored, and deletes the file to leave storage clean.
1
uploadFile
createFile
Upload a file to Anthropic's servers, sending the binary as multipart form data.
2
listFiles
listFiles
List the files stored for the organization to confirm the freshly uploaded file is present.
3
deleteFile
deleteFile
Delete the uploaded file to clean up storage now that its presence has been confirmed.