Skip to main content
Glama
doitintl

DoiT MCP Server

Official
by doitintl

build_cloud_flow

Create a new CloudFlow automation from a natural-language description, tracking real-time build progress. Returns the new flow's ID, builder's answer, and executed steps.

Instructions

Use this when the user wants to build a brand-new CloudFlow automation from scratch using natural language. Streams real-time progress while the AI builds the flow, then returns the newly created flow's ID, the builder's answer, and the build steps that ran. Use refine_cloudflow to change an existing flow; use this only to create a new one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
questionYesNatural language description of the CloudFlow to build from scratch.
conversationIdNoOptional conversation ID to continue an existing build session.

Schema Changelog

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

  1. Changed4 schema fields changedv0.22.1
    • removedInput schema / $schema
      Removed value: -"http://json-schema.org/draft-07/schema#"
    • removedInput schema / additionalProperties
      Removed value: -false
    • changedInput schema / properties / conversationId / description
      Previous value: -"ID of an existing conversation to continue. When omitted, a new conversation is started."New value: +"Optional conversation ID to continue an existing build session."
    • removedInput schema / properties / customerContext
      Removed value: -{
      -  "description": "Scope the request to a specific customer by ID. Required for DoiT employees (whose token isn't tied to a single customer); omit for direct customer users.",
      -  "type": "string"
      -}
  2. Addedv0.19.2

TDQS

A4.4/5.0
Behavior4/5

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

Annotations indicate this is a non-read-only, non-destructive operation, but the description adds valuable behavior: it streams real-time progress, returns the created flow's ID, the builder's answer, and the build steps that ran. This goes beyond the annotation flags and helps the agent set expectations about the tool's side effects and result format.

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 three sentences, front-loads the trigger condition, and includes the key usage distinction and output summary. Every sentence earns its place without redundancy or unnecessary detail.

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

Completeness4/5

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

Given the lack of an output schema, the description adequately covers return values and the streaming behavior. It omits only minor details such as the exact meaning of 'builder's answer' and how streaming is delivered, but the core information an agent needs to call this tool correctly is present.

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 description coverage is 100%, and the schema already documents both `question` and `conversationId` clearly. The description adds general context about the natural-language build process and return values but does not materially deepen parameter-level understanding beyond what the schema provides.

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 a specific action ('build a brand-new CloudFlow automation from scratch') and specifies the output: the new flow's ID, the builder's answer, and the build steps. It also differentiates itself from the sibling tool refine_cloudflow, making its scope unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly says when to use the tool ('when the user wants to build a brand-new CloudFlow automation from scratch using natural language') and when not to, naming the alternative: 'Use refine_cloudflow to change an existing flow; use this only to create a new one.' This gives clear selection guidance.

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/doitintl/doit-mcp-server'

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