passkey_fields
Lists field names in a passkey entry without revealing values. Discover which secrets are stored for a given entry name.
Instructions
List field names in a passkey entry (without revealing values).
Returns the names of secret fields stored in the specified entry. This allows discovering what secrets are available without exposing the actual secret values.
Args: entry_name: Name of the passkey entry (e.g., "slack")
Returns: List of field names (e.g., ["SLACK_TOKEN", "SLACK_COOKIE"])
Raises: Exception: If entry not found or keychain access fails
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |