Get tribe
tribeunal_get_tribeFetch a tribe's profile: name, description, visibility, owner, tags, and timestamps. For private tribes you own, get a shareable view-only link; unauthorized access returns 404.
Instructions
Get a tribe: name, description, visibility, owner, tags and timestamps. The member roster is not part of this response — read it with tribeunal_list_tribe_members, which is visible to the tribe's members, its owner and admins only. A private tribe is only readable by its owner, its members and anyone holding a pending invitation; to everyone else it returns 404, the same answer as a tribe that does not exist. For a private tribe you own, the response includes a shareUrl: a view-only link (joining still needs an invite) you can send to anyone; rotate it from the tribe web page to revoke old links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Tribe UUID (the tribe's uuid field, not its slug or numeric id) |