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

reply_to_thread

Idempotent

Append a rate-limited reply to an existing review thread without changing its anchor or status. The caller needs comment access. Use add_comment to create a new thread or set_thread_status to resolve or reopen one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesReply text to append to the existing thread.
threadIdYesID of an existing review thread in the artifact.
documentIdYesID of the artifact containing the target resource.
idempotencyKeyYesStable unique key for this intended change; reuse only to retry the same inputs.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
bodyYes
authorIdYes
editedAtYes
createdAtYesISO 8601 timestamp.
authorNameYes
authorOnBehalfOfIdYes
authorOnBehalfOfNameYes

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already indicate non-read-only but idempotent and not destructive. The description adds value by disclosing the rate-limited nature of the reply, the preservation of anchor/status, and the comment access requirement. It does not elaborate on the rate-limit behavior itself, but the extra context is meaningful beyond 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?

The description is two sentences, front-loaded with the core action and constraints, followed by concise sibling guidance. No wasted words.

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?

With 4 parameters, output schema, and annotations covering idempotency, the description provides enough for an agent to decide invocation. It covers purpose, access, and alternatives. The rate-limit ambiguity is a minor gap, but the presence of an output schema and good annotations keep it mostly complete.

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%, and each parameter has descriptive text. The tool description does not add meaning beyond the schema, but the schema already clearly explains body, threadId, documentId, and idempotencyKey. Baseline of 3 is appropriate.

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's primary action: 'Append a rate-limited reply to an existing review thread without changing its anchor or status.' This specifically names the verb (append), resource (review thread), and scopes (rate-limited, no anchor/status change). It also distinguishes from siblings by naming add_comment and set_thread_status as alternatives.

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 says when to use this tool vs alternatives: 'Use add_comment to create a new thread or set_thread_status to resolve or reopen one.' It also states the prerequisite of needing comment access, providing clear context for invocation.

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