APIShed
A
APIShed
/datemath_add

datemath add

Adds years/months/days to date. years/months are applied together with end-of-month clamping — e.g. 2026-01-31 + 1 month = 2026-02-28, not an overflowed 2026-03

liveverifiedunknown~5s typical
mcpprobedapished
$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-com-apished-apished /datemath_add for me.

Input

FieldTypeDescription
date*stringYYYY-MM-DD
yearsinteger
monthsinteger
daysinteger

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-com-apished-apished","endpoint":"/datemath_add","input":{"date":"..."}}'
cli
npx cracked-ai run -p mcp-com-apished-apished -e /datemath_add -i '{"date":"..."}'
mcp
run_tool({ provider: "mcp-com-apished-apished", endpoint: "/datemath_add", input: {"date":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.