T
Timix.AI
/create_holiday_profile
create holiday profile
Create and SAVE a national-holiday profile for the organization for a specific year, AFTER the user has explicitly reviewed and confirmed the holiday list. Each
liveunknown~5s typical
mcptimix.ai
$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-ai-timix-time-tracking /create_holiday_profile for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | A descriptive profile name, e.g. "US Holidays 2026" or "Israel 2026". |
| year* | integer | The calendar year this profile governs (e.g. 2026). It applies only to its year. |
| holidays* | string | A JSON array (as a string) of the confirmed holidays, each an object: {"date":"YYYY-MM-DD" |
| default_for_countries | string | Optional comma-separated ISO-2 country codes this profile is the country-default for (for |
| set_as_default | boolean | Optional. Set this profile as the organization's default holiday set for its year. |
| source | string | Provenance of the dates: "hebcal", "nager", "manual", or "ai". Use the source returned by |
| notes | string | Optional free-text notes about this profile. |
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-ai-timix-time-tracking","endpoint":"/create_holiday_profile","input":{"name":"...","year":1,"holidays":"..."}}'cli
npx cracked-ai run -p mcp-ai-timix-time-tracking -e /create_holiday_profile -i '{"name":"...","year":1,"holidays":"..."}'mcp
run_tool({ provider: "mcp-ai-timix-time-tracking", endpoint: "/create_holiday_profile", input: {"name":"...","year":1,"holidays":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.