run
Execute a marketplace script using its vending code and input, returning a job ID to track progress.
Instructions
Run a marketplace script by its vending code (e.g. S-7K2M). Returns a job_id for polling via check_job.
Args: vending_code: The script's vending code from search_scripts (e.g. "S-7K2M"). user_input: Text input for the script (check the script's input_schema for format).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_input | Yes | ||
| vending_code | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |