Spondyr

Spondyr

Template description for spondyr

56VIEWS
2851USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app spondyrnpx @composio/cli add cursor --app spondyrnpx @composio/cli add cursor --app spondyrnpx @composio/cli add cursor --app spondyr

After running the command, restart Cursor to start using the MCP Server.

Available Tools

List Conditions

Tool to list all conditions for a transaction type. use when you need to retrieve all condition rules defined for a specific transaction type.

Create Condition

Tool to create a new condition. use when defining detailed rules for template selection based on transaction data.

Create Transaction Type

Tool to create a new transaction type. use after defining the json schema for your data to register it in spondyr.

Deliver Spondyr Correspondence

Tool to trigger delivery of a previously generated correspondence. use after calling the generate api.

Update Event Type

Tool to update an existing event type. use when you need to modify the name or associated transaction type of an event type. example: rename the 'ordershipped' event to 'orderdelivered'.

List Event Types

Tool to list all event types for a given transaction type. use when you need to discover available events after retrieving transaction types.

Get Spondyr Status

Tool to retrieve the status of a previously generated correspondence. use after generating correspondence to check its processing and delivery status.

Get Transaction Types

Tool to retrieve a list of available transaction types. use after authentication to discover data schemas.

Delete Recipient

Tool to delete or deactivate a specific recipient. use when you need to remove an existing recipient mapping in spondyr.

Get Recipient

Tool to retrieve details of a specific recipient. use when you need to fetch recipient configuration for a given transaction type. example: "retrieve recipient 'customer' for transaction type 'orderplaced'."

List Recipients

Tool to list all recipients for a transaction type. use when you need to discover or verify all configured recipients before sending or managing correspondence.

Create Search Filter

Tool to create a new search filter. use when you need to define a reusable filter for a specific transaction type.

Delete Search Filter

Tool to delete or deactivate a specific search filter. use when you need to remove an existing search filter by name. call after confirming the filter exists.

Get Search Filter

Tool to retrieve details of a specific search filter. use when you need to fetch the tag and transaction type of an existing filter by name.

List Search Filters

Tool to list all search filters for a transaction type. use when you need to discover available filters before searching correspondence.

Search Correspondence

Tool to search generated correspondence by multiple criteria. use after correspondence generation to retrieve historical records with filters, paging, and sorting.

Create Spondyr Sso Stub

Tool to create a one-time sso user stub in spondyr. use after application authentication to generate a temporary sso token for embedding or redirecting users.

Get Template

Tool to retrieve a specific template’s configuration and content reference. use when you need to inspect a template's settings for a transaction type. example: "fetch template 'mytemplate' for transaction type 'orderplaced'."

List Templates

Tool to list all templates for a transaction type. use when you need to discover available templates before generating correspondence.

Get Transaction Type

Tool to retrieve details of a specific transaction type. use when inspecting a transaction type schema. example: "get transaction type 'orderplaced' to view its json schema."

20 actions available