item_edit
Edit a 1Password item by updating its title, notes, tags, URL, or fields. Only specified elements change; all other data remains intact.
Instructions
Edit an existing 1Password item. Update the title, notes (pass an empty string to clear notes), tags, website URL, upsert fields, or remove fields. Only referenced fields are changed; all others are preserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Replacement primary website URL for the item. | |
| tags | No | Replacement set of tags (replaces all existing tags). | |
| notes | No | Full replacement of the item's notes. Pass an empty string to clear notes. | |
| title | No | New item title. | |
| fields | No | Fields to upsert (create or update) by id or title. | |
| itemId | Yes | Item ID to edit. | |
| vaultId | Yes | Vault ID containing the item. | |
| removeFields | No | Field ids or titles to remove from the item. |