MCP tool to retrieve all subteams for a parent team in the Thena platform.
get_subteams
Name | Type | Required | Description |
---|---|---|---|
teamId | string | Yes | The ID of the parent team to retrieve subteams for |
Field | Type | Description |
---|---|---|
id | string | Subteam unique ID |
name | string | Subteam name |
icon | string | Subteam icon |
color | string | Subteam color |
parentTeamId | string | ID of the parent team |
parentTeamName | string | Name of the parent team |
teamId | string | Subteam ID (same as id) |
identifier | string | Subteam identifier/code |
description | string | Subteam description |
teamOwner | string | Name of the subteam owner |
teamOwnerId | string | ID of the subteam owner |
fallbackSubTeam | string | Fallback sub team ID |
createdAt | string (ISO8601) | Creation timestamp |
isActive | boolean | Whether the subteam is active |
isPrivate | boolean | Whether the subteam is private |
archivedAt | string (ISO8601) | Archived timestamp (if archived) |
updatedAt | string (ISO8601) | Last update timestamp |