Skip to main content
Glama
NGS360

NGS360 MCP Server

Official
by NGS360

create_pipeline

Create a new pipeline as a named collection of workflows. Optionally specify version, attributes, and included workflow IDs.

Instructions

Create a new pipeline (named collection of workflows).

Args: name: Pipeline name version: Optional version string attributes: Optional key-value attributes workflow_ids: Optional list of workflow UUIDs to include

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
versionNo
attributesNo
workflow_idsNo
Behavior2/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 only states the action ('Create a new pipeline') without disclosing side effects, required permissions, error states, or idempotency. The agent is given no behavioral context beyond the basic verb.

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 extremely concise: one sentence defining the tool plus a clean list of parameter descriptions. No superfluous text. It is front-loaded with the primary action and easy to scan.

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?

The description defines the tool's purpose and parameters adequately but omits critical context: no return value info (what is returned on success?), no example, no note on error handling or idempotency. For a creation tool with no output schema, this gap is notable.

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 0%, so the description is the sole source. The Args section adds basic meaning (e.g., 'Optional version string', 'Optional key-value attributes'), but these are minimal and do not cover constraints or formatting. For instance, 'attributes' type is complex (array of objects) but the description simplifies it.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool creates a new pipeline with the parenthetical 'named collection of workflows' providing context. It distinguishes from sibling tools like 'create_workflow' and 'add_workflow_to_pipeline'. However, it could be more explicit about its scope (e.g., creating the top-level entity).

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 (e.g., creating a workflow separately or using add_workflow_to_pipeline). There is no mention of prerequisites or exclusions, leaving the agent to infer usage from the tool name alone.

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

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