jq
Run jq filter expressions on JSON files from allowed directories. Specify file path and query to extract or transform data.
Instructions
Runs a jq query against a JSON file, gated by an allowlist of directories.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the JSON file (absolute, or resolved against cwd). | |
| query | Yes | A jq filter expression. |