Documentation Index
Fetch the complete documentation index at: https://docs.thena.ai/llms.txt
Use this file to discover all available pages before exploring further.
MCP tool: get_subteams
Retrieves all subteams for a specific parent team. This tool is useful for understanding team hierarchy and organizational structure within the Thena platform.
Example prompt
Input parameters
| Name | Type | Required | Description |
|---|---|---|---|
| teamId | string | Yes | The ID of the parent team to retrieve subteams for |
Response fields
Below are the fields you may see in each subteam object in the response:| 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 |