Get Learning Content

Retrieve learning content details using provider and content identifiers.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill get-learning-content
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Get Learning Content
Source: https://github.com/naftiko/microsoft-teams-sandbox/tree/main/skills/get-learning-content
Command: npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill get-learning-content

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to fetch detailed information about a specific piece of learning content when they know its unique identifier and the provider it belongs to.

Core Features & Use Cases

  • Fetch Content Details: Retrieves all properties of a learning content item, such as title, description, URL, duration, and format.
  • Targeted Information Retrieval: Useful when a user needs to know the specifics of a particular course or training module.
  • Use Case: A user might ask, "Tell me more about the 'Introduction to Python' course from provider-001," and this Skill would provide all the relevant details.

Quick Start

Get the details for learning content 'content-001' from learning provider 'provider-001'.

Frequently Asked Questions about Get Learning Content

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve learning content details using a content ID and provider ID?

To retrieve learning content details, you must provide both the unique learning content identifier and the learning provider's ID as path parameters. This fetches specific properties like the title, description, and URL of the requested item.

What specific information is returned when fetching employee learning content details?

Fetching employee learning content details returns all properties associated with the requested item, including the content title, description, URL, duration, and format type such as video, course, or module.

Can I retrieve details for different types of training modules like videos and courses?

Yes, you can retrieve details for various content types, including videos, courses, and modules. You need the specific learning content identifier and the learning provider ID to fetch the metadata for these items.

Do I need both the learning provider ID and content ID to get course information?

Yes, retrieving course information requires specifying both the learning provider ID and the learning content ID as path parameters. Without both identifiers, the specific learning content details cannot be successfully fetched.