nox_list_sessions
Discover available Nox sessions in your project. Get session names, Python versions, and descriptions to select which to run.
Instructions
List all available nox sessions.
Use this tool to discover which nox sessions are available in the current project before running them. Returns structured session data including session names, Python versions, and descriptions.
Returns: A list of session objects, each containing session metadata like 'session' (name), 'python' (version), and 'description'.
Example response: [{"session": "tests", "python": "3.11", "description": "Run tests"}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |