Bluesky User Profile
social.bluesky.profileRetrieve a Bluesky user's profile details—display name, bio, avatar URL, follower/following/post counts, and account creation date—by providing their handle.
Instructions
Get a Bluesky user profile — display name, bio, avatar URL, follower/following/post counts, account creation date. Lookup by handle (e.g. "jay.bsky.team") (AT Protocol / Bluesky)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | Bluesky handle (e.g. "jay.bsky.team", "pfrazee.com", "apibase.bsky.social") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |