Skip to main content

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

Response fields

Below are the fields you may see in each subteam object in the response:
FieldTypeDescription
idstringSubteam unique ID
namestringSubteam name
iconstringSubteam icon
colorstringSubteam color
parentTeamIdstringID of the parent team
parentTeamNamestringName of the parent team
teamIdstringSubteam ID (same as id)
identifierstringSubteam identifier/code
descriptionstringSubteam description
teamOwnerstringName of the subteam owner
teamOwnerIdstringID of the subteam owner
fallbackSubTeamstringFallback sub team ID
createdAtstring (ISO8601)Creation timestamp
isActivebooleanWhether the subteam is active
isPrivatebooleanWhether the subteam is private
archivedAtstring (ISO8601)Archived timestamp (if archived)
updatedAtstring (ISO8601)Last update timestamp

Sample response