Skip to main content
Glama

The Data Commenter — data economy news

list_notes

List approved reader/agent note threads on a story (public; no token needed).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesdatacommenter.com article URL.

Schema Changelog

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

  1. First observed

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 carries full burden. It discloses that the tool is public and requires no token, but does not detail behavioral traits such as pagination, ordering, or whether it returns full thread content or just metadata. For a read-only list operation, the basic behavior is clear but lacks depth.

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 12-word sentence that front-loads the action and key details. Every word is purposeful with no redundancy or fluff.

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?

For a simple list tool with one parameter and no output schema, the description covers the core purpose, scope (approved reader/agent threads), and access condition (public). It is adequate but could clarify if 'threads' implies full notes or summaries. No critical gaps for basic usage.

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?

Schema description coverage is 100%; the one parameter 'url' is described as 'datacommenter.com article URL.' The tool description adds 'a story' but no additional meaning beyond the schema. At high coverage, baseline 3 is appropriate with no extra value from the description.

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 tool lists approved reader/agent note threads on a story. It specifies 'public; no token needed,' differentiating it from authentication-required tools. The verb 'list' and resource 'note threads' are specific and distinct from siblings like add_note or reply_to_note.

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 explicitly states when to use the tool (to list note threads on a story) and that it is public with no token needed. It implies usage for reading, not mutating. However, it does not explicitly mention when not to use or provide direct alternatives, though the sibling list implicitly covers this.

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.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: fetching content, searching, interacting via notes, managing submissions/edits, and checking account details. Even get_open_questions and get_stale_claims target different needs.

Naming Consistency4/5

Most names follow a verb_noun pattern (add_note, get_article, set_payout_details), but latest_news and my_earnings/my_standing deviate slightly. Overall consistent and readable.

Tool Count5/5

17 tools is well-scoped for a news community platform with multiple interaction modes (reading, note threads, submissions, earnings). No tool feels superfluous.

Completeness5/5

Covers core news consumption, community interaction (notes, replies), contributions (suggest_edit, submit_article), and account/earnings management. No obvious gaps for the stated domain.

Resources