| name | anime-search |
| description | Use when the user wants to search anime, check airing schedule, look up details, or find related works. Not for downloads — use anime-download.
|
anime-search
Orchestrates bangumi and mikan API skills for search and discovery.
Search by Keyword
- Call bangumi/search with the user's keyword.
- Present results concisely: name, score, rank, date.
- Detail on a result → bangumi/subject_detail.
- Sequels/related → bangumi/related_subjects.
Weekly Airing Schedule
- Call bangumi/calendar.
- Format by day of week.
Check Fansub Availability
- Call mikan/search with the anime name to get the Mikan bangumi ID.
- Call mikan/subgroups with that ID.
- Present groups with release counts.
Routing
| User intent | Action |
|---|
| Title/name query | bangumi/search (richer metadata) |
| "What's airing" | bangumi/calendar |
| Sequels/prequels | bangumi/related_subjects |
| Fansub availability | mikan/search → mikan/subgroups |
| Ambiguous results | Present top results, let user choose. Do not guess. |