Skip to main content
Glama
sushiHex
by sushiHex

ack

Mark a message as read to clear it from the unread inbox; returns true only if it was unread.

Instructions

Mark a message read so it stops appearing in the unread inbox.

Returns {"ok": true} only if a still-unread message with that id existed (idempotent — a second ack returns false).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
message_idYes
Behavior5/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It clearly explains idempotency, the conditional success ('only if a still-unread message... existed'), and the exact return value. This is thorough for a simple tool.

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 two sentences, front-loaded with the purpose, followed by a crucial behavioral note. Every word earns its place; there is no redundancy or unnecessary detail.

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?

The tool is simple with one parameter and no output schema. The description adequately covers functionality, return semantics, and idempotency, making it complete for the tool's complexity.

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

Parameters3/5

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

The schema offers only the parameter name and type. The description adds that the message must be unread and refers to 'that id', but it does not explain where the id comes from or any constraints beyond the schema's integer type. It adds minimal semantic value.

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 a specific action ('Mark a message read') on a specific resource (a message identified by id) and the resulting effect (removes from unread inbox). It distinguishes itself from sibling tools like 'send' or 'inbox' by focusing on the acknowledgment operation.

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 usage: you should call this when you have an unread message id and want to mark it read. However, it does not explicitly discuss alternatives, prerequisites, or exclusions (e.g., already-read messages), so guidance is only implied rather than explicit.

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/sushiHex/hardline-mcp'

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