Skip to main content
Glama

Mark Notification Read

mark_notification_read
Destructive

Mark a notification as read by providing its public ID from list_notifications, clearing unread status in your Routebase workspace.

Instructions

Mark one notification as read. Get the id from list_notifications. Requires organization context (call set_context first).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notificationIdYesPublic ID (GUID) of the notification

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.1

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=false and destructiveHint=true, and the description reinforces the mutating nature of the action. It adds useful context beyond annotations by specifying the prerequisite organization context and the source for the notification ID.

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?

Three short, front-loaded sentences with no filler. Every sentence contributes either the action, the ID source, or the prerequisite call.

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

Completeness5/5

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

For a single-parameter mutation tool with annotations and no output schema, the description fully covers what the tool does, where the parameter comes from, and the required setup. Nothing essential is missing.

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?

The schema already fully documents notificationId as the Public ID (GUID), so the baseline is 3. The description adds extra value by telling the agent to obtain this ID from list_notifications, which helps with correct invocation.

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 uses a specific verb and resource: 'Mark one notification as read.' It clearly distinguishes this tool from mark_all_notifications_read by specifying 'one,' and it tells the agent where to get the identifier (list_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?

The description provides clear usage context: get the id from list_notifications and call set_context first. It does not explicitly call out mark_all_notifications_read as the alternative for bulk operations, but the 'one' wording implies the distinction.

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/routebase-dev/routebase-mcp'

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