Skip to main content
Creates a sequence blueprint tied to a sourcing in the authenticated MCP workspace. You can create an empty blueprint or provide the full steps array immediately.

Input

Step format

Each item in steps must include: Allowed linkedInType values are LINKEDIN_INVITATION, LINKEDIN_INVITATION_WITH_MESSAGE, LINKEDIN_MESSAGE, and LINKEDIN_INMAIL. Only one invite step is allowed per blueprint.

Supported template variables

Only these variables are supported in content and subject: Do not invent variables. Unknown variables such as {{firstName}}, {{company}}, or {{job}} are rejected. Do not use unresolved bracket placeholders such as [company], [specific project or stack], [one-pager link], or [1 detail to add] in content or subject. Replace them with real text, remove that part of the sentence, or ask the user for the missing detail before calling create_sequence_blueprint.

Example input

Output

JSON block with success: true and data: blueprintId, name, and sourcingId.

Errors

session not found, Not found, or a human-readable validation message when the sourcing cannot be used.