Bootstrap Session
bootstrap_sessionStarts a new session, captures the current context, and retrieves the next unblocked tasks in one initialization call.
Instructions
Single-turn session initialization combining start_session, context snapshot, and next unblocked tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Optional project identifier. | |
| agent_id | No | Optional agent ID identifier. | |
| metadata | No | Optional session metadata. | |
| task_limit | No | Maximum number of next tasks to fetch (default: 5). |