validate_auth_file
Checks if an authentication file exists and is valid JSON, with optional verification of required auth_id entries.
Instructions
Validate that an authentication file exists, is valid JSON, and optionally check for specific auth_id entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the authentication JSON file | |
| required_auth_ids | No | Optional list of auth_id values that must be present |