List Teamwork Tags

Retrieve all tags for a Microsoft Teams team via the API.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill list-teamwork-tags
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: List Teamwork Tags
Source: https://github.com/naftiko/microsoft-teams-sandbox/tree/main/skills/list-teamwork-tags
Command: npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill list-teamwork-tags

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to retrieve and view all tags associated with a specific team in Microsoft Teams, simplifying tag management and understanding team segmentation.

Core Features & Use Cases

  • Tag Discovery: Easily find all available tags within a team.
  • Team Management: Gain insights into how teams are organized and categorized.
  • Use Case: A team administrator needs to quickly see all the tags applied to the 'Project Alpha' team to ensure consistent naming conventions and proper member grouping.

Quick Start

List all tags for the team with the ID 'your-team-id'.

Frequently Asked Questions about List Teamwork Tags

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

FAQPage Schema
How do I list all tags for a specific Microsoft Teams team?

To list all tags for a Microsoft Teams team, you query the Microsoft Teams API using a valid team ID. This returns all associated tags for administrative tasks like team organization and member segmentation.

What do I need to retrieve Microsoft Teams tags via the API?

To retrieve Microsoft Teams tags via the API, you need a valid team ID and an access token. The access token must specifically have the 'TeamworkTag.Read' permission scope to authorize the request.

Why retrieve a list of tags in Microsoft Teams?

Retrieving a list of tags in Microsoft Teams helps administrators understand team segmentation. It allows you to check available tags to ensure consistent naming conventions and proper member grouping.

Does listing Microsoft Teams tags work for checking naming conventions?

Yes, listing Microsoft Teams tags works for checking naming conventions. A team administrator can quickly view all applied tags to ensure consistent categorization and proper member grouping across the team.

What is the best way to discover available tags within a Microsoft Teams team?

The best way to discover available tags within a Microsoft Teams team is to query the Teams API. This retrieves a complete list of all associated tags, providing insights into how the team is organized.