Skip to main content
Glama
iflytek

dolphin-mcp-pilot

Official
by iflytek

ds_online_create_file

Create a text file directly from provided content, bypassing upload. Specify filename, suffix, and content to generate scripts or data files within DolphinScheduler.

Instructions

Create a text file inline (no upload required).

Args: file_name: Filename without extension (e.g. "my_script") suffix: File extension without dot (e.g. "py" / "sh" / "sql") content: Text content to write current_dir: Parent directory path, default root "/" description: File description resource_type: FILE or UDF

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
suffixYes
contentYes
file_nameYes
current_dirNo/
descriptionNo
resource_typeNoFILE
Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It only states the action and parameter meanings; it does not mention side effects like overwriting existing files, permission requirements, return values, or error behavior. This is a significant gap for a creation tool.

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 well-structured: a one-line purpose followed by a compact, readable Args list. Every line adds value, especially given the schema lacks field descriptions, and there is no fluff or redundancy.

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?

Parameter semantics are well covered, but the tool has no output schema and no annotations, so the description must also explain return values, error behavior, and whether it overwrites existing files. These are absent, leaving the agent without a complete picture of the tool's behavior.

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 for its fields, but the tool's description adds crucial meaning: file_name is without extension, suffix is without dot and includes examples, current_dir has a default, and resource_type is restricted to FILE or UDF. This richly compensates for the schema's lack of 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 clearly states the tool's function: 'Create a text file inline (no upload required).' The verb 'Create' and resource 'text file' are specific, and the 'no upload required' phrase differentiates it from sibling tools like ds_upload_file, making the purpose unambiguous.

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 clear context for when to use the tool—when creating a file without uploading—but it does not explicitly state when not to use it or name alternative tools beyond the implication that upload is not needed. The guidance is implied rather than explicit.

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