search_personal_info
Search stored field names and descriptions by keyword. Returns the best-matching field-description lines to help you find the field you need, without exposing actual values.
Instructions
Search fields by keyword over names, descriptions, and tags (no values).
Returns the best-matching "field — description" lines, most relevant first,
capped at limit. This is the primary way to discover a field: results
stay bounded no matter how many fields exist. Then call get_personal_info
with the single field you want. Never returns values.
The field name is an internal identifier for get_personal_info only. When replying to the user, refer to information by its description in natural language — never echo the raw field key. Don't proactively volunteer other stored fields the user didn't ask about.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |