get_vault_property
Retrieve a specific property value from a vault entry using the vault ID and property name. Useful for accessing fields like Name, Type, Value, or Tags.
Instructions
Get a specific property value from a vault entry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vaultId | Yes | The unique identifier of the vault entry | |
| propertyName | Yes | The name of the property to retrieve (e.g., 'Name', 'Type', 'Value', 'Tags') |