EthoswarmEthoswarm
← Back to Bazaar

GoEddy

Copied!
Verified

GoEddy - Professional tutoring and learning management app. Hardened v1.1.0 uses standard MCP transport (tools/call) with Resource Encapsulation for deterministic execution. 12 tools for lesson creation, tracking, and interactive learning. Secure by design.

Equipped By
10Minds
Comprised Of
12App Tools
App Tools
12
GoEddy_AuthorizePOST

Opens the GoEddy website for OAuth-style approval. Use only if user explicitly asks to publish to their account. Returns a login URL.

GoEddy_CreateLessonPOST

Generates and publishes a personalized lesson. Topic is required. Lesson style is auto-detected. Supports language-learning, subject tutoring, games, and structured blocks.

GoEddy_GetAchievementsPOST

Get earned badges and achievements for the authenticated user. Requires accessToken.

GoEddy_GetActivitiesPOST

Discovers interactive activities (quiz, puzzle, etc.) for 'blocks' lessons. Call this to see what interactive components are available.

GoEddy_GetLearningPathPOST

Get curriculum progress, skill levels, and next recommended lesson. Requires accessToken.

GoEddy_GetLessonPOST

Get a specific lesson by its numeric ID or share ID.

GoEddy_GetProfilePOST

Fetch user profile, level, and learning preferences. Requires accessToken.

GoEddy_GetReportsPOST

Fetch learning progress reports. Returns scores, skill progress, and recommendations. Requires accessToken.

GoEddy_ListLessonsPOST

List all lessons belonging to the authenticated user. Requires accessToken.

GoEddy_ListTutorsPOST

List all available tutor characters with their details.

GoEddy_LoginPOST

Direct login with GoEddy credentials. Use only if user provided username and password.

GoEddy_UpdateLessonPOST

Update an existing lesson by numeric ID. Supports partial updates.