search_actors
Search for AT Protocol accounts by handle or display name. Use when you know a name but not the exact handle or DID.
Instructions
Search for AT Protocol accounts by handle or display name. Works without authentication; richer with auth. Use this when you know a name but not the exact handle/DID; use get_user_profile when you already have the handle/DID. Subject to per-tool rate limiting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search term matched against handle and display name (e.g. "alice" or "Alice Smith"). | |
| limit | No | Max accounts to return (1–100, default 25). | |
| cursor | No | Pagination cursor from a previous response; omit for the first page. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the request succeeded. | |
| actors | Yes | Accounts matching the search term. | |
| cursor | No | Opaque cursor for the next page; absent when there are no more results. |