Follow-up to #7.
Add a note_create tool that creates a Secure Note item
(ItemCategory.SecureNote).
Inputs: vaultId, title, notes, optional tags, optional fields
(reuse the {idOrTitle, type:'text'|'concealed', value, section?} shape
from item_edit).
Notes
- Mirror
password_create conventions (errorResult, log/logError,
SDK items.create).
- No
any; use @1password/sdk types.
- Add tests with a mocked client.
Follow-up to #7.
Add a
note_createtool that creates a Secure Note item(
ItemCategory.SecureNote).Inputs:
vaultId,title,notes, optionaltags, optionalfields(reuse the
{idOrTitle, type:'text'|'concealed', value, section?}shapefrom
item_edit).Notes
password_createconventions (errorResult,log/logError,SDK
items.create).any; use@1password/sdktypes.