Skip to content
Recued
Menu
← Back to recipes

Google Chat thread brief

by recued-core v1

Read-only review brief for one Google Chat message thread. It reads the space, the seed message, messages in the same thread, and reactions on the seed message through recued-core.google-chat, then asks the AI summarizer for decisions, blockers, named owners, and next steps. It never sends replies, edits messages, changes reactions, downloads attachments, changes memberships, or calls arbitrary Chat APIs.

How it works 16 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (16 steps)
space_id trim
Trim whitespace from setting space id
message_id trim
Trim whitespace from setting message id
configured_thread_name trim
Trim whitespace from setting thread name
space ?
message ?
has_configured_thread compare
Check if configured thread name has data
thread_name ternary
Apply ternary
thread_messages_raw ?
reactions_raw ?
thread_messages default
Apply default
reactions default
Apply default
message_count count
Count items in thread messages
reaction_count count
Count items in reactions
summarize ?
message_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 6 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

focus setting = Summarize the thread for decisions, blockers, named owners, due dates, unresolved questions, and concrete next steps. Do not invent facts outside the Chat messages.
google setting =
space id setting =
max length setting = 900
message id setting =
thread name setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Google connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

google-chat google-chatchatthreadmessagebriefai-summarycollaborationpack:google-chat

Details

16 steps 6 configurable settings recipe_id: google-chat-thread-brief