get_credit_card_bills
Retrieve open and past credit card bills from Brazilian banks via Open Finance Brasil, including total amount, minimum payment, and due date.
Instructions
Returns the bills (open and past) of a credit card via Open Finance Brasil, including total amount, minimum payment, and due date.
Args: subject_id: User's CPF. bank: Identifier of the participating bank. credit_card_account_id: ID returned by list_credit_cards. ctx: MCP request context, providing access to shared adapters.
Returns: The bills of the given credit card account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bank | Yes | ||
| subject_id | Yes | ||
| credit_card_account_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bank | Yes | ||
| bills | Yes | ||
| credit_card_account_id | Yes |