item_edit
Update an existing 1Password item by changing its title, notes, tags, website URL, or fields. Add or update fields by ID or title, remove fields, and keep all unreferenced data 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. |