Get Subject Overview
subject_overviewRetrieve a structured listing of all resource categories and topics for a subject, with direct PDF URLs, to understand the full scope of available material.
Instructions
Get a complete overview of all available resources for a specific subject.
Shows all categories (Chapters, Assignments, Question Banks, Previous Year Papers, etc.) and their topics for the given subject. Useful for understanding the full scope of available material before diving into specific topics.
Args:
semester (string): Semester number (e.g. "1", "2", "3", "4", "5", "6").
subject (string): Subject name exactly as listed in the resource library.
Returns: A detailed listing of all resource categories and topics for the subject, with PDF URLs for each.
Examples:
{ semester: "4", subject: "Operating System" }
{ semester: "2", subject: "Maths-2" }
{ semester: "3", subject: "Database Management Systems" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | Subject name exactly as listed in the resource library. | |
| semester | Yes | Semester number, e.g. '1', '2', '3', '4', '5', '6'. |