Skip to main content
Glama

Metis ยท News Radar โ€” Mark Publications Read

mark_publications_read

Mark new publications as read by their IDs to remove them from the new publications queue and prevent them from surfacing again. Returns a confirmation count.

Instructions

Mark new publications as read by their IDs.

Clears items from the "new publications" queue once the user has seen them,
stamping each with a read time so they stop resurfacing. Use the IDs
returned by get_new_publications.

Args:
    ids: List of new_publications row IDs to mark as read; an empty list is
        a no-op.

Returns:
    A confirmation message with the count of publications marked as read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the tool clears items from the 'new publications' queue, stamps a read time, and that an empty list is a no-op. These behavioral insights are valuable beyond the schema.

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 extremely concise: a single sentence plus structured Args and Returns sections. Every sentence adds value. It front-loads the core purpose and efficiently covers necessary details.

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?

Given the simple tool (1 required param, output schema exists), the description covers purpose, usage context, parameter semantics, and return value. It ties to the sibling tool 'get_new_publications' and explains the effect. No gaps remain.

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 has 1 parameter 'ids' with no description (0% coverage). The description adds meaning: 'List of new_publications row IDs to mark as read; an empty list is a no-op.' This explains source of IDs and special behavior, compensating for the schema's lack of documentation.

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 verb 'Mark' and resource 'new publications', and specifies it operates by IDs. It explains the effect: clearing from the queue and stamping read time. It distinguishes from sibling 'get_new_publications' by being the counterpart to mark items as read.

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?

Description explicitly says 'Use the IDs returned by get_new_publications', providing clear context for when to use this tool. It implies the workflow: get new publications then mark them read. It doesn't mention when not to use or alternatives, but the context is sufficient for correct invocation.

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/SVerITG/Metis'

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