EC
Elron Club Public Rentals
/viewings.respond_to_proposal
Accept or decline a viewing proposal
Accept or decline one pending Elron Club proposal with explicit confirmation, an exact application version, and a durable idempotency key. Acceptance may send t
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 /viewings.respond_to_proposal for me.
Input
| Field | Type | Description |
|---|---|---|
| expectedVersion* | string | |
| action* | string (ACCEPT | DECLINE) | |
| responseConfirmed* | boolean | |
| sessionToken* | string | |
| proposalId* | string | |
| idempotencyKey* | string |
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":"/viewings.respond_to_proposal","input":{"expectedVersion":"...","action":"ACCEPT","responseConfirmed":true,"sessionToken":"...","proposalId":"...","idempotencyKey":"..."}}'cli
npx cracked-ai run -p mcp-club-elron-public-rentals -e /viewings.respond_to_proposal -i '{"expectedVersion":"...","action":"ACCEPT","responseConfirmed":true,"sessionToken":"...","proposalId":"...","idempotencyKey":"..."}'mcp
run_tool({ provider: "mcp-club-elron-public-rentals", endpoint: "/viewings.respond_to_proposal", input: {"expectedVersion":"...","action":"ACCEPT","responseConfirmed":true,"sessionToken":"...","proposalId":"...","idempotencyKey":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.