list_credit_cards
List a user's credit card accounts at a bank in Open Finance Brasil, showing total and available credit limits. Inputs: CPF and bank.
Instructions
Lists all credit card accounts of a user at an institution participating in Open Finance Brasil, including available and total credit limit.
Args: subject_id: User's CPF. bank: Identifier of the participating bank. ctx: MCP request context, providing access to shared adapters.
Returns: The user's credit card accounts at the given bank.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bank | Yes | ||
| subject_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bank | Yes | ||
| credit_cards | Yes |