Skip to main content
Glama
mondaycom

monday MCP Server

Official
by mondaycom

Create Notification

create_notification

Send a notification to a user via bell icon or email, targeting updates, replies, items, or boards.

Instructions

Send a notification to a user via the bell icon and optionally by email. Use target_type "Post" for updates/replies or "Project" for items/boards.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
user_idYesThe user ID to send the notification to
target_idYesThe target ID (update/reply ID for Post type, item/board ID for Project type)
textYesThe notification text
target_typeYesThe target type (Post for update/reply, Project for item/board)
Behavior4/5

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

Annotations show readOnlyHint=false (write operation), destructiveHint=false (not destructive). The description adds that it sends via bell and optionally by email, which is useful context beyond annotations. No contradictions.

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 sentences covering core purpose and usage guidance. Front-loaded with action and channels. No unnecessary words.

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?

The description covers purpose, channels, and target_type usage. However, it does not explain the return value or how to trigger the optional email (no parameter for email). This minor gap prevents a perfect score.

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

Parameters4/5

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

Schema coverage is 100%, but the description adds value by explaining target_type mapping ('Post' for updates/replies, 'Project' for items/boards). It does not elaborate on other parameters, but the schema already describes them adequately.

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 clearly states it sends a notification via bell icon and optionally email, distinguishing it from siblings like create_update. It specifies the target_type options, making the purpose very clear.

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

Usage Guidelines4/5

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

The description gives clear context on when to use (sending notifications) and how to use target_type. However, it does not explicitly state when not to use or mention alternatives, though no alternative notification tool exists among siblings.

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/mondaycom/mcp'

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