resolve_person
Resolve a name, nickname, or partial reference to ranked candidate people. Use hints like organization, role, or relationship to disambiguate and identify the intended person.
Instructions
Resolve a name, nickname, or partial reference to candidate people.
Call this first whenever the user mentions someone, before asking who they
mean. Returns ranked candidates with a score and match reason. If two or
more candidates are close, the result is flagged ambiguous and all are
returned so you can disambiguate with extra context or a clarifying
question. An empty candidate list means no confident match — use
remember or remember_person to create a new record. Put distinguishing
context in hints (org, role, relationship) rather than in query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hints | No | ||
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||