Submit Job
submit_jobExecute commands asynchronously in a terminal session to run background jobs, enabling non-blocking agent workflows and progress monitoring.
Instructions
Submits an asynchronous command to execute in background within a session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | No | Optional stdin lines to send. | |
| command | Yes | The command to execute (as a list of arguments or a shell string). | |
| timeout | No | Maximum execution duration in seconds. | |
| session_id | Yes | The ID of the session the job runs in. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||