Skip to main content
Glama

Mark a thread read

mark_read

Clears the unread counter for a thread.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
thread_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description carries the full burden, but it only states that the unread counter is cleared. It does not disclose whose counter is affected, whether the operation is idempotent, what auth is required, or whether it also alters message-level read state.

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?

The description is a single sentence with no filler; every word contributes to the core meaning. It is appropriately sized for a one-mutation tool.

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

Completeness2/5

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

For a simple tool the description is not fully complete: it lacks usage context, parameter semantics, and behavioral scope. An agent can infer that a thread_id is needed, but not when to use the tool or what exactly changes beyond the counter.

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

Parameters2/5

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

The schema has 0% description coverage, so the description must compensate. It adds only that the target is a thread, giving minimal meaning to thread_id, but it does not explain what constitutes a thread ID, where to obtain it, or any expected format.

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 precise action and resource: clearing the unread counter for a thread. This differentiates it from siblings like read_messages or inbox, which concern reading or listing messages rather than updating read state.

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?

No guidance is provided about when to call this tool versus alternatives such as read_messages or inbox, nor any prerequisites like how to obtain a valid thread_id. The intended invocation context is only implied by the tool name and title.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.