Skip to main content
Glama
us-all

openmetadata-mcp-server

by us-all

create-pipeline

Create a new pipeline in OpenMetadata by specifying its name and service. Supports adding tasks, tags, and owners.

Instructions

Create a new pipeline

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesPipeline name
serviceYesFQN of the pipeline service
descriptionNoPipeline description in markdown
displayNameNoDisplay name
sourceUrlNoSource URL of the pipeline
tasksNoPipeline task definitions
tagsNoTags to apply
ownersNoOwner references
Behavior1/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. The one-line description 'Create a new pipeline' gives no information about mutation behavior, idempotency, error conditions, or side effects, which is severely lacking for a create operation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise at one sentence, which is front-loaded. However, it is too terse and lacks necessary detail; it is not well-structured for understanding the tool's purpose beyond the name. It earns its place but could be slightly expanded.

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

Completeness2/5

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

The tool has 8 parameters (2 required) and no output schema. The one-line description does not explain the return value, the effect of creation, or how it relates to other pipeline entities. For a complex entity with many parameters, the description is insufficiently complete.

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% with all parameters having descriptions, so the baseline is 3. The tool description does not add any additional meaning or context beyond what the schema already provides, hence it meets but does not exceed the baseline.

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 action 'Create' and the resource 'pipeline', which is a specific verb+resource. However, there are many sibling 'create-*' tools (e.g., create-chart, create-database) and the description does not distinguish what a pipeline is in this context, so it lacks sibling differentiation.

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?

The description provides no guidance on when to use this tool versus alternatives. Given the large number of sibling 'create-*' tools, there is no context about prerequisites, scenarios, or trade-offs.

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/us-all/openmetadata-mcp-server'

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