Skip to main content
Glama
zhouweico

mcp-yearning

by zhouweico

yearning_order_timeline

Read-onlyIdempotent

Retrieve a work order's audit timeline and process steps, showing each reviewer's action and the current stage.

Instructions

查看工单审核时间线与流程步骤(含各审核人动作与当前所处步骤)。

对应 API:GET /api/v2/fetch/timeline + GET /api/v2/fetch/steps

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
work_idYes工单号
source_idNo数据源 ID(影响流程步骤解析)
response_formatNomarkdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds behavioral context by specifying the underlying API endpoints (GET) and the content included (reviewer actions, current step), which goes beyond the annotations.

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 with the main purpose and followed by the API reference. No unnecessary words or repetition.

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 timeline tool with strong annotations and an output schema, the description covers the core behavior and API mapping. It lacks usage scenarios or prerequisites, but these are not critical given the simple read-only nature.

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 work_id and source_id having Chinese descriptions. The description does not add parameter-level details beyond what the schema provides, but the schema already covers the key parameters, so a baseline of 3 is appropriate.

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 it views the work order audit timeline and process steps, including each reviewer's actions and current step. This specific verb+resource combination distinguishes it from sibling tools like order detail, query status, etc.

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

Usage Guidelines3/5

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

The description implies the tool is for viewing timelines and steps, but does not explicitly say when to use it versus alternatives or provide exclusion criteria. It is reasonably clear but lacks direct guidance on tool selection.

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/zhouweico/mcp-yearning'

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