schema
{}
displayName
Bash
description
Execute a shell command in a persistent (or per-call) shell. The
canonical "run a shell command" tool — present under this name in
Claude Code; equivalent under aliases (e.g. `shell`, `exec`) on
other runtimes.
inputSchema
type
object
required
properties
command
type
string
description
Shell command to run
description
type
string
description
Short human-readable description of the command
timeout
type
integer
description
Timeout in milliseconds (max ~600000)
run_in_background
type
boolean
description
Run as a background process
outputSchema
mode
normal
streamable
false
timeoutMs
120000