Skip to main content
Glama

create_pipeline

Create a multi-step pipeline that runs agents sequentially, each receiving the previous agent's output as input. Specify the agent order to automate complex workflows.

Instructions

Create a new pipeline by specifying an ordered list of agent IDs. Agents run in sequence, each receiving the previous agent's output as input.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesA short name for the pipeline.
descriptionYesWhat this pipeline does.
agent_idsYesOrdered list of agent IDs to run in sequence (max 20). Use list_agents to find agent IDs.
api_keyNoYour Project Hub API key.
Behavior3/5

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

Discloses that agents run in sequence and each receives previous output. However, with no annotations, missing details on idempotency, uniqueness constraints, or error behavior (e.g., duplicate name).

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?

Single sentence, front-loaded with purpose. No extraneous information. Efficient and clear.

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?

Given no annotations and no output schema, description omits return value (likely pipeline ID) and error scenarios. Adequate for creation but not fully complete for agent decision-making.

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 descriptions cover all 4 parameters (100% coverage). The tool description adds minimal extra: only the sequential chaining behavior. Baseline 3 is appropriate as schema already provides meaning.

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 'Create a new pipeline' with specific verb and resource. It distinguishes from siblings like run_pipeline (execution) and list_pipelines (listing) by focusing on creation.

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

Usage Guidelines3/5

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

Implies usage for creating a pipeline, but lacks explicit when-to-use vs alternatives like run_pipeline. No prerequisite guidance (e.g., agents must exist, listing via list_agents is hinted in schema but not description).

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/atikahjapry/project-hub-mcp'

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