Get Weekly Schedule
get_weekly_scheduleRetrieve your personalized weekly anime schedule by grouping currently-airing shows from your watching list by broadcast day, with timezone support.
Instructions
Your personal weekly airing calendar: which anime on your 'watching' list broadcast on each day of the week.
Fetches your watching list, keeps only currently-airing shows, and groups them by
broadcast day. Times are shown in the timezone argument if given, else the
MAL_TIMEZONE env var, else MAL's native JST. When a timezone applies, both the time
and the weekday are converted (a late-night JST slot can fall on a different local
day). Shows MAL has no broadcast slot for go in an "unscheduled" group.
Returns a per-day text digest plus structured content {"timezone", "today", "total", "days": [{"day", "entries": [...]}]}; each entry has id, title, picture, media_type, my_score, episodes_watched, total_episodes, broadcast_time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timezone | No | IANA timezone name (e.g. 'Europe/Istanbul', 'America/New_York'). Overrides the MAL_TIMEZONE env var; omit both to show MAL's native JST times. |