Read-only MCP tool that returns paginated sequence blueprints attached to a sourcing in the authenticated workspace. Use this beforeDocumentation Index
Fetch the complete documentation index at: https://docs.kalent.ai/llms.txt
Use this file to discover all available pages before exploring further.
start_dynamic_sequences when you need to discover which blueprintId to start.
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
sourcingId | string | yes | Sourcing id |
page | integer | no | Zero-based page index (default 0) |
pageSize | integer | no | Page size, max 50 (default 20) |
search | string | no | Case-insensitive filter on blueprint name |
Output
JSON with:sequenceBlueprints—blueprintId,name,sourcingId,createdAt,updatedAt,steps,stepCount,channelspagination—page,pageSize,total,hasNextPage
workspaceId or userId fields.
Example flow
create_sourcingadd_talent_to_sourcingget_dynamic_sequenceswithsourcingIdstart_dynamic_sequenceswithblueprintIdfrom the list

