list_proposals
List pending file proposals with filters for path, age, or size. Use a glob pattern to narrow results and inspect overwrite differences.
Instructions
List pending proposals with optional filtering. Each entry has proposal path, destination path, whether accepting overwrites an existing vault file, size, and (for overwrites under default settings) a small first-diff preview. Use the pattern filter to scope to a folder or file shape when the queue is large.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum proposals to return. Response includes totalMatched + truncated flag when results are capped. | |
| sortBy | No | Sort order. 'path' (default) is lexical; 'age' is newest mtime first; 'size' is largest first. | |
| pattern | No | Glob to filter destinationPath. Supports *, **, ?. Example: 'wiki/sources/*.md' or 'wiki/projects/briefly-**'. | |
| includeDelta | No | Include per-overwrite first-diff preview. Default true. Set false when scanning a large queue — saves N pairs of file reads. |