follow_user
Use this tool to follow or unfollow a user on AniList by entering their unique user ID. Requires login to manage connections.
Instructions
[Requires Login] Follow or unfollow a user by their ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
userID | Yes | The user ID of the account to follow/unfollow |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"userID": {
"description": "The user ID of the account to follow/unfollow",
"type": "number"
}
},
"required": [
"userID"
],
"type": "object"
}