List Channel Tabs

Retrieve Microsoft Teams channel tabs via the Microsoft Graph API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users quickly find and identify all the tabs available within a specific Microsoft Teams channel, streamlining navigation and information discovery.

Core Features & Use Cases

  • Tab Discovery: Retrieve a comprehensive list of all tabs configured for a given channel.
  • Information Retrieval: Access tab details like display name and web URL.
  • Use Case: A project manager needs to quickly see all the resources (e.g., Planner, Wiki, Documents) attached to a specific project channel to understand the project's setup.

Quick Start

List all tabs for the channel with ID 'channel-id' in the team with ID 'team-id'.

Frequently Asked Questions about List Channel Tabs

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

FAQPage Schema
How do I list tabs in a Microsoft Teams channel?

To list tabs in a Microsoft Teams channel, you retrieve a comprehensive list using the Microsoft Graph API by providing a valid team-id, channel-id, and access token. This returns tab details like display name and web URL for analysis.

What information do I need to retrieve Microsoft Teams channel tabs?

Retrieving Microsoft Teams channel tabs requires valid team-id and channel-id parameters along with an access token. You can also apply filtering and expanding parameters to access detailed tab properties for comprehensive analysis.

Can I filter and expand tab properties in a Microsoft Teams channel?

Yes, you can filter and expand tab properties in a Microsoft Teams channel when retrieving the list. This allows you to access detailed information and specific configurations for each tab configured within the specified channel environment.

What is the best way to discover resources attached to a Teams channel?

The best way to discover resources attached to a Teams channel is to retrieve a list of all configured tabs. This provides a comprehensive overview of tools like Planner, Wiki, and Documents, streamlining navigation and project setup analysis.

Does retrieving Teams channel tabs require an access token?

Yes, retrieving Teams channel tabs requires an access token along with the specific team-id and channel-id parameters. This authentication is necessary to query the Microsoft Graph API and return the requested tab configuration data.

Why would I need to list all tabs in a Microsoft Teams channel?

You need to list all tabs in a Microsoft Teams channel to quickly identify available resources and streamline information discovery. This helps project managers understand a project's setup by viewing attached tools like Wikis and Planners.