Skip to main content
Glama
ckall

Archery MCP Server

by ckall

workflow_list

Retrieve a paginated list of SQL workflow tickets filtered by status, instance name, or submitter.

Instructions

获取 SQL 上线工单列表。

Args: status: 工单状态: workflow_manreviewing(待审核), workflow_review_pass(审核通过), workflow_queuing(排队中), workflow_executing(执行中), workflow_finish(已完成), workflow_abort(已终止) instance_name: 按实例名过滤 engineer: 按提交人过滤 page: 页码 page_size: 每页数量

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
statusNo
engineerNo
page_sizeNo
instance_nameNo
Behavior2/5

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

No annotations provided, so description carries full burden. It fails to disclose pagination behavior, default sorting, or any side effects. Only lists parameters without explaining the underlying behavior.

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?

Front-loaded with purpose. Parameter list is clean and well-organized. No redundant or missing sentences.

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?

No output schema and no description of return values. Given 5 parameters and no annotations, missing behavioral context like pagination behavior, default ordering, or what fields are returned.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 0% description coverage, but the description adds meaning by explaining each parameter in Chinese (e.g., status values, filter purposes). Compensates well for the gap.

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?

Description starts with clear verb '获取' and resource 'SQL上线工单列表', distinguishing it from sibling tools like workflow_submit or workflow_audit which perform actions rather than listing.

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?

Implies usage for listing workflows with filters, but does not explicitly state when to use this tool over alternatives such as workflow_pending_list or other companion tools.

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/ckall/archery-mcp-server'

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