← Back to all apps

Overview

Tools Available2
DeveloperUdemy
CategoryEducation

Turn your questions into skill

Available Tools

Udemy provides 2 tools that can be used to interact with its services.

Udemy Course Content Retrieval Tool

get_course_content
Full Description

Use this to retrieve a course content including duration, rating, instructors, target audience, learning outcomes, and more. Then try to answer the user's question about the course.

Parameters

Required
courseIdstring

The id of the course. Should only come from search_courses tool response schema structuredContent.courses[].id field. Do not provide anything else.

Optional
chatGptUserQuerystring

The original user query or question as provided.

Udemy Course Search Tool

search_courses
Full Description

Use this when the user wants to search Udemy for relevant courses. The tool displays course cards with promo videos.

Parameters

Required
languageCodestring

The language in which course search should be performed. Must be uppercase 2 letter code defined by ISO 639-1 (e.g., 'EN', 'TR', 'JA').

querystring

A concise query to search for courses (e.g., 'AWS certification', 'Python', 'web development').Queries must be written in the same language the user typed, so that results match the user's context.Must include the details if specified.

Optional
chatGptUserQuerystring

The original user query or question as provided.

filtersobject

Optional search filters to apply on search request.