Skip to main content
Glama
subbuyalla

WeTrack Enterprise MCP Server

by subbuyalla

wetrack_mark_all_notifications_read

Mark all notifications as read in one action. Clear the entire notification list without opening each item.

Instructions

Mark ALL notifications as read for the authenticated user at once.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It clearly indicates a write operation (marking as read) but does not disclose side effects (e.g., irreversibility, potential to mark all across all scopes), auth requirements beyond 'authenticated user', or return behavior. For a simple mutation, this is acceptable but not rich.

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?

A single sentence, front-loaded with the action and scope. No unnecessary words, no fluff. Highly concise and efficient.

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?

Given the tool has no parameters and an output schema exists (which would describe return values), the description is largely complete. It covers the action, scope, and user context. It could optionally mention that this is a bulk convenience operation, but that is already implied by 'ALL'. Missing details like confirmation or effects on unread counts are minor given the simplicity.

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?

There are zero parameters, so schema coverage is trivially 100%. The description adds useful context by specifying that the operation applies to the authenticated user's notifications, which is beyond what an empty schema can convey. Baseline 4 is appropriate.

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 the action (mark as read), the scope (ALL notifications), and the target (authenticated user). It explicitly uses 'ALL' to differentiate from the singular sibling wetrack_mark_notification_read, making the purpose unambiguous.

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

Usage Guidelines3/5

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

The description implies bulk usage but does not explicitly state when to prefer this over calling the singular mark_notification_read repeatedly. It lacks a when-to-use/when-not-to-use distinction, though the 'ALL' wording hints at it. No alternatives are mentioned.

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

Deploy Server

Other Tools