GUMROAD_GET_RESOURCE_SUBSCRIPTIONS
Tool to show all active subscriptions of the user for the input resource. Use when you need to review existing webhooks before adding a new one.
GUMROAD_GET_SALES
Tool to retrieve all successful sales by the authenticated user. Use when you need to list your Gumroad sales, optionally filtering by email, date range, product, or pagination.
GUMROAD_GET_USER
Tool to retrieve the authenticated user's data. Use when you need the current user's profile details after authentication.
GUMROAD_SUBSCRIBE_TO_RESOURCE
Tool to subscribe to a resource. Use when you need to receive real-time event webhooks after creating your webhook endpoint.
GUMROAD_UNSUBSCRIBE_FROM_RESOURCE
Tool to unsubscribe from a resource. Use after verifying the subscription ID exists to remove webhook.