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
| Field | Type | Required | Description |
|---|---|---|---|
brandId | uuid | No | Filter by brand |
since | datetime | No | Changes since this time (default: last 24 hours) |
types | string[] | No | Filter by change type (e.g., template, send, page, audience, config) |
limit | integer | No | Max results (default 20) |
{
"tool": "state.recent_changes",
"input": {
"brandId": "brand-uuid",
"since": "2026-05-18T00:00:00Z",
"types": ["template", "send"],
"limit": 10
}
}