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

add_comment

Idempotent

Create a new open review thread with its first comment, anchored to the whole artifact, exact text, or an HTML element in one immutable version. The caller needs comment access and comment creation is rate-limited. Use reply_to_thread for an existing discussion instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesInitial review comment for the new thread.
anchorNoLocation in the specified version; defaults to the whole artifact.
versionIdYesID of the exact immutable artifact version.
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
anchorYesLocation for a new thread: the whole artifact, exact text, or an HTML element.
statusYesCurrent review-thread state.
commentsYes
outdatedYes
createdAtYesISO 8601 timestamp.
documentIdYes
resolvedAtYes
resolvedByYes
resolvedByNameYes
statusUpdatedAtYes
statusUpdatedByYes
createdVersionIdYes
currentVersionIdYes
statusUpdatedByNameYes
resolvedOnBehalfOfIdYes
resolvedOnBehalfOfNameYes
statusUpdatedOnBehalfOfIdYes
statusUpdatedOnBehalfOfNameYes

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already mark this as a write (readOnlyHint=false) and idempotent (idempotentHint=true). The description adds that the thread is created open, anchored to an immutable version, and requires comment access; also mentions rate limiting. No contradiction with annotations, though it doesn't elaborate on idempotent handling.

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 with no filler; front-loads the action and object, then covers prerequisites, rate limit, and alternative tool. Every clause adds useful information.

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?

Description covers purpose, prerequisites, rate limiting, and alternative tooling; schema and output schema handle parameter details and return values. For a create-thread tool with an output schema and rich annotations, this is sufficiently 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 provides full descriptions for all 5 parameters (100% coverage), including the anchor oneOf variants and idempotencyKey semantics. The description's mention of anchoring to 'whole artifact, exact text, or an HTML element' maps to the anchor parameter but adds no new syntax beyond the schema.

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?

States specific action 'Create a new open review thread with its first comment' and identifies three anchoring modes. Distinguishes from sibling 'reply_to_thread' by explicitly targeting new threads. Clear verb and resource.

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?

Explicitly instructs to use 'reply_to_thread' for existing discussions, providing a direct alternative. Also notes caller must have comment access and that comment creation is rate-limited, setting usage expectations.

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