Skip to Content

State Tool

Retrieve recent platform changes for context awareness. 1 tool in this category.

state.recent_changes

Get a summary of recent changes to the platform — new templates, audience updates, scheduled sends, published pages, and configuration changes. Useful for AI agents to build context about what has happened recently.

Roles: ALL_ROLES

FieldTypeRequiredDescription
brandIduuidNoFilter by brand
sincedatetimeNoChanges since this time (default: last 24 hours)
typesstring[]NoFilter by change type (e.g., template, send, page, audience, config)
limitintegerNoMax results (default 20)
{ "tool": "state.recent_changes", "input": { "brandId": "brand-uuid", "since": "2026-05-18T00:00:00Z", "types": ["template", "send"], "limit": 10 } }