Skip to main content
Glama

create_workflow

Create a new empty workflow. Returns the new workflow's id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
folder_idNo
visibilityNoorganization
descriptionNo
organization_permissionNoedit

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

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

The description mentions that the tool returns the new workflow's id, which is useful behavioral information. However, it does not disclose side effects such as which workspace the workflow is created in or any permission requirements. The annotations are present but do not provide much detail beyond the basic flags.

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 a single, concise sentence that directly states the action and output. It is well-structured and to the point, with no unnecessary information.

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?

While an output schema exists and the description notes the return id, it omits important context such as the required name parameter, the meaning and default of visibility vs organization_permission, and where the workflow is created. The tool description is too sparse to give a complete picture of how to call it correctly.

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

Parameters1/5

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

The description provides no explanation of the five parameters (name, folder_id, visibility, description, organization_permission). With 0% schema coverage, the description fails to compensate by describing parameter meanings, defaults, or constraints.

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 verb 'create' and the resource 'workflow', specifying that it is a new empty workflow. This distinguishes it from sibling tools like update_workflow, delete_workflow, and get_workflow.

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?

No guidance is provided on when to use this tool versus alternatives. It does not mention scenarios where creating a workflow is appropriate or where other creation tools (like create_checkpoint) should be used instead.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.