Skip to main content
Glama
rncz

Nextcloud Notes MCP Server

by rncz

list_categories

Retrieve all note categories (directories) from the Nextcloud Notes folder to organize and manage your notes effectively.

Instructions

List all categories (directories) inside /Notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The main handler function for the 'list_categories' tool. It uses the WebDAV client to list items in the /Notes directory and filters out .md files to return only category directories.
    @mcp.tool() def list_categories() -> List[str]: """ List all categories (directories) inside /Notes. """ items = client.list("/Notes") # Keep only directories (exclude .md files) return [f for f in items if not f.endswith('.md')]

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