Elron Club Public Rentals
EC
Elron Club Public Rentals
/applications.update

Update a verified Elron Club application

Update bounded applicant, tenancy, and billing data for one email-verified session using its exact current version and a durable idempotency key.

liveverifiedunknown~5s typical
mcpprobedelronclubpublic
$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-club-elron-public-rentals /applications.update for me.

Input

FieldTypeDescription
expectedVersion*string
preferredLanguagestring (de | en)
desiredMoveInDatestring
desiredMoveOutDatestring
desiredDurationMonthsstring
requestedParkingCountstring
minorCountstring
petSummarystring
applicantMessagestring
employmentStatusSummarystring
employerOrCompanyNamestring
tenantProfilesarray
tenantPartyModestring (PRIVATE | COMPANY)
companyTenantNamestring
companyTenantStreetLine1string
companyTenantStreetLine2string
companyTenantPostalCodestring
companyTenantCitystring
companyTenantCountryCodestring
companyTenantSignersarray

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-club-elron-public-rentals","endpoint":"/applications.update","input":{"expectedVersion":"..."}}'
cli
npx cracked-ai run -p mcp-club-elron-public-rentals -e /applications.update -i '{"expectedVersion":"..."}'
mcp
run_tool({ provider: "mcp-club-elron-public-rentals", endpoint: "/applications.update", input: {"expectedVersion":"..."} })

Try it

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