@sequenzy/mcp 0.0.162 → 0.0.164

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -64,6 +64,8 @@ except for six operations: `connect_integration`, `create_api_key`,
64
64
  `rotate_sequence_inbound_webhook_secret`. Feedback stays available with a
65
65
  reduced schema for generalized, explicitly requested product feedback.
66
66
 
67
+ Tool annotations disclose supported replacement and irreversible-delivery modes, including automation-triggering actions. Public content and provider changes are marked open-world; private draft creation and additive notes remain non-destructive. Feedback goes to the Sequenzy team through Telegram with the authenticated company name/ID and account email added for attribution, which clients must disclose before sending.
68
+
67
69
  Remote clients should authenticate with the Sequenzy OAuth flow when supported. Local and automation clients can still use the stdio package below with `SEQUENZY_API_KEY`.
68
70
 
69
71
  The hosted endpoint and the stdio package support MCP specification
@@ -326,8 +328,8 @@ build a list as well as create it. Imports that apply `listIds` also need
326
328
 
327
329
  ## Tools
328
330
 
329
- The standard surface currently exposes 243 MCP tools. The OpenAI-reviewed
330
- surface exposes 237; only the six operations listed above are omitted.
331
+ The standard surface currently exposes 252 MCP tools. The OpenAI-reviewed
332
+ surface exposes 246; only the six operations listed above are omitted.
331
333
 
332
334
  Tools reject arguments they do not declare instead of silently ignoring them.
333
335
  Errors name the unsupported fields, list the supported arguments, and provide
@@ -1639,3 +1641,25 @@ You can invite a `marketer` to manage subscribers, marketing campaigns and seque
1639
1641
  Use `get_email_ai_style` to inspect the company's saved appearance and `revisionId`. `save_email_ai_style` captures an existing email by its underlying `emailId`; pass `expectedStyleId: null` only for an initial save, or the reviewed revision when replacing. Optional `canvas` captures an unsaved editor snapshot containing `blocks`, `theme`, `fontFamily`, and `emailPreset`. Saving also detects layout habits (for example dotted dividers around every button) and keeps all of them unless `layoutRuleIds` lists the rule IDs to keep (`[]` keeps none); optional `notes` (500 characters max) adds design guidance. Review `style.layout.rules` in the response. `clear_email_ai_style` requires the current nonempty revision.
1640
1642
 
1641
1643
  Reads require `emails:read`; saves/clears require `emails:write` and the current workspace role. Marketers cannot capture transactional source emails. A 409 conflict requires reading and reviewing the new state before retrying. These tools never edit or send the source email. Generation across all surfaces uses the saved default unless explicit styling or a plain-text choice takes precedence.
1644
+
1645
+ ### Background contact tasks
1646
+
1647
+ Use `start_subscriber_operation` to add tags to an entire filtered contact
1648
+ audience. Supply `kind: "add_tags"`, `tags` and `requestKey`; reuse the same
1649
+ key/settings after an uncertain response. `list_subscriber_operations`,
1650
+ `get_subscriber_operation` and `cancel_subscriber_operation` provide the same
1651
+ progress and cancellation workflow as Contacts.
1652
+
1653
+ All operations require `subscribers:read`; tagging additionally requires
1654
+ `subscribers:tag`, new tag definitions require `tags:write`, and
1655
+ `triggerAutomations: true` requires `automations:trigger`. Automation triggering
1656
+ defaults to false. Existing synchronous bulk tag tools remain available for up
1657
+ to 500 explicit contacts. Background audiences accept up to 1,000 explicit IDs,
1658
+ or live filters/list/search criteria without a total audience limit.
1659
+
1660
+ Selection walks live pages before tagging and excludes contacts created after
1661
+ the request. It is not a point-in-time snapshot. Inspect `failed` and `failures`
1662
+ even when status is completed. Interrupted in-flight tag actions are reported
1663
+ as uncertain and never automatically replayed; reconcile those contacts before
1664
+ starting another task. Cancellation retains applied changes. Active tasks have
1665
+ a seven-day processing deadline; terminal records are retained for seven days.