Skip to main content
Glama

MCP Outline Server

by Vortiago

get_comment

Retrieve specific comment details by ID, including content and metadata, for reference or quoting purposes. Optionally include anchor text from the document the comment refers to.

Instructions

Retrieves a specific comment by its ID. Use this tool when you need to: - View details of a specific comment - Reference or quote a particular comment - Check comment content and metadata - Find a comment mentioned elsewhere Args: comment_id: The comment ID to retrieve include_anchor_text: Whether to include the document text that the comment refers to Returns: Formatted string with the comment content and metadata

Input Schema

NameRequiredDescriptionDefault
comment_idYes
include_anchor_textNo

Input Schema (JSON Schema)

{ "properties": { "comment_id": { "title": "Comment Id", "type": "string" }, "include_anchor_text": { "default": false, "title": "Include Anchor Text", "type": "boolean" } }, "required": [ "comment_id" ], "title": "get_commentArguments", "type": "object" }

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