search_people
Look up employees by name in the ChartHop directory and get their job title and profile URL.
Instructions
Search the 1Password/AgileBits employee directory (ChartHop) by name.
Args: query: A name (or partial name) to look up.
Returns:
A list of matching people, each with name, job_title, and
profile_url (a link to their ChartHop profile). Empty if no matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |