get_user_profile
Fetch the current Substack account's identity and list all publications the session can reach. Use it to discover accessible publications beyond the default URL.
Instructions
Read the account behind the session: id, handle, name, bio, and every publication you have a role on. This is how to discover which publications the session can reach, beyond the one SUBSTACK_PUBLICATION_URL points at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Return the complete payload, including the full `subscriptions` array. Defaults to false, which returns identity plus the publications you have a role on. |