list_friends
Retrieve friend records with optional filters for trust level (family, friend, acquaintance, stranger) and kind (human, agent), and limit the number of results.
Instructions
List friend records, optionally filtered by trust level and kind, optionally limited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trust | No | filter by trust level: family/friend/acquaintance/stranger | |
| kind | No | filter by kind: human/agent | |
| limit | No | max number of records to return |