Skip to main content
Glama
Particle-Academy

fancy-flow-mcp-js

Create Workflow

create_workflow

Create a new empty workflow draft and get a workflow_id to pass to other tools. Nothing is executed until you explicitly run the workflow.

Instructions

Start a new, empty workflow draft and return its workflow_id. Every other tool takes that id. Nothing is persisted beyond the host's store, and creating a workflow never runs anything.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesHuman-readable name for the workflow, e.g. "Nightly digest".
workflow_idNoOptional explicit id. Omit to have one minted.

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden, and it handles this well. It explicitly states that no workflow ever runs anything and that nothing is persisted beyond the host's store, giving an agent useful side-effect expectations.

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 short and front-loaded: first sentence establishes the core purpose and return value; second sentence adds two valuable behavioral constraints. Every sentence earns its place.

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?

For a simple two-parameter create tool with no output schema, the description is complete. It explains the returned workflow_id, the created object's initial state, and the absence of side effects.

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?

Schema coverage is 100%, and both parameters are already described in the schema. The description adds some useful context about the returned workflow_id but does not materially extend the meaning of either name or optional workflow_id.

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 action: "Start a new, empty workflow draft" and names the return value, workflow_id. It also distinguishes itself from sibling tools by signaling that this is the entry point, since "every other tool takes that id."

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 communicates when to use it: first, to obtain the workflow_id that other tools consume. It does not explicitly contrast it with import_workflow or other creation-like alternatives, so it misses the explicit when-not guidance needed for a 5.

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/Particle-Academy/fancy-flow-mcp-js'

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