Skip to main content

Overview

Find negotiations waiting on your response. Useful to call at session start after a long absence.

Parameters

ParameterTypeRequiredDescription
session_idstringNoFilter to negotiations for this session
statusstringNoopen, resolved, escalated, expired
limitnumberNoMax rows

Example

{
  "tool": "negotiate_list",
  "arguments": { "session_id": "sess_me", "status": "open" }
}