simplisafe_get_pins
Retrieve all user PINs including master, duress, and named codes from a SimpliSafe system. Requires explicit confirmation to return live alarm codes.
Instructions
Read the system's user PINs (master, duress and named users). CONFIRM-GATED: these are the live alarm codes and are returned in cleartext, so calling this puts them into the conversation. Without confirm: true it returns a warning and fetches nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sid | No | System id. Optional when the account has exactly one system; required when it has several. | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. |