Skip to main content
Glama

Get Comment Details

fizzy_get_comment
Read-only

Fetch detailed information about a specific comment, including full HTML, author, timestamp, and reactions. Use account slug, card number, and comment ID to retrieve the comment's complete data.

Instructions

Get detailed information about a specific comment including full HTML content, author, timestamp, and reactions. Use this to read a specific comment in detail.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
comment_idYesThe unique comment identifier: a 25-character identifier, e.g., '0000000000000000000000abc'. Get comment IDs from fizzy_get_card_comments.
card_numberYesThe card number - the visible ID shown on the board (e.g., '#123'). This is different from card_id and is used for some endpoints. Card numbers are shown in the Fizzy UI and are user-friendly identifiers.
account_slugYesThe account slug identifier (e.g., '123456' or '/123456'). This identifies which Fizzy account to operate on. Get available account slugs from fizzy_get_identity or fizzy_get_accounts.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.0

TDQS

A3.9/5.0
Behavior4/5

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

The read-only and non-destructive behavior is already covered by annotations (readOnlyHint=true, destructiveHint=false). The description adds meaningful behavioral context by disclosing that the response includes full HTML content, author, timestamp, and reactions, which is especially valuable given there is no output schema. It does not discuss auth or rate limits, but that is not critical for a simple read operation.

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 concise at under 30 words and front-loads the core purpose in the first sentence. The second sentence, 'Use this to read a specific comment in detail,' is mostly redundant with the first but does add a usage directive, introducing only minor repetition.

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?

For a single-comment read tool with read-only annotations, the description adequately conveys purpose, return content, and usage intent. The absence of an output schema makes the return-field enumeration especially helpful. A small gap is the lack of explicit routing to get_card_comments for listing, but the schema already instructs how to obtain comment IDs.

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 is thoroughly documented with examples and sources (e.g., comment_id points to get_card_comments). The description adds no parameter-specific meaning beyond the schema, so the baseline score of 3 applies.

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 clearly identifies the action ('Get detailed information') and the resource ('a specific comment'), enumerating key output fields (full HTML content, author, timestamp, reactions). It does not explicitly name the sibling list tool gereal_comments, but the phrasing 'specific comment' and 'in detail' distinguishes it from a list operation.

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?

Provides a clear usage directive: 'Use this to read a specific comment in detail.' This establishes when the tool is appropriate, though it doesn't explicitly mention alternatives or exclusion scenarios, such as pointing to get_card_comments for listing all comments.

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

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/Fabric-Pro/fizzy-mcp'

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