aws_secretsmanager_get_secret_value
Retrieve secret values from AWS Secrets Manager to access sensitive data like API keys and passwords for secure application integration.
Instructions
Retrieve the actual secret value. Use with caution — the value will appear in the conversation. Blocked in --readonly mode.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| secret_id | Yes | Secret name or ARN | |
| version_id | No | Specific version ID (optional) | |
| version_stage | No | Version stage (default: AWSCURRENT) |