instagram_find_person
Search Instagram users by name or handle, prioritizing existing conversations to identify the right person and get a thread_id for direct messaging.
Instructions
Find who to message, searching your existing conversations before all of Instagram.
Use this when a person is referred to by first name only, or when you are not sure which account is meant. People you already talk to rank first and come back with a thread_id you can pass straight to instagram_prepare_dm.
Args: query: The name or handle to look for. limit: How many matches to return.
Returns: count and matches[]: user_id, username, full_name, is_verified, thread_id (null if you have never messaged them), has_conversation, is_group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum matches to return. | |
| query | Yes | Name or handle, e.g. 'sarah' or 'sarah_k'. Partial names work. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||