join_session
Join an active collaboration session to contribute as an agent, access shared context, and receive assignments. Provide session ID and model to begin participating.
Instructions
Join an existing collaboration session as an agent.
AUTOMATIC TRIGGERS - Call this when:
You've been assigned work in a session
You need to participate in an active collaboration
Starting work as a worker or specialist in a multi-agent setup
WORKFLOW POSITION: Call after session is created and you have the session_id.
PARAMETERS:
session_id: ID of the session to join
model: Your model identifier (e.g., 'gpt-codex', 'gemini-pro')
capabilities: Optional list of your capabilities (e.g., ['research', 'code_analysis'])
After joining, read the session_context above to understand current state, then use read_messages to check for new messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | ||
| session_id | Yes | ||
| capabilities | No |