content
Browse and filter learning content items and metadata including categories, venues, and timezones.
Instructions
Browse content items (web resources, uploaded files, SCORM packages) and related metadata such as categories, venues, and timezones. Use this for browsing all content types and content metadata. For course-specific data (skills, students, lectures, exams), use the courses tool instead.
Sub-actions:
list: List content items with filtering by type, sub-type, category, tags, or search term. Supports pagination and sorting.
list_categories: List content categories configured in the academy. Useful for discovering category IDs to filter content.
list_venues: List venues (physical locations for events). Supports pagination and search.
list_timezones: List available timezones for scheduling.
Returns JSON: { data, _meta: { tool, action, returned, truncated? } }. When truncated is true, apply filters or pagination params to narrow results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The sub-action to perform: 'list' for content items, 'list_categories' for content categories, 'list_venues' for venues, 'list_timezones' for timezones | |
| start | No | Starting position for pagination (e.g. 0). Used with list and list_venues actions. | |
| limit | No | Number of items to return per request. Default: 20, max: 20. Used with list and list_venues actions. | |
| order_by | No | Sort field for content items: 'title', 'time_added', or 'time_modified'. Default: 'time_added'. Used with list action. | |
| direction | No | Sort direction: 'asc' (ascending) or 'desc' (descending). Default: 'desc'. Used with list action. | |
| category_id | No | Filter content items by category ID (e.g. 1703). Use list_categories to discover available IDs. Used with list action. | |
| type_id | No | Content type filter: '1' = Web Resources, '2' = Files. Used with list action. | |
| sub_type_id | No | Content sub-type filter: 1=Online Video, 2=Online Document, 3=Online Article, 4=Online Photo, 5=Academic Link, 6=Website, 7=Document, 8=Video, 9=Image, 10=Audio, 11=SCORM. Used with list action. | |
| tags | No | Filter content items by tags (e.g. 'managers' or 'Tag1,Tag2' for multiple). Used with list action. | |
| search | No | Search content items by name (e.g. 'Safety Training'). Used with list and list_categories actions. |