Get Team Tag

Retrieve tag details from Microsoft Teams using team and tag IDs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to retrieve detailed information about a specific tag within a Microsoft Teams team, enabling better management and understanding of team organization.

Core Features & Use Cases

  • Tag Information Retrieval: Get the display name, description, member count, and type of a specific tag.
  • Use Case: A team administrator needs to quickly check the description and current member count of a tag named "Project Alpha" to ensure it's still relevant for the ongoing project.

Quick Start

Use the get Team Tag skill to retrieve the details for tag with ID 'tag-001' in team with ID 'team-abc'.

Frequently Asked Questions about Get Team Tag

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

FAQPage Schema
How do I retrieve specific tag information from a Microsoft Teams team?

You retrieve a specific Microsoft Teams tag by querying the API with the exact team ID and tag ID. This returns detailed information including the display name, description, member count, and tag type for management or auditing purposes.

What details can I get when retrieving a Microsoft Teams tag?

Retrieving a Microsoft Teams tag provides the display name, description, member count, and tag type. This helps administrators understand team organization and verify ongoing project relevance.

Do I need a team ID and tag ID to query Microsoft Teams tag details?

Yes, you need both the specific team ID and tag ID to query the Microsoft Teams API and retrieve detailed information about a particular tag within that team.

When do I need to retrieve specific tag details from Microsoft Teams?

You need to retrieve specific tag details from Microsoft Teams when performing management or auditing tasks, such as checking if a project tag is still relevant by viewing its current member count.

Can I check the member count of a specific Microsoft Teams tag?

Yes, you can check the member count of a specific Microsoft Teams tag by retrieving the tag details using the team ID and tag ID, which returns the current count along with the tag's description.