INDIVIDUAL MCP TOOL
get_job_runs
Fetch a bounded execution history for one exact Croncool job id, most recent first.
LIVE ENDPOINT
https://mcp.cron.cool/mcp
Connect to this endpoint to inspect the live schema for get_job_runs and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.croncool-mcp]
url = "https://mcp.cron.cool/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"croncool-mcp": {
"type": "http",
"url": "https://mcp.cron.cool/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: croncool-mcp
Remote MCP URL: https://mcp.cron.cool/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"croncool-mcp": {
"url": "https://mcp.cron.cool/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"croncool-mcp": {
"type": "http",
"url": "https://mcp.cron.cool/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "croncool-mcp",
"transport": "streamable-http",
"url": "https://mcp.cron.cool/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_projects— List a bounded set of Croncool projects the authenticated user can access.list_jobs— List a bounded page of Croncool jobs in the authenticated organization, optionally filtered by exact project id.get_job— Fetch a single Croncool cron job by exact id.run_job— Trigger one existing Croncool job by exact id immediately, outside its schedule.list_workflows— List a bounded set of durable workflows for one exact Croncool project id with per-status run counts and most recent run time.list_workflow_runs— List a bounded page of durable workflow runs for one exact Croncool project id, optionally filtered by workflow name and status.get_workflow_run— Fetch one durable workflow run by exact project id and run id together with a bounded set of steps.list_webhook_subscriptions— List a bounded set of webhook delivery-health records in the authenticated Croncool organization, optionally filtered by exact project id.