analyze_credit_report
Extract and analyze credit report data from CIBIL, Experian, or Equifax PDFs. Input file path and optional authentication details to unlock passwords.
Instructions
Analyze credit report from CIBIL, Experian, or Equifax.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dob | No | Date of birth in DDMMYYYY format (e.g. "15081985") — used for password inference. CIBIL partner portals and Equifax use DOB directly as the password. | |
| name | No | First name — used to auto-infer the password when not provided. CIBIL (mycibil.com): first 4 letters lowercase + birth year. Experian: first 4 letters uppercase + last 4 digits of mobile. | |
| bureau | No | Credit bureau name (cibil, experian, equifax) — auto-detected if not provided | |
| mobile | No | 10-digit mobile number — last 4 digits used for Experian / CIBIL app format. | |
| password | No | PDF password if the file is password-protected. | |
| file_path | Yes | Path or URL to the credit report PDF. Local path: /Users/name/Downloads/cibil_report.pdf Cloud URL: https://drive.google.com/... or https://1drv.ms/... (must be shared with "anyone with link can view") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||