M
mcp-server
/setup_scheduled_pull
Set up a scheduled SFTP or S3 pull into an existing data spec
End-to-end workflow for "pull files from this SFTP server / S3 bucket on a schedule" requests: reuses a matching connection if one already exists in the workspa
liveunknown~5s typical
mcpmcp-server
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-dpf-it-mcp-server /setup_scheduled_pull for me.
Input
| Field | Type | Description |
|---|---|---|
| workspaceId | string | Workspace to act on. Defaults to your only workspace if you have exactly one. |
| hostname | string | sftp: SFTP server hostname to pull from. |
| username | string | sftp only. Defaults to "sftpuser". |
| roleArn | string | aws_s3: the IAM role the customer will create/update. |
| s3Bucket | string | aws_s3: bucket to poll. Required when roleArn is given. |
| s3Prefix | string | aws_s3 only. Optional key prefix; defaults to the whole bucket. |
| specName* | string | Already-analyzed data spec to load files into (see onboard_data_source) |
| frequency* | object | Pull schedule. |
| preRules | string | Natural language: which files to pick up (e.g. "only *.csv under /outbound") |
| postRules | string | Natural language: what to do after a file loads (e.g. "rename with .done suffix") |
| dedupe | boolean | Required — ask the user rather than assuming a value; omitting it fails the call. Whether |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-dpf-it-mcp-server","endpoint":"/setup_scheduled_pull","input":{"specName":"...","frequency":{}}}'cli
npx cracked-ai run -p mcp-com-dpf-it-mcp-server -e /setup_scheduled_pull -i '{"specName":"...","frequency":{}}'mcp
run_tool({ provider: "mcp-com-dpf-it-mcp-server", endpoint: "/setup_scheduled_pull", input: {"specName":"...","frequency":{}} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.