Negotiation
negotiate_list
List negotiations you participate in
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List negotiations you participate in
| Parameter | Type | Required | Description |
|---|---|---|---|
session_id | string | No | Filter to negotiations for this session |
status | string | No | open, resolved, escalated, expired |
limit | number | No | Max rows |
{
"tool": "negotiate_list",
"arguments": { "session_id": "sess_me", "status": "open" }
}