Skip to main content
Glama
EasyModeOnly

@ezquill/mcp-server

by EasyModeOnly

list_feedback

Read-only

Retrieve comment threads and suggested edits for a writing project. Filter by chapter or include resolved items to review collaborator feedback before revising.

Instructions

Open comment threads and suggested edits on a project. Read this before revising a chapter — it is what the writer's collaborators have already said about it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeIdNoOnly threads on this node.
projectIdYes
includeResolvedNoDefault false.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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

The readOnlyHint annotation already communicates safety. The description adds useful context about the returned content ('comment threads and suggested edits') and the collaborative nature of the data, but it does not disclose behaviors like default resolved filtering or pagination. This is acceptable but not exceptional beyond the annotation.

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?

Two sentences with no wasted words. The core behavior is front-loaded, and the second sentence gives practical guidance without redundancy.

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 read-only list tool with three parameters and no output schema, the description provides enough context for correct invocation: it names the resource, scope, and timing. A small gap is that it doesn't mention resolved-thread behavior or return format, but these are minor and partially covered by the schema.

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 67%, with nodeId and includeResolved already described in the schema. The description does not add parameter-specific semantics, though it does clarify that the data is attached to a project/chapter context. With partial schema coverage, this is adequate but could do more to explain the relationship between projectId and nodeId.

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 ('Open') with a clear resource ('comment threads and suggested edits on a project'). This is distinct from all sibling tools, none of which are feedback-focused, so an agent can immediately recognize what this tool does.

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?

It provides an explicit usage trigger: 'Read this before revising a chapter.' This tells the agent when to call the tool, though it does not state when not to use it or name an alternative. The sibling list contains no other feedback-specific tool, so no alternative comparison is necessary.

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