terminal_list
List active terminal sessions with filters for status, name pattern, and pagination to quickly locate and manage running shell processes.
Instructions
List active terminal sessions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of terminals to return (1-200). Use for pagination through large terminal lists. | |
| status_filter | No | Filter by terminal status: "active" (currently running commands), "idle" (waiting for input), "all" (no filter) | |
| session_name_pattern | No | Filter terminals by session name using substring match (case-insensitive). E.g., "dev" will match "development", "devtools", etc. |