Skip to main content
Glama
rncz

Nextcloud Notes MCP Server

by rncz

list_uncategorized_notes

Retrieve Markdown files from the main Notes folder to identify unorganized documents for categorization and management.

Instructions

List all Markdown (.md) files directly inside /Notes (not in subfolders).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The main handler function for the 'list_uncategorized_notes' tool. It lists Markdown files directly in the /Notes directory using the WebDAV client. The @mcp.tool() decorator registers it as an MCP tool.
    @mcp.tool() def list_uncategorized_notes() -> List[str]: """ List all Markdown (.md) files directly inside /Notes (not in subfolders). """ items = client.list("/Notes") return [f for f in items if 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