Skip to main content
Glama

Validate Flow

soloflow_validate_flow

Validate Flow files by checking DAG structure, circular dependencies, and step references. Get validation results and topological levels to ensure correct workflow execution.

Instructions

校验一个 Flow 文件——检查 DAG 结构、循环依赖、步骤引用。返回校验结果和拓扑层级。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesFlow 名称
Behavior4/5

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

No annotations are provided, so the description bears full responsibility. It discloses the core behaviors: checking DAG structure, circular dependencies, step references, and returning validation results plus topological hierarchy. It implies a non-destructive validation operation, though it could be more explicit about being read-only.

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 short sentences, front-loading the purpose and stating the return value. There is no redundant information, making it highly efficient.

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's simplicity (one parameter, no output schema, no annotations), the description covers all necessary context: what it validates, the specific checks, and what it returns. It is fully sufficient for an agent to understand and invoke the tool.

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?

The only parameter 'name' is fully described in the schema (Flow 名称), so schema coverage is 100%. The description does not add any additional semantic meaning beyond what the schema already provides, so the baseline of 3 applies.

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 validates a Flow file, specifying the exact checks (DAG structure, circular dependencies, step references) and the return value (validation result and topological hierarchy). It explicitly distinguishes this from the sibling tool soloflow_validate_skill.

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 clearly implies when to use it (when you need to validate a Flow file) but does not explicitly contrast it with alternatives like soloflow_validate_skill or state when not to use it. Still, the context is clear and not misleading.

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/halexzd686-cloud/SoloFlow'

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