get_secrets_overview
Retrieve all Secrets Manager secrets with rotation status, interval, and referenced key names from application code to verify rotation before security reviews and identify correct key names for development.
Instructions
Returns all Secrets Manager secrets with rotation status, rotation interval, and referencedKeys — key names (e.g. "password", "apiKey") inferred from application code that parses the secret, never the values. Call this when checking which secrets exist, confirming rotation is enabled before a security review, or before writing code that reads a secret so you use the correct key name instead of guessing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||