Skip to main content
Glama

list_processed_workflows

Get a paginated list of workflows the current user has already processed. Filter by workflow template ID or return all types to review completed approvals.

Instructions

获取已办(归档)流程列表

获取当前用户已处理的流程列表。

Args: page_no: 页码,从1开始 page_size: 每页条数 workflow_id: 工作流模板ID,留空则使用默认配置 all_types: 为 True 时返回所有流程类型

Returns: 已办流程列表 JSON 字符串

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_noNo
all_typesNo
page_sizeNo
workflow_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are supplied, so the description carries the full burden of behavioral disclosure. It only states that the tool returns a JSON string and mentions arguments; it does not explicitly state that the operation is read-only, how pagination behaves, what 'archived' means, or what errors or edge cases to expect.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a purpose statement followed by Args and Returns sections. The argument details are concise and easy to scan. The first sentence is slightly redundant with the second, but the overall structure is efficient.

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

Completeness3/5

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

Given the output schema exists and all parameters are described, the core invocation details are covered. However, with no annotations and several overlapping sibling tools, the description is missing guidance on alternatives and deeper behavioral context, leaving the agent to infer when this specific list is appropriate.

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

Parameters5/5

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

Schema description coverage is 0%, but the description compensates by explaining every parameter: page_no starts at 1, page_size is per-page count, workflow_id defaults to the default configuration when blank, and all_types returns all workflow types when True. This adds meaning well beyond the bare schema titles.

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 identifies the tool as retrieving a list of '已办(归档)流程' (processed/archived workflows) and further restricts it to '当前用户已处理' (current user's processed items). This gives a specific verb, resource, and scope, but it doesn't explicitly contrast the tool with sibling tools like list_todo_workflows or list_all_workflows.

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?

The description implies the tool is for a current user's processed/archived workflows, but it provides no explicit guidance on when to choose this tool over siblings such as list_todo_workflows, list_my_workflows, or list_all_workflows. There are no exclusion criteria or alternative recommendations.

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

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/initialdhz/weaver-mcp'

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