Skip to main content
Glama

macOS Contacts MCP

by jcontini

get_recent_contacts

Retrieve macOS Contacts created or modified within a specified date range. Use inputs like days back, type (created/modified/both), and limit to filter results efficiently. Simplifies contact management directly via the macOS Contacts MCP server.

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" }

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