update_thread_fields
Set or update multiple custom fields on a Plain thread in one call. Keys must be allowlisted snake_case; types auto-detected.
Instructions
Set or update multiple custom fields on a thread in one call. Each field key must be an allowlisted snake_case key (e.g. impact_level, agent_readiness, request_feature, app, stage, tenant_id, notion_ticket, github_pr, posthog_session, sentry_session, reported_from); unknown keys are rejected. Field type (BOOL/ENUM/STRING) is auto-detected per key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | One or more custom field writes to apply | |
| threadId | Yes | The ID of the thread to update |