deploy
Deploy Python scripts to Modal directly from Claude using this tool. Automatically generates a shareable link for the deployed application, simplifying the process of launching and distributing Python-based solutions.
Instructions
some description
Input Schema
Name | Required | Description | Default |
---|---|---|---|
modal_path | No |
Input Schema (JSON Schema)
{
"properties": {
"modal_path": {
"type": "string"
}
},
"required": [
"message"
],
"type": "object"
}