search_messages
Search a Google Chat space's message history for a text substring to find and retrieve matching messages.
Instructions
Search for messages in a space containing a text substring.
Args:
space: Resource name of the space, e.g. "spaces/AAAAAAAAAAA".
query: Case-insensitive substring to search for in message text.
page_size: Number of messages to fetch per page while scanning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| space | Yes | ||
| page_size | No |