Skip to main content
Glama
rncz

Nextcloud Notes MCP Server

by rncz

check_webdav_login

Verify WebDAV authentication for Nextcloud Notes access to manage notes through natural language commands.

Instructions

Check if WebDAV login is successful. Returns a message indicating success or failure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'check_webdav_login' tool, decorated with @mcp.tool() for registration. It checks the WebDAV client connection and returns a success or failure message.
    @mcp.tool() def check_webdav_login() -> str: """ Check if WebDAV login is successful. Returns a message indicating success or failure. """ try: if client.check(): # returns True if login works return "✅ WebDAV login successful!" else: return "❌ WebDAV login failed!" except Exception as e: return f"❌ WebDAV login failed: {e}"

Latest Blog Posts

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/rncz/nextcloud-notes-mcp-server'

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