get_personal_info
Retrieve a single personal detail (e.g., email, address) by specifying the exact field name. Avoids reading unrelated data by requesting only the needed field.
Instructions
Return one stored personal-info value by exact field name.
Pass a single field name (e.g. "email", "home_address") to get that one value. There is intentionally no "fetch everything" mode: use search_personal_info (or list_tags) to discover the field you need, then request only that one so no unrelated personal data is ever read. Use this instead of asking the user to type their personal details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |