BetaSeries: persons
betaseries_personsFetch actor details and associated news articles from BetaSeries. Select an operation to display person information or articles by providing a person ID.
Instructions
Call the BetaSeries "persons" API. Pick an operation and pass its parameters in the params object.
Available operations:
get-persons-articles [GET /persons/articles]: Display news articles. Params: id? (Person's ID)
get-persons-person [GET /persons/person]: Display details of the actor. Params: id? (Person's ID.), with_user? (Adds the connected user progression to data if set to 1 (Optionnal, default 0).)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Query parameters for the chosen operation, as string key/value pairs. See this tool's description for the accepted parameter names per operation. | |
| operation | Yes | Which operation to perform |