Skip to main content
Glama

TickTick MCP Server

by liadgez

ticktick_get_notification_settings

Retrieve current user notification preferences and settings, with options to filter by category and include disabled notification types. Streamlines management of task, habit, calendar, collaboration, and system alerts.

Instructions

Get current notification preferences and settings

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter by notification categoryall
include_disabledNoInclude disabled notification types

Input Schema (JSON Schema)

{ "properties": { "category": { "default": "all", "description": "Filter by notification category", "enum": [ "all", "tasks", "habits", "calendar", "collaboration", "system" ], "type": "string" }, "include_disabled": { "default": false, "description": "Include disabled notification types", "type": "boolean" } }, "type": "object" }

Other Tools from TickTick 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/liadgez/ticktick-mcp-server'

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