Skip to main content
Glama

Reply to a project comment

reply_to_comment
Destructive

Post a reply under the connected PaperDock account, marked as created via an AI agent, immediately to an open Comment. Use a commentId returned by list_comments or copied from PaperDock. If a Comment is not found, call list_comments once and do not retry the same missing commentId. It is visible to project collaborators, and later removal cannot undo prior delivery or reading. Write body as natural, collaborator-facing prose.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes
commentIdYes
projectIdYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
replyYes
commentIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

The description mentions the reply is marked as AI-generated and visible to collaborators, and notes that later removal cannot undo delivery/reading. However, it does not clarify the destructive nature (annotations indicate destructiveHint=true) or any side effects beyond visibility, leaving some behavioral aspects implicit.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact, with each sentence contributing meaning. It efficiently conveys purpose, usage hints, and side-effect awareness. Minor redundancy in mentioning 'connected PaperDock account' and 'immediately' could be trimmed, but overall it is well-structured.

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?

Given the output schema exists and the description is concise, the main missing context is the exact behavior on missing comments (already partially stated) and any error conditions. It covers the key aspects an agent needs: what to do, what to pass, and what to expect. Slight gaps remain regarding projectId semantics and failure handling.

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 0%, so the description carries the burden. It explains commentId (from list_comments) and body (natural prose), but does not explain projectId beyond its name. It adds some meaning for two of three parameters, but projectId is only self-evident from the name.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb ('Post a reply') and a resource ('project comment'), clearly distinguishing it from sibling tools like create_comment and list_comments. It also notes the reply is marked as AI-generated and visible to collaborators, adding useful context.

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 implicitly indicates when to use this tool (when replying to an existing comment, using a commentId from list_comments or PaperDock) and provides guidance on handling missing comments (call list_comments once, do not retry). It does not explicitly name alternatives like create_comment, but the context is clear enough.

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.

Resources