json_query_search_values
Search for specific values in large JSON files without knowing their exact location. Input a file path and search term to retrieve matching results efficiently.
Instructions
Search for values in a JSON file. Use when you do not know the path to a value in a large JSON file, but have some idea what the value is.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_path | Yes | Absolute path to the JSON file. | |
limit | No | Maximum number of results to return (default: 5) | |
query | Yes | Search term for finding matching values |