Skip to main content
Glama

List review-panel comment threads

list_comments
Read-only

Retrieve open comment threads in the current Overleaf project, including thread ID, doc path, quoted text, and preview. Optionally filter by document path or include resolved threads.

Instructions

Returns all review-panel comment threads in the open project, sorted by most recently updated. Each entry includes the thread id, the doc path it's anchored on, the quoted text it refers to, the latest message preview, and whether it's resolved. Use read_comment_thread for full content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fullNoInclude full message history per thread instead of just a preview.
path_containsNoFilter to threads anchored in docs whose path contains this substring.
include_resolvedNoInclude already-resolved threads (default: false — show open threads only).
Behavior3/5

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

The annotation readOnlyHint=true aligns with 'Returns.' The description adds sorting and field details. However, it says 'Returns all review-panel comment threads' while the schema's include_resolved parameter defaults to false, meaning only open threads are returned by default, overstating the tool's behavior and missing a key default filter.

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 two sentences, with the first sentence stating purpose and sorting, and the second enumerating returned fields and pointing to an alternative. No filler or redundant content.

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?

Without an output schema, the description provides a useful field list. It also gives context about the open project and points to the full-content tool. The gap is the 'all' vs. default-open-threads mismatch, but the schema's include_resolved description partially covers this. Overall quite complete for a read-only list operation.

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% with descriptions for all three parameters, so the baseline is 3. The description does not add significant parameter-level meaning beyond the schema; it mentions 'latest message preview' but does not explicitly connect it to the `full` parameter.

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 uses a specific verb ('Returns') and identifies the resource ('review-panel comment threads') and scope ('in the open project'), with sorting behavior. It also distinguishes from the sibling 'read_comment_thread' by pointing to it for full content.

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?

It explicitly states 'Use read_comment_thread for full content,' providing a clear alternative. This makes it clear when to use the listing tool versus the full-content tool, offering strong guidance.

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

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/netique/overleaf-mcp'

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