KosmoKrator

productivity

Google Chat CLI for AI Agents

Use the Google Chat CLI from KosmoKrator to call Google Chat tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.

Google Chat CLI Setup

Google Chat can be configured headlessly with `kosmokrator integrations:configure google-chat`.

Install, configure, and verify
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash

# Configure and verify this integration.
kosmokrator integrations:configure google-chat --enable --read allow --write ask --json
kosmokrator integrations:doctor google-chat --json
kosmokrator integrations:status --json

Credentials

Authentication type: Manual OAuth token oauth2_manual_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.

No credentials are required.

Command Patterns

The generic command is stable across every integration. The provider shortcut is shorter for humans.

Generic CLI call
kosmo integrations:call google-chat.google_chat_spaces_setup '{}' --json
Provider shortcut
kosmo integrations:google-chat google_chat_spaces_setup '{}' --json

Discovery

These commands return structured output for coding agents that need to inspect capabilities before choosing a function.

Discovery commands
kosmo integrations:docs google-chat --json
kosmo integrations:docs google-chat.google_chat_spaces_setup --json
kosmo integrations:schema google-chat.google_chat_spaces_setup --json
kosmo integrations:search "Google Chat" --json
kosmo integrations:list --json

Automation Contexts

The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.

CLI Functions

Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.

google-chat.google_chat_spaces_setup

Spaces Setup (POST /v1/spaces:setup).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_setup '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_setup '{}' --json

google-chat.google_chat_spaces_complete_import

Spaces Complete Import (POST /v1/{+name}:completeImport).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_complete_import '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_complete_import '{}' --json

google-chat.google_chat_spaces_find_group_chats

Spaces Find Group Chats (GET /v1/spaces:findGroupChats).

Read read
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_find_group_chats '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_find_group_chats '{}' --json

google-chat.google_chat_spaces_patch

Spaces Patch (PATCH /v1/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_patch '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_patch '{}' --json

google-chat.google_chat_spaces_search

Spaces Search (GET /v1/spaces:search).

Read read
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_search '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_search '{}' --json

google-chat.google_chat_spaces_create

Spaces Create (POST /v1/spaces).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_create '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_create '{}' --json

google-chat.google_chat_spaces_delete

Spaces Delete (DELETE /v1/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_delete '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_delete '{}' --json

google-chat.google_chat_spaces_find_direct_message

Spaces Find Direct Message (GET /v1/spaces:findDirectMessage).

Read read
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_find_direct_message '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_find_direct_message '{}' --json

google-chat.google_chat_spaces_list

Spaces List (GET /v1/spaces).

Read read
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_list '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_list '{}' --json

google-chat.google_chat_spaces_get

Spaces Get (GET /v1/{+name}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_get '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_get '{}' --json

google-chat.google_chat_spaces_space_events_get

Spaces Space Events Get (GET /v1/{+name}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_space_events_get '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_space_events_get '{}' --json

google-chat.google_chat_spaces_space_events_list

Spaces Space Events List (GET /v1/{+parent}/spaceEvents).

Read read
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_space_events_list '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_space_events_list '{}' --json

google-chat.google_chat_spaces_members_create

Spaces Members Create (POST /v1/{+parent}/members).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_members_create '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_members_create '{}' --json

google-chat.google_chat_spaces_members_patch

Spaces Members Patch (PATCH /v1/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_members_patch '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_members_patch '{}' --json

google-chat.google_chat_spaces_members_get

Spaces Members Get (GET /v1/{+name}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_members_get '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_members_get '{}' --json

google-chat.google_chat_spaces_members_delete

Spaces Members Delete (DELETE /v1/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_members_delete '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_members_delete '{}' --json

google-chat.google_chat_spaces_members_list

Spaces Members List (GET /v1/{+parent}/members).

Read read
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_members_list '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_members_list '{}' --json

google-chat.google_chat_spaces_messages_get

Spaces Messages Get (GET /v1/{+name}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_messages_get '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_messages_get '{}' --json

google-chat.google_chat_spaces_messages_delete

Spaces Messages Delete (DELETE /v1/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_messages_delete '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_messages_delete '{}' --json

google-chat.google_chat_spaces_messages_list

Spaces Messages List (GET /v1/{+parent}/messages).

Read read
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_messages_list '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_messages_list '{}' --json

google-chat.google_chat_spaces_messages_create

Spaces Messages Create (POST /v1/{+parent}/messages).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_messages_create '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_messages_create '{}' --json

google-chat.google_chat_spaces_messages_patch

Spaces Messages Patch (PATCH /v1/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_messages_patch '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_messages_patch '{}' --json

google-chat.google_chat_spaces_messages_update

Spaces Messages Update (PUT /v1/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_messages_update '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_messages_update '{}' --json

google-chat.google_chat_spaces_messages_attachments_get

Spaces Messages Attachments Get (GET /v1/{+name}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_messages_attachments_get '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_messages_attachments_get '{}' --json

google-chat.google_chat_spaces_messages_reactions_list

Spaces Messages Reactions List (GET /v1/{+parent}/reactions).

Read read
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_messages_reactions_list '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_messages_reactions_list '{}' --json

google-chat.google_chat_spaces_messages_reactions_delete

Spaces Messages Reactions Delete (DELETE /v1/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_messages_reactions_delete '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_messages_reactions_delete '{}' --json

google-chat.google_chat_spaces_messages_reactions_create

Spaces Messages Reactions Create (POST /v1/{+parent}/reactions).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_spaces_messages_reactions_create '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_spaces_messages_reactions_create '{}' --json

google-chat.google_chat_custom_emojis_create

Custom Emojis Create (POST /v1/customEmojis).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_custom_emojis_create '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_custom_emojis_create '{}' --json

google-chat.google_chat_custom_emojis_get

Custom Emojis Get (GET /v1/{+name}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_custom_emojis_get '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_custom_emojis_get '{}' --json

google-chat.google_chat_custom_emojis_delete

Custom Emojis Delete (DELETE /v1/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_custom_emojis_delete '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_custom_emojis_delete '{}' --json

google-chat.google_chat_custom_emojis_list

Custom Emojis List (GET /v1/customEmojis).

Read read
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_custom_emojis_list '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_custom_emojis_list '{}' --json

google-chat.google_chat_media_upload

Media Upload (POST /v1/{+parent}/attachments:upload).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_media_upload '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_media_upload '{}' --json

google-chat.google_chat_media_download

Media Download (GET /v1/media/{+resourceName}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_media_download '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_media_download '{}' --json

google-chat.google_chat_users_spaces_get_space_read_state

Users Spaces Get Space Read State (GET /v1/{+name}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_users_spaces_get_space_read_state '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_users_spaces_get_space_read_state '{}' --json

google-chat.google_chat_users_spaces_update_space_read_state

Users Spaces Update Space Read State (PATCH /v1/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_users_spaces_update_space_read_state '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_users_spaces_update_space_read_state '{}' --json

google-chat.google_chat_users_spaces_space_notification_setting_get

Users Spaces Space Notification Setting Get (GET /v1/{+name}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_users_spaces_space_notification_setting_get '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_users_spaces_space_notification_setting_get '{}' --json

google-chat.google_chat_users_spaces_space_notification_setting_patch

Users Spaces Space Notification Setting Patch (PATCH /v1/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_users_spaces_space_notification_setting_patch '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_users_spaces_space_notification_setting_patch '{}' --json

google-chat.google_chat_users_spaces_threads_get_thread_read_state

Users Spaces Threads Get Thread Read State (GET /v1/{+name}).

Read read
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_users_spaces_threads_get_thread_read_state '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_users_spaces_threads_get_thread_read_state '{}' --json

google-chat.google_chat_users_sections_delete

Users Sections Delete (DELETE /v1/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_users_sections_delete '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_users_sections_delete '{}' --json

google-chat.google_chat_users_sections_list

Users Sections List (GET /v1/{+parent}/sections).

Read read
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_users_sections_list '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_users_sections_list '{}' --json

google-chat.google_chat_users_sections_position

Users Sections Position (POST /v1/{+name}:position).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_users_sections_position '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_users_sections_position '{}' --json

google-chat.google_chat_users_sections_patch

Users Sections Patch (PATCH /v1/{+name}).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_users_sections_patch '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_users_sections_patch '{}' --json

google-chat.google_chat_users_sections_create

Users Sections Create (POST /v1/{+parent}/sections).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_users_sections_create '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_users_sections_create '{}' --json

google-chat.google_chat_users_sections_items_list

Users Sections Items List (GET /v1/{+parent}/items).

Read read
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_users_sections_items_list '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_users_sections_items_list '{}' --json

google-chat.google_chat_users_sections_items_move

Users Sections Items Move (POST /v1/{+name}:move).

Write write
Parameters
none
Generic call
kosmo integrations:call google-chat.google_chat_users_sections_items_move '{}' --json
Shortcut
kosmo integrations:google-chat google_chat_users_sections_items_move '{}' --json

Function Schemas

Use these parameter tables when building CLI payloads without calling integrations:schema first.

google-chat.google_chat_spaces_setup 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_setup --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_complete_import 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_complete_import --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_find_group_chats 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_find_group_chats --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_patch 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_patch --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_create 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_create --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_delete 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_delete --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_find_direct_message 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_find_direct_message --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_list 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_list --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_get 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_get --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_space_events_get 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_space_events_get --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_space_events_list 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_space_events_list --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_members_create 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_members_create --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_members_patch 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_members_patch --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_members_get 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_members_get --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_members_delete 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_members_delete --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_members_list 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_members_list --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_messages_get 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_messages_get --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_messages_delete 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_messages_delete --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_messages_list 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_messages_list --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_messages_create 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_messages_create --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_messages_patch 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_messages_patch --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_messages_update 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_messages_update --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_messages_attachments_get 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_messages_attachments_get --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_messages_reactions_list 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_messages_reactions_list --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_messages_reactions_delete 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_messages_reactions_delete --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_spaces_messages_reactions_create 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_spaces_messages_reactions_create --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_custom_emojis_create 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_custom_emojis_create --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_custom_emojis_get 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_custom_emojis_get --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_custom_emojis_delete 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_custom_emojis_delete --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_custom_emojis_list 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_custom_emojis_list --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_media_upload 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_media_upload --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_media_download 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_media_download --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_users_spaces_get_space_read_state 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_users_spaces_get_space_read_state --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_users_spaces_update_space_read_state 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_users_spaces_update_space_read_state --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_users_spaces_space_notification_setting_get 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_users_spaces_space_notification_setting_get --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_users_spaces_space_notification_setting_patch 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_users_spaces_space_notification_setting_patch --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_users_spaces_threads_get_thread_read_state 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_users_spaces_threads_get_thread_read_state --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_users_sections_delete 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_users_sections_delete --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_users_sections_list 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_users_sections_list --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_users_sections_position 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_users_sections_position --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_users_sections_patch 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_users_sections_patch --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_users_sections_create 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_users_sections_create --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_users_sections_items_list 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_users_sections_items_list --json
ParameterTypeRequiredDescription
No parameters.
google-chat.google_chat_users_sections_items_move 0 parameters
Schema command
kosmo integrations:schema google-chat.google_chat_users_sections_items_move --json
ParameterTypeRequiredDescription
No parameters.

Permissions

Headless calls still follow the integration read/write permission policy. Configure read/write defaults with integrations:configure. Add --force only for trusted automation that should bypass that policy.