get_user_profile
Retrieve the current Substack account's identity and list of associated publications. Use it to discover which publications the session can access beyond the configured 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. |