Skip to main content
Glama
prepmonk

baic-dl-mcp

by prepmonk

create_pipeline

Create a data pipeline for BAIC Data Layer by providing source, knowledge base, and cluster IDs. Returns pipeline and version IDs required to save SQL.

Instructions

Create a data pipeline.

source_id and knowledge_base_id identify where the pipeline writes; knowledge_cluster_id supplies the context the agent reasons over. Returns the pipeline id and its first version id, both needed to save SQL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
source_idYes
descriptionYes
knowledge_base_idYes
knowledge_cluster_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description must carry the full burden, and it does well by explaining the meaning of the key parameters and what the tool returns (pipeline id and first version id). It does not discuss idempotency, auth, or error behavior, but for a 'create' action, the disclosed semantics are adequate.

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 with no fluff. It front-loads the purpose ('Create a data pipeline'), then provides a compact parameter explanation, and ends with the return value and its use. Every sentence earns its place.

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 complexity (5 required parameters, no annotations, no schema descriptions) and the existence of an output schema, the description is complete enough: it informs the agent what to pass and what to expect in return, and it positions the tool in the workflow via 'both needed to save SQL.' Minor gaps exist, like not explaining what a 'pipeline' or 'first version' means, but these are not critical.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must compensate. It adds meaning to the most confusing parameters: source_id and knowledge_base_id are defined as write targets, and knowledge_cluster_id is defined as reasoning context. The remaining parameters (name, description) are self-explanatory, so the description fills the gap effectively.

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 opens with 'Create a data pipeline,' a specific verb+resource statement that clearly distinguishes it from sibling tools like generate_pipeline_sql, save_pipeline_sql, and delete_pipeline. It further clarifies that it creates a pipeline and returns IDs, reinforcing the creation role.

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 provides clear context on how to use the tool: it explains that source_id and knowledge_base_id identify where the pipeline writes, and knowledge_cluster_id supplies reasoning context. It also states the returned IDs are 'needed to save SQL,' implying this tool should be used before saving SQL. However, it does not explicitly list when not to use it or alternatives.

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/prepmonk/baic-dl-mcp'

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