debank_get_user_social_tool
Retrieves social data from DeBank Connect, including profile, followers, and following lists.
Instructions
Get DeBank Connect social data (OAuth required - not yet implemented).
IMPORTANT: This tool requires OAuth implementation which is not yet available.
Args: access_token: OAuth bearer token (required) social_type: Type of social data - "profile", "followers", or "following" limit: Results per page (max 100, default 20) offset: Starting position (default 0)
Returns: Error message with list of available alternatives and future support details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| social_type | No | profile | |
| access_token | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||