What It Does
Schedule recurring tasks, manage workflows, and automate time-based operations via Claude.Run It
Output
When you run it, you see:Configuration
Required environment variables:MCP Integration
Add to Claude Desktop config:Tool Info
What You Can Do
Via Claude, you can:- Create scheduled workflows (cron syntax)
- Manage recurring tasks
- Execute workflows on-demand
- Monitor workflow execution
- Handle workflow events
- Manage workflow templates
- Track execution history
Example Usage
In Claude:Cron Syntax
Spark uses standard cron expressions:0 3 * * *- Daily at 3 AM*/15 * * * *- Every 15 minutes0 9 * * MON-FRI- Weekdays at 9 AM0 0 1 * *- First day of each month at midnight0 17 * * FRI- Every Friday at 5 PM
Setting Up Spark
You need a Spark instance: Cloud-hosted:- Sign up at Spark cloud service
- Get API key
- Use cloud URL
Workflow Types
Scheduled workflows:- Run at specific times (cron)
- Recurring execution
- Timezone-aware
- Triggered by webhooks
- Respond to system events
- Chain with other workflows
- Manual execution
- API-triggered
- One-time runs
Troubleshooting
Problem: Can’t connect to Spark APIReal-World Example
Automated deployment pipeline:Workflow Management
Via Claude, you can:Execution Monitoring
Track workflow runs:Workflow Templates
Create reusable templates:Combine with Other Tools
With Omni (notifications):Workflow Dependencies
Chain workflows:- Sequential execution
- Parallel execution
- Conditional execution
- Error handling
Rate Limits
Check your Spark plan:- Workflows per account
- Executions per day
- Concurrent executions
- Free tier: 10 workflows, 100 executions/day
- Pro tier: 100 workflows, 10,000 executions/day
- Enterprise: Unlimited
Security
Protect your API key:- Validate signatures
- Use HTTPS only
- IP whitelisting
Execution Context
Workflows execute with:- Environment variables
- API credentials
- System context
- Previous execution data
Error Handling
Workflows support:- Retry on failure (configurable attempts)
- Fallback workflows
- Error notifications
- Rollback capabilities
Cost
Spark pricing (typical):- Free tier: 100 executions/month
- Starter: 10,000 executions/month, $9/month
- Pro: 100,000 executions/month, $49/month
- Enterprise: Unlimited, custom pricing

