Skip to main content
Glama

macOS Contacts MCP

by jcontini

get_recent_contacts

Retrieve macOS contacts created or modified within a specified date range using the 'macOS Contacts MCP' server. Filter results by creation, modification, or both, and set limits for maximum output.

Instructions

Get contacts created or modified within a date range

Input Schema

NameRequiredDescriptionDefault
days_backNoNumber of days back to search
limitNoMaximum number of results to return
typeNoType of date to filter bymodified

Input Schema (JSON Schema)

{ "properties": { "days_back": { "default": 30, "description": "Number of days back to search", "type": "integer" }, "limit": { "default": 20, "description": "Maximum number of results to return", "type": "integer" }, "type": { "default": "modified", "description": "Type of date to filter by", "enum": [ "created", "modified", "both" ], "type": "string" } }, "type": "object" }
Install Server

Other Tools from macOS Contacts MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/jcontini/macos-contacts-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server