List Materio Resources
list_resourcesList all educational resources organized by semester, subject, and category. Optionally filter by semester number to narrow results.
Instructions
List all available educational resources in the Materio library.
Returns a structured overview of all semesters, subjects, resource categories, and topics available. Use this to discover what PDFs are available before fetching a specific one.
Optionally filter by semester number to narrow results.
Args:
semester (string, optional): Filter by semester number (e.g. "1", "2", "3", "4", "5", "6"). Omit to list all semesters.
Returns: A formatted markdown listing of all available resources organized by semester > subject > category > topics.
Examples:
"What subjects are in semester 3?" → params: { semester: "3" }
"Show me all resources" → params: {}
"What's available for semester 5?" → params: { semester: "5" }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| semester | No | Filter by semester number, e.g. '1', '2', '3'. Omit to list all. |