set_personal_info
Add or update a personal information field. Confirms with the user before writing to store names, addresses, or other details securely.
Instructions
Add or update a personal-info field. WRITE — confirm with the user first.
Optionally pass a short, non-secret description and a list of tags
(both shown in discovery/search to help pick the right field — never put
secrets in them). Omitting description keeps any existing one; omitting
tags keeps existing tags (pass [] to clear). Example:
set_personal_info("amex_main", "...", "Primary card", ["payment", "card"]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes | ||
| value | Yes | ||
| description | No | ||
| tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |