DAV MCP Server

by jahfer

get_file_or_folder_details

Fetch detailed metadata for a specific file or folder using its unique URL from DAV MCP Server, aiding in managing CalDAV, CardDAV, and WebDAV services effectively.

Input Schema

NameRequiredDescriptionDefault
fileUrlYesThe unique identifier (URL) of the file or folder to get details for. You can get this from 'list_my_files_and_folders'.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "fileUrl": { "description": "The unique identifier (URL) of the file or folder to get details for. You can get this from 'list_my_files_and_folders'.", "type": "string" } }, "required": [ "fileUrl" ], "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