Skip to main content
Glama

read_comment_thread

Read-only

Read the full reply thread under one YouTube comment on the signed-in user's channel: the original plus the whole back-and-forth, so you can reply in context. Call this BEFORE drafting a reply to ONE specific comment that has replies (marked [THREAD] in read_comments) and to see whose turn it is in an ongoing conversation. Do NOT call this for a general question about what people are saying or the themes across their comments; that is read_comments only. Only open a thread when you are actually about to reply to one specific comment. Use the comment's id (the 'lc=' value from its reply link). Part of Klyf Pro's reply flow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
comment_idYesThe id of the top-level comment whose thread to read (the 'lc=' value from its reply link)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, and destructiveHint, so the safety profile is covered. The description adds genuine behavioral value beyond that: the return scope (original plus whole back-and-forth), the workflow position ('part of Klyf Pro's reply flow'), and the sequencing requirement to call before drafting. It does not cover rate limits or pagination, so it falls just short of a 5.

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?

Front-loads the core purpose in the first sentence, then layers routing and ID guidance. Slightly longer than strictly necessary with some overlap between the 'reply in context' rationale and the selection rules, but nearly every sentence carries routing weight.

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?

For a single-parameter read tool with no output schema, the description supplies everything an agent needs: what is returned, when to invoke it, when not to, and how to source the comment id. Nothing material is missing.

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 coverage is 100% and the single parameter is already documented. The description restates the same 'lc=' value from the reply link, adding no syntax or format detail beyond the schema, so baseline 3 applies.

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 a specific verb and resource: reading the full reply thread under one YouTube comment, including the original plus the entire back-and-forth. It distinguishes itself from the sibling read_comments explicitly, so an agent can choose correctly without opening a schema.

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?

Gives explicit when ('BEFORE drafting a reply to ONE specific comment that has replies', marked [THREAD] in read_comments), when-not ('Do NOT call this for a general question about what people are saying... that is read_comments only'), and a reinforcing constraint ('Only open a thread when you are actually about to reply'). Routing is unambiguous.

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