check_consent_status
Check the current status of a user's bank consent. Verify whether consent is active or expired for a given subject and bank, enabling timely renewal or troubleshooting.
Instructions
Checks the current status of a user's consent at a bank.
Args: subject_id: User's CPF or internal ID. bank: Identifier of the participating bank. ctx: MCP request context, providing access to shared dependencies.
Returns: The consent's current status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bank | Yes | ||
| subject_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bank | Yes | ||
| status | Yes |