Skip to main content
Glama
This connector has been deprecated

This connector has been replaced by Reflecto.

Server Details

Send notifications, ask approval questions, ring, remind and deliver files to your own paired phone.

Ownership verified
Status
Unhealthy
OAuth
Works in Glama
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 2 tool updates
    • Changedlist_devices2 fields changed
      • addedOutput schema / properties / devices / items / properties / deviceId
        Added value: +{
        +  "description": "Stable opaque id. Pass this as send_notification's `device` to reach exactly one device — labels are NOT unique, and a shared label delivers to every device that has it.",
        +  "type": "string"
        +}
      • changedOutput schema / properties / devices / items / required
        Previous value: -[
        -  "label",
        -  "type",
        -  "reachable",
        -  "lastSeenAt"
        -]New value: +[
        +  "deviceId",
        +  "label",
        +  "type",
        +  "reachable",
        +  "lastSeenAt"
        +]
    • Changedsend_notification1 field changed
      • changedInput schema / properties / device / description
        Previous value: -"Which devices to notify. Prefer the reliable values: 'all' (default), 'phone'/'mobile', or 'desktop'. A comma-separated list of custom device labels also works; call list_devices first to discover the exact labels (when that tool is available). An unknown label is skipped with a warning rather than failing — use the class names above unless the user named a specific device."New value: +"Which devices to notify. Prefer the reliable values: 'all' (default), 'phone'/'mobile', or 'desktop'. A comma-separated list of custom device labels also works; call list_devices first to discover the exact labels (when that tool is available). To reach EXACTLY one device, pass its `deviceId` from list_devices instead of its label — labels are not unique, and a label shared by two devices delivers to both. An unknown label is skipped with a warning rather than failing — use the class names above unless the user named a specific device."
  2. 1 tool update
    • Changedlist_devices4 fields changed
      • changedOutput schema / properties / devices / items / properties / lastSeenAt / description
        Previous value: -"Unix timestamp in seconds of last server contact"New value: +"Unix timestamp in seconds of last server contact. Coarse (hourly) for phones — prefer statusReportedAt for recency when present"
      • removedOutput schema / properties / devices / items / properties / online
        Removed value: -{
        -  "type": "boolean"
        -}
      • addedOutput schema / properties / devices / items / properties / reachable
        Added value: +{
        +  "description": "Whether the server has a delivery channel to the device right now. For a phone this means a live push registration — it can be reached, even if it is currently asleep or switched off. It does NOT mean the user is active on the device.",
        +  "type": "boolean"
        +}
      • changedOutput schema / properties / devices / items / required
        Previous value: -[
        -  "label",
        -  "type",
        -  "online",
        -  "lastSeenAt"
        -]New value: +[
        +  "label",
        +  "type",
        +  "reachable",
        +  "lastSeenAt"
        +]
  3. 9 tool updates
    • First observedcancel_reminder
    • First observedcheck_reply
    • First observedfind_my_phone
    • First observedget_shared_items
    • First observedlist_devices
    • First observedremind_me
    • First observedrequest_approval
    • First observedsend_file
    • First observedsend_notification

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.5/5.0
Disambiguation5/5

Each tool targets a distinct action: scheduling vs cancelling reminders, pushing vs ringing a phone, sending vs receiving files/shared items, and requesting vs polling approvals. The only close pair, send_notification and remind_me, is clearly separated by immediacy vs future scheduling, and the descriptions reinforce the boundary.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern: cancel_reminder, check_reply, get_shared_items, list_devices, request_approval, send_file, send_notification. Minor possessive forms like find_my_phone and remind_me still fit the imperative verb-first style without creating confusion.

Tool Count5/5

Nine tools is well within the ideal range and each one earns its place in a personal-device integration server. The surface covers notifications, reminders, approvals, shared items, file delivery, device discovery, and phone location without redundant or filler tools.

Completeness4/5

Core workflows are covered: reminders can be scheduled and cancelled, approvals can be requested and polled, notifications can be sent, and shared items can be read incrementally. Minor gaps exist, such as no way to cancel a pending approval and no update mechanism for reminders, but these are workable and the server is explicitly stateless about some of them.

Resources