xbrl_validate
Validate XBRL/iXBRL filings against SEC EFM, EU ESEF, UK HMRC, or other disclosure systems. Returns structured errors, warnings, and info in one operation without pre-loading.
Instructions
Validate an XBRL/iXBRL filing against a disclosure system.
Returns structured validation results including errors, warnings, and informational messages. Supports SEC EFM, EU ESEF, UK HMRC, and generic XBRL validation.
The filing does NOT need to be loaded first — this tool loads, validates, and closes in one operation.
Args: params (ValidateFilingInput): Filing path and validation options.
Returns: str: JSON with validation results (valid, error_count, warning_count, errors, warnings).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |