Skip to main content
Glama
yingcaihuang

meegle-cli-mcp

by yingcaihuang

List Comments

comment_list
Read-onlyIdempotent

Retrieve comments for a work item, filtering by optional start and end times to narrow results.

Instructions

List comments on a work item. Use optional start_time and end_time to narrow the time window.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_timeNoOptional end time filter.
page_numNo
start_timeNoOptional start time filter.
project_keyNoProject key. Always pass explicitly in multi-project usage; resolve it with project_search first when missing.
work_item_idYesTarget work item ID.
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is known. The description adds the time-window filtering behavior but does not disclose pagination or response structure. With annotations covering safety, this is adequate but not rich.

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, front-loaded, and contains no redundant information. It is highly concise and efficiently conveys the core purpose and primary usage.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is minimal. It does not mention pagination (page_num) or the project_key requirement, and there is no output schema, so the agent may be unsure about return format. Given 5 parameters, this is an incomplete description.

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 80%, so the baseline is 3. The description reiterates the time filter parameters but does not add meaning for page_num or project_key beyond what is already in the schema.

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 states the tool lists comments on a work item, which is a specific verb+resource action. It is distinguishable from siblings like comment_add and workitem_get, though it does not explicitly name alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives such as workitem_get or comment_add. The only usage advice is about optional time filters, which is parameter-level guidance, not tool selection context.

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/yingcaihuang/meegle-cli-mcp'

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