Call Me

Your AI rings your iPhone, speaks its question, and gets your spoken answer back as text.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    Your AI rings your iPhone, speaks its question, and gets your spoken answer back as text.

    Server tool list (6)

    Raw names from tools/list. Only developers need these.

    setupReturn first-setup instructions and a clickable App Store download link when no number is available.
    callRing the human's iPhone, speak the question aloud, and return what they say. Waits up to ~30s; if the result comes back status "ringing", follow up with poll_result. On a local client, read `to` from `~/.aiphone/config.json` → `user_number`; this hosted server cannot read that file itself. It is a Call Me app number, not a regular phone number. If missing, returns setup_required with the App Store link. Pass a previous session_token to stay in the same thread on their phone.
    poll_resultCheck on a call that was still ringing. Waits up to ~25s for it to settle; returns the final status and transcript once the human answers, declines, or the ring times out ("missed").
    textSend a one-way text to the human's phone (push notification, no ring). On a local client, read `to` from `~/.aiphone/config.json` → `user_number`; this hosted server cannot read that file itself. If missing, returns setup_required with the App Store link. Pass a previous session_token to stay in the same thread.
    wait_for_replyWait for the human to send something back to this session — texts and voicemail transcripts arrive here. Long-polls up to wait_s (max 30s); returns {events, cursor}. Pass the returned cursor next time to only see new events. An empty events list just means nothing yet — poll again if you are still waiting.
    set_thread_titleName this session's conversation thread on the human's phone (e.g. the project or task you are working on). Shown as the thread title in the app.
    Call Me: connect to Claude, ChatGPT, Cursor · Connectors.fun