list_pix_keys
List all PIX keys (CPF, email, phone, EVP) registered to a bank account via Open Finance Brasil. Provide subject CPF, bank, and account ID to get the keys.
Instructions
Lists the PIX keys (CPF, email, phone, EVP) registered to a bank account via Open Finance Brasil.
Only available in environment='mock' - see module docstring.
Args: subject_id: User's CPF. bank: Identifier of the participating bank. account_id: Account ID. ctx: MCP request context, providing access to shared adapters.
Returns: The PIX keys registered to the given account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bank | Yes | ||
| account_id | Yes | ||
| subject_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bank | Yes | ||
| pix_keys | Yes | ||
| account_id | Yes |