Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.enagrams.com/llms.txt

Use this file to discover all available pages before exploring further.

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" }
}