Skip to main content
Glama
yingcaihuang

meegle-cli-mcp

by yingcaihuang

List Related Work Items

relation_list
Read-onlyIdempotent

List work items linked by a relation field from a source work item ID. Resolve relation metadata first if the relation ID or field key is unknown.

Instructions

List work items linked by a relation field. Call relation_meta_definitions first when relation_id or relation_field_key is unknown.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
node_idNoOptional node ID when querying relations under a specific node.
page_numNo
page_sizeNoOptional page size, maximum 50.
project_keyNoProject key. Always pass explicitly in multi-project usage; resolve it with project_search first when missing.
relation_idNoOptional relation ID from relation_meta_definitions.
work_item_idYesSource work item ID.
relation_field_keyNoOptional relation field key from relation_meta_definitions.
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds a dependency on relation_meta_definitions but does not elaborate on response format or error behavior, so with annotations lowering the bar, a score of 3 is appropriate.

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 short sentences, front-loaded with the primary action and no redundant phrasing. It efficiently conveys the core purpose and a key prerequisite.

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 list tool with no output schema, the description provides the essential prerequisite and relies on the schema for parameter details. It could mention pagination or response structure, but the schema includes page_num/page_size with defaults, making it reasonably complete.

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 86%, so most parameters are documented. The description reinforces the roles of relation_id and relation_field_key by directing to relation_meta_definitions, but it does not add significant semantic detail beyond what the schema already provides.

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 clearly states the tool lists work items linked by a relation field, which is a specific verb+resource combination. It distinguishes itself from siblings like workitem_query or workitem_get by focusing on relation-based linking.

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?

The description explicitly instructs to call relation_meta_definitions first when relation_id or relation_field_key is unknown, providing a clear prerequisite. It does not explicitly exclude alternatives, but the context is sufficient for an agent to know when this tool is appropriate.

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