favourite_staff
Use the tool to favourite or unfavourite a staff member on AniList by entering their unique ID, enabling easy management of preferred profiles.
Instructions
[Requires Login] Favourite or unfavourite a staff member by their ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The AniList ID of the staff member to favourite/unfavourite |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"id": {
"description": "The AniList ID of the staff member to favourite/unfavourite",
"type": "number"
}
},
"required": [
"id"
],
"type": "object"
}