validate_tan
Verify a 10-character TAN (Tax Deduction Account Number) format and decode its segments to ensure TDS compliance.
Instructions
Validate TAN (Tax Deduction Account Number) format.
Use when verifying TAN format for TDS compliance.
Args: tan: 10-character TAN
Returns: Validation result with decoded segments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tan | Yes | 10-character TAN (e.g., ABCD12345E) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||