Connection check
local install
cadence
Send RCS messages from your agent and get typed replies. Automatic SMS fallback.
Tools
23
GitHub stars
—
Installs / wk
1.3k
Licence
—
Transport
stdio
Last checked
never
Tools & capabilities
23 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
cadence_check_brand_readiness
from source
Run the carrier-readiness check: crawls the site, validates the privacy policy, messaging terms, Run the carrier-readiness check: crawls the site, validates the privacy policy, messaging terms,
cadence_check_consent
from source
Whether a brand may message a number, and why not if it may not. Check this rather than attempting Whether a brand may message a number, and why not if it may not. Check this rather than attempting
cadence_close_conversation
from source
Close a conversation. Stops turn counting. Close a conversation. Stops turn counting.
cadence_create_agent
from source
Create an agent under a brand. A local record until it is synced to Google — nothing reaches Google here. Create an agent under a brand. A local record until it is synced to Google — nothing reaches Google here.
cadence_create_brand
from source
Create a brand — the business carriers review. Fields are snake_case on brand routes. Create a brand — the business carriers review. Fields are snake_case on brand routes.
cadence_get_brand
from source
A brand A brand
cadence_get_conversation
from source
State, channel, trust level and turn count for one conversation. State, channel, trust level and turn count for one conversation.
cadence_get_messages
from source
The transcript. Read deliveredText rather than body — on the SMS leg they differ, and body is the The transcript. Read deliveredText rather than body — on the SMS leg they differ, and body is the
cadence_get_started
from source
How Cadence works and what to do first. Call this before anything else if you have not used it before. How Cadence works and what to do first. Call this before anything else if you have not used it before.
cadence_invite_tester
from source
Allowlist a phone number as a test device on an agent, so it can receive real RCS before carrier Allowlist a phone number as a test device on an agent, so it can receive real RCS before carrier
cadence_launch_readiness
from source
What is still blocking an agent What is still blocking an agent
cadence_list_brands
from source
The brands on your account with each one The brands on your account with each one
cadence_list_keys
from source
The API keys on this account — prefix, kind, label, brand scope and whether each is revoked. The API keys on this account — prefix, kind, label, brand scope and whether each is revoked.
cadence_onboarding_status
from source
The go-live checklist, computed from your account The go-live checklist, computed from your account
cadence_open_conversation
from source
Start a conversation and send the first message. The agent speaks first and opt-in provenance is required. Start a conversation and send the first message. The agent speaks first and opt-in provenance is required.
cadence_preview_go_live
from source
Rehearse the irreversible step. Creates NOTHING and returns exactly what would be sent to Google: Rehearse the irreversible step. Creates NOTHING and returns exactly what would be sent to Google:
cadence_request_launch
from source
IRREVERSIBLE. Requests carrier launch. The launch questionnaire cannot be edited afterwards IRREVERSIBLE. Requests carrier launch. The launch questionnaire cannot be edited afterwards
cadence_request_verification
from source
IRREVERSIBLE. Asks Google to verify the brand behind this agent, and permanently freezes the IRREVERSIBLE. Asks Google to verify the brand behind this agent, and permanently freezes the
cadence_send
from source
Send the next turn in an open conversation. Rich content degrades to smsFallbackText on the SMS leg. Send the next turn in an open conversation. Rich content degrades to smsFallbackText on the SMS leg.
cadence_simulate_reply
from source
Deliver a reply as though the recipient sent it. SANDBOX KEYS ONLY — refused on live keys, because Deliver a reply as though the recipient sent it. SANDBOX KEYS ONLY — refused on live keys, because
cadence_sync_google
from source
IRREVERSIBLE. Creates every not-yet-synced agent on this brand at Google. Google deprecated IRREVERSIBLE. Creates every not-yet-synced agent on this brand at Google. Google deprecated
cadence_update_brand
from source
Set the details carriers verify. Do not guess legalEntity — carriers reconcile it against the site, Set the details carriers verify. Do not guess legalEntity — carriers reconcile it against the site,
cadence_usage
from source