lookup_holiday
ActiveTool of GoCreative Agent API
declared in 1.27.1
List public holidays for a country and year (ISO-2 country code). Use for scheduling, booking, and HR/calendar agents. Example call: {"country": "US", "year": "2026"} Cost: $0.005–$0.05 USDC on Base per call.
Parameters schema
{
"type": "object",
"title": "lookup_holidayArguments",
"required": [
"country",
"year"
],
"properties": {
"year": {
"type": "string",
"title": "Year"
},
"country": {
"type": "string",
"title": "Country"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
GoCreative Agent API
1/7 registries