get_profile
Retrieve a Substack user's public profile by their handle; returns bio, subscriber count, photo, and primary publication.
Instructions
Read-only. Return any Substack user's public profile by their handle (the @-name from their URL, e.g. 'paulgraham' for paulgraham.substack.com). Returns id, handle, name, bio, photo_url, subscriber_count, and primary_publication. For YOUR own profile, prefer get_own_profile (faster, no handle needed, includes private fields). To list a user's posts after this, use list_posts with their pub url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes |