DAV MCP Server

by jahfer

get_contacts_from_list

Retrieve contacts from a specific address book using its unique URL. Integrates with the DAV MCP Server for seamless access to CardDAV services like Fastmail and iCloud.

Input Schema

NameRequiredDescriptionDefault
addressBookUrlYesThe unique identifier (URL) of the contact list from which to fetch contacts. You can get this from 'get_my_contact_lists'.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "addressBookUrl": { "description": "The unique identifier (URL) of the contact list from which to fetch contacts. You can get this from 'get_my_contact_lists'.", "type": "string" } }, "required": [ "addressBookUrl" ], "type": "object" }

You must be authenticated.

Other Tools from DAV MCP Server

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/jahfer/dav-mcp-server'

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