Skip to main content
Glama
HookbaseApp

Hookbase MCP Server

by HookbaseApp

hookbase_create_cron_job

Schedule automated HTTP requests at specified intervals using cron expressions. Define URL, method, headers, and payload for recurring webhook or API calls.

Instructions

Create a new scheduled cron job that makes HTTP requests on a schedule.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesDisplay name for the cron job
cron_expressionYesCron expression (e.g., "0 * * * *" for hourly, "0 0 * * *" for daily)
urlYesURL to request when the job runs
methodNoHTTP method (default: POST)
headersNoCustom headers to include
payloadNoRequest body (for POST/PUT/PATCH)
timezoneNoTimezone for the schedule (default: UTC)
timeout_msNoRequest timeout in milliseconds (default: 30000)
descriptionNoOptional description

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HookbaseApp/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server