Get Space
kaiten_get_spaceRetrieve a Kaiten space by ID to access its settings and allowed card types. Use this to drill down into boards or members within the space.
Instructions
Fetch one space by ID including settings and allowed card types at verbosity=normal/max. Typical drill-down: kaiten_list_boards(spaceId) for the boards in this space, kaiten_list_space_users(spaceId) for members. spaceId from kaiten_list_spaces.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spaceId | Yes | Space ID, from kaiten_list_spaces | |
| verbosity | No | Detail: raw|min(default)|normal|max | min |