Get a space
get_spaceRetrieve a Google Chat space's details (display name, type, description, threading state, membership count, settings) to confirm the space ID before sending messages or creating threads.
Instructions
Returns one space's details: displayName, spaceType, spaceDetails (description/guidelines), spaceThreadingState (THREADED_MESSAGES = replies go into threads, otherwise the space is flat), membershipCount, createTime and settings. Use it to check the threading model before send_message with a thread, or to confirm a space id before writing into it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space | Yes | The space — "spaces/<id>" or the bare id from list_spaces / a Chat URL (chat.google.com/room/<id>). |