Timix.AI
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

FieldTypeDescription
name*stringA descriptive profile name, e.g. "US Holidays 2026" or "Israel 2026".
year*integerThe calendar year this profile governs (e.g. 2026). It applies only to its year.
holidays*stringA JSON array (as a string) of the confirmed holidays, each an object: {"date":"YYYY-MM-DD"
default_for_countriesstringOptional comma-separated ISO-2 country codes this profile is the country-default for (for
set_as_defaultbooleanOptional. Set this profile as the organization's default holiday set for its year.
sourcestringProvenance of the dates: "hebcal", "nager", "manual", or "ai". Use the source returned by
notesstringOptional 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.