lattice_reveal_database_credentials
Retrieve live database credentials for an instance, with audited access and masked passwords to confirm deployment without exposing secrets.
Instructions
Reveal a database instance's live credentials. Every call is audited and recorded against the instance. Returns the application user by default; set include_root only when root access is genuinely required. Passwords come back masked to their first two characters — enough to confirm which credential is deployed, not enough to use. Set LATTICE_ALLOW_SECRET_VALUES=1 in the MCP server env to get the real values, or read them from the Lattice UI
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Database instance ID | |
| include_root | No | Also return the root/superuser password (default false) |