Skip to main content
Glama

reminders

Create, list, and update personal reminders in ClickUp. Filter by due date, type, or overdue status, and mark reminders as completed.

Instructions

Manage personal reminders in ClickUp. Use action "list" to search/filter, "create" to add, or "update" to modify or complete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (list only)
titleNoRequired for create: title for the reminder
actionYesAction to perform
cursorNoPagination cursor (list only)
due_dateNoDue date in YYYY-MM-DD or YYYY-MM-DD HH:MM format
is_overdueNoFilter overdue (list only)
descriptionNoDescription (create/update)
reminder_idNoRequired for update: the ID of the reminder
is_completedNoMark completed/incomplete (update only)
reminder_typeNoFilter by type (list only)
due_date_statusNoFilter by due date status (list only)
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description must disclose behavioral traits. It only glosses the action enum (e.g., 'modify or complete') and does not explain side effects, required parameters for each action, output formats, or potential errors. The schema covers parameter applicability, but the description adds little beyond the structured fields.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences, well-structured with front-loaded purpose and a clear action breakdown. Every word earns its place, no redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a multi-action tool with 11 parameters and no output schema, the rich schema descriptions compensate for the minimal description. The description conveys that the tool is a dispatcher for reminders and leaves parameter detail to the schema. It could add a note about typical use cases or required fields, but the current level is sufficient given high schema coverage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds no additional parameter details beyond what the schema already provides; it does not explain format, defaults, or relationships between parameters beyond the action enum, which is already in the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb+resource: "Manage personal reminders in ClickUp," and explicitly enumerates the three actions (list, create, update) with their purposes (search/filter, add, modify/complete). This clearly distinguishes it from sibling tools like tasks, lists, or comments.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives in-tool action guidance but does not provide when-to-use vs alternatives. It never mentions that this tool is for personal reminders as opposed to tasks or checklists, nor does it note any prerequisites or exclusions. The guidance is limited to action dispatch, not tool selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/benthesoundguy/clickup-mcp-server'

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