Skip to main content
Glama

add_comment

Enables users to add feedback, ask questions, or reply to comments within a document. Supports markdown for formatting and integrates with the MCP Outline Server for streamlined collaboration.

Instructions

    Adds a comment to a document or replies to an existing comment.
    
    Use this tool when you need to:
    - Provide feedback on document content
    - Ask questions about specific information
    - Reply to another user's comment
    - Collaborate with others on document development
    
    Args:
        document_id: The document to comment on
        text: The comment text (supports markdown)
        parent_comment_id: Optional ID of a parent comment (for replies)
        
    Returns:
        Result message with the new comment ID
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
document_idYes
parent_comment_idNo
textYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that this is a write operation ('adds', 'replies') and mentions collaboration aspects, but lacks details about permissions, rate limits, or error conditions. It adds some behavioral context but doesn't fully compensate for the absence of 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 well-structured and front-loaded with the core purpose, followed by usage guidelines and parameter details. Every sentence adds value without redundancy, making it efficient and easy to parse.

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 no annotations and no output schema, the description does a good job covering purpose, usage, and parameters. However, as a mutation tool, it could benefit from more behavioral context (e.g., permissions, side effects). It's mostly complete but has minor gaps in transparency.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description compensates by explaining all 3 parameters: 'document_id' (the document to comment on), 'text' (comment text with markdown support), and 'parent_comment_id' (optional for replies). It adds meaningful semantics beyond the bare schema, though it doesn't cover format details like ID structure.

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 purpose with specific verbs ('adds a comment', 'replies to an existing comment') and resources ('document'), distinguishing it from siblings like 'get_comment' (reads) or 'list_document_comments' (lists). It precisely defines what the tool does without being tautological.

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 provides explicit usage guidelines with a bulleted list of when to use this tool ('provide feedback', 'ask questions', 'reply to another user's comment', 'collaborate'), clearly differentiating it from read-only sibling tools. It gives concrete scenarios without being vague.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Related Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Vortiago/mcp-outline'

If you have feedback or need assistance with the MCP directory API, please join our Discord server