Skip to main content
Glama
iflytek

dolphin-mcp-pilot

Official
by iflytek

ds_list_schedules

List schedule configurations in a DolphinScheduler project. Filter by workflow code to view schedules for a specific process, or enable simplify to get cron and release state summaries.

Instructions

List schedule configurations (optionally filtered by workflow_code).

v2.0.12: merged ds_list_schedules_in_project and ds_get_workflow_schedule.

  • workflow_code=0 (default): list all schedules in the project

  • workflow_code=: list schedules for that specific workflow

  • simplify=True: return a summary dict with has_schedule/cron/release_state

Args: project_name: Project name workflow_code: Process-definition code (0 = no filter) simplify: Return summary dict instead of raw list page_no: Page number page_size: Items per page

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_noNo
simplifyNo
page_sizeNo
project_nameYes
workflow_codeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description must carry the transparency burden. It does so by disclosing the merge history, the default behavior of workflow_code=0, and the effect of simplify=True (returning has_schedule/cron/release_state). It does not mention error cases or pagination edge cases, but for a read-only list operation, these are minor gaps. The behavior is otherwise transparent.

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 short intro, a version note, bullet points for behavior, and a clear Args block. It is not overly long, and each line contributes useful information. The v2.0.12 merge note is nice for historical context but not essential for operation, slightly reducing conciseness. Overall, it remains efficient and scannable.

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

Completeness5/5

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

Given the tool has 5 parameters, no annotations, and an output schema, the description covers all the essential operational details: what the list returns, how filtering works, the simplify option, and pagination. The output schema handles return value specifics, so the description need not repeat them. The description is complete enough for an agent to invoke the tool correctly with confidence.

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?

The input schema has no descriptions (0% coverage), so the description must explain each parameter. It does: project_name, workflow_code with '0 = no filter', simplify returning a summary dict, and page_no/page_size for pagination. This adds substantial meaning beyond the raw schema, fully compensating for the lack of schema descriptions.

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 opens with a clear, specific statement: 'List schedule configurations (optionally filtered by workflow_code).' It identifies the action (list) and resource (schedule configurations), and the optional filter distinguishes it from plain list tools. The merge note clarifies its scope relative to older tools, reinforcing distinctness from siblings like ds_set_schedule or ds_delete_schedule.

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 provides explicit usage guidance for the primary parameter: workflow_code=0 lists all schedules in the project, while a specific value filters to that workflow. This tells the agent when to use each mode. It does not explicitly describe alternatives among siblings, but the purpose is clear enough that a listing tool is the only read option here. The simplify flag is also explained with its output, adding contextual usage direction.

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/iflytek/dolphin-mcp-pilot'

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