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
Artificial 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
Upload a file to Anthropic's servers, sending the binary as multipart form data.
2
listFiles
List the files stored for the organization to confirm the freshly uploaded file is present.
3
deleteFile
Delete the uploaded file to clean up storage now that its presence has been confirmed.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.