{ "name": "chrome_bookmark_move", "description": "Move a bookmark or folder to a different parent folder and/or position", "parameters": { "type": "object", "properties": { "bookmarkId": { "type": "string", "description": "ID of the bookmark/folder to move. Either bookmarkId or url must be provided." }, "url": { "type": "string", "description": "URL of the bookmark to move, used to locate it when bookmarkId is omitted." }, "parentId": { "type": "string", "description": "Destination folder path (e.g. \"Work/Projects\") or folder ID. Required." }, "index": { "type": "number", "description": "Position within the destination folder (0-based). Omit to append." } }, "required": [] } }