Skip to main content
Glama

remove_task_notification

Destructive

Remove a specific notification from a task using its index, or clear all notifications at once.

Instructions

Remove a notification from a task by 0-based index, or remove all notifications with removeAll.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexNo0-based index of the notification to remove (see list_task_notifications)
taskIdNoThe ID of the task
taskNameNoThe name of the task (as fallback if ID not provided)
removeAllNoRemove all notifications on the task (default: false)
Behavior3/5

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

Annotations already indicate destructiveHint=true. The description adds the 'remove' verb, which aligns, but does not disclose additional behavioral traits beyond what annotations provide.

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?

Single sentence efficiently conveys purpose and usage modes, with front-loaded verb and resource. No wasted 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?

Covers the two main modes of operation and parameter roles. Lacks detail on edge cases (e.g., index out of range, conflict with removeAll), but acceptable for a simple removal tool with four well-documented parameters.

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

Parameters5/5

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

Description adds meaning beyond schema: clarifies '0-based index', notes fallback behavior with taskName, and introduces the removeAll option. Schema coverage is 100%, but description enhances usability.

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?

Description clearly states verb 'remove' and resource 'notification from a task', specifies two modes (by 0-based index or removeAll), and distinguishes from sibling tools like add_task_notification or list_task_notifications.

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?

States when to use each parameter (index vs removeAll) and references list_task_notifications for obtaining the index. Could be more explicit about prerequisites or when not to use, but context is adequate.

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/jqlts1/omnifocus-mcp-enhanced'

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