smart_optimize
Detects optimal compression for JSON data and applies it to reduce token usage without loss of information.
Instructions
Automatically detect and apply optimal compression
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json_data | Yes | JSON data to optimize | |
| profile | No | Optimization profile (speed, balanced, size) | balanced |