Trello card review brief
Read-only review brief for one Trello card. It reads the card, recent actions, members, attachments, checklists, and custom-field values through recued-core.trello, then asks the AI summarizer for status, blockers, owners, dates, and next actions. It never creates, updates, archives, comments, attaches, assigns, labels, deletes, mutates webhooks, or calls arbitrary Trello endpoints.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (21 steps)
card_raw
?
actions_raw
?
members_raw
?
attachments_raw
?
checklists_raw
?
custom_fields_raw
?
actions
default
Apply default
members
default
Apply default
attachments
default
Apply default
checklists
default
Apply default
custom_fields
default
Apply default
action_rows
slice
Take a subset of
checklist_rows
slice
Take a subset of
action_count
count
Count items in actions
member_count
count
Count items in members
attachment_count
count
Count items in attachments
checklist_count
count
Count items in checklists
summarize
?
action_table
to_table
Format results as a data table
checklist_table
to_table
Format results as a data table
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
focus
setting
=
Summarize current status, blockers, checklist progress, dates, owners, recent discussion, and the next concrete action.
trello
setting
=
card id
setting
=
row limit
setting
=
25
max length
setting
=
900
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.