Skip to main content
Glama
This connector has been deprecated

Connector is incorrectly listed. Official connector is https://glama.ai/mcp/connectors/com.markupbase.mcp/markup-base

list_threads

Read-only

List all preserved review threads and replies for one viewable artifact in chronological order, including anchors and open, resolved, or outdated state. This is read-only; use add_comment, reply_to_thread, or set_thread_status to make a change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
documentIdYesID of the artifact containing the target resource.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
threadsYes

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description reinforces this with 'This is read-only'. It adds useful behavioral context about what is included ('anchors and open, resolved, or outdated state') and ordering ('chronological order'), going beyond the annotation. It does not contradict annotations.

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?

Two sentences, no fluff. The first sentence states the action and scope, the second provides usage guidance. Every word earns its place.

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?

With an output schema present and readOnlyHint annotation, the description covers purpose, scope, ordering, included states, and explicitly names mutation alternatives. This is fully sufficient for an agent to select and invoke the tool correctly.

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 coverage is 100%, so the schema already documents documentId with a description. The tool description adds no additional parameter-specific meaning beyond calling it a 'viewable artifact', which is already implied. Baseline 3 is appropriate per the rubric.

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 uses the specific verb 'List' and clearly identifies the resource: 'all preserved review threads and replies for one viewable artifact'. It also includes key details like chronological order and thread states, which distinguishes it from sibling tools like list_documents or list_review_inbox.

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

Usage Guidelines5/5

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

The description explicitly states 'This is read-only; use add_comment, reply_to_thread, or set_thread_status to make a change.' This directly tells the agent when to use this tool versus alternatives, and the 'for one viewable artifact' phrase clarifies the scope.

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

A4.7/5.0
Disambiguation5/5

Each tool targets a distinct action and resource: document operations, version publishing, review workflow, and thread management are clearly separated. No two tools overlap in purpose, and descriptions reinforce their unique roles.

Naming Consistency5/5

Tool names consistently follow a verb_noun pattern (create_document, list_threads, publish_version, etc.). The single exception, whoami, is a conventional command and does not disrupt the overall consistency.

Tool Count5/5

12 tools is well within the ideal range for a document review and commenting server. Each tool covers a necessary operation without redundancy, and the count feels proportionate to the domain.

Completeness5/5

The tool surface covers the full lifecycle: document creation/reading/listing, version publishing, review request/assignment/completion, comment threads with add/reply/status updates, and identity lookup. No obvious missing operations for the stated purpose.

Resources