commitment_list
Fetch paginated commitments as factual metadata, filter by active or withdrawn state, and navigate pages using cursor.
Instructions
List the operator's persisted commitments as FACTS only (uid/title/when/who/
state/acknowledged/history length) — never the event body. Paginated: returns
{status, count, commitments, next_cursor} — pass the returned
next_cursor as cursor to fetch the next page. Read-only. state
filters to ACTIVE or WITHDRAWN (case-insensitive); omit for all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| state | No | ||
| app_id | Yes | ||
| cursor | No |