mcp-server
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

FieldTypeDescription
workspaceIdstringWorkspace to act on. Defaults to your only workspace if you have exactly one.
hostnamestringsftp: SFTP server hostname to pull from.
usernamestringsftp only. Defaults to "sftpuser".
roleArnstringaws_s3: the IAM role the customer will create/update.
s3Bucketstringaws_s3: bucket to poll. Required when roleArn is given.
s3Prefixstringaws_s3 only. Optional key prefix; defaults to the whole bucket.
specName*stringAlready-analyzed data spec to load files into (see onboard_data_source)
frequency*objectPull schedule.
preRulesstringNatural language: which files to pick up (e.g. "only *.csv under /outbound")
postRulesstringNatural language: what to do after a file loads (e.g. "rename with .done suffix")
dedupebooleanRequired — 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.