field_prune_suggest
Identify and suggest unnecessary fields for removal from a JSON payload. Flags debug/temp/internal/deprecated fields, null values, empty arrays, and _ prefix fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | JSON payload to audit for bloat | |
| threshold | No | Importance threshold 0-100 (default 60). Fields scored below this are flagged. |