Skip to main content
Glama
SourceParts

Source Parts MCP Server

Official
by SourceParts

eco_create

Create an Engineering Change Order (ECO) that bundles specified ECNs, commits changes to a repository, and optionally generates a pull request.

Instructions

Create a new Engineering Change Order (ECO) that bundles ECNs.

The API clones the repo, creates the ECO file in ECO/, commits, and optionally creates a PR.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesSource Parts project ID or git repo URL
eco_idYesECO identifier (e.g. 'ECO-003')
titleYesECO title describing the change scope
revisionYesRevision identifier (e.g. 'EVT1 → EVT2', 'DVT updates')
ecn_idsNoList of ECN IDs to bundle (e.g. ['ECN-041', 'ECN-042'])
authorNoAuthor name
bodyNoECO body content (markdown)
create_prNoIf True, create a pull request with the change
branchNoTarget branch for the commit

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that the API clones a repo, creates a file, commits, and optionally creates a PR. However, it does not mention failure scenarios (e.g., duplicate ECO ID), permissions required, or the irreversible nature of commits. The description adds some behavioral context but lacks comprehensive disclosure.

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, with two sentences that front-load the purpose and then succinctly describe the process. Every word adds value; there is no redundancy or fluff. It is appropriately sized for a tool with moderate complexity.

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 the tool has 9 parameters and an output schema, the description covers the core action but omits important context such as prerequisites (e.g., ECNs must exist), side effects (repo changes are permanent), and constraints (ECO ID uniqueness). The output schema likely documents return values, but the missing context about preconditions and failure modes leaves the agent underinformed.

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%, so the input schema already describes all parameters adequately. The description does not add any additional meaning or context beyond the schema. It does not explain parameter relationships or valid values, so it meets the baseline but does not exceed it.

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 the action ('create') and the resource ('Engineering Change Order'), and specifies that it bundles ECNs. It distinguishes from sibling tools like ecn_create (creates individual ECNs) and eco_approve (different action). The verb+resource+scope is specific and unambiguous.

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?

The description does not explicitly state when to use this tool versus alternatives, nor does it provide exclusions or prerequisites. It implies usage through the name, but lacks guidance for the agent to differentiate from the many sibling eco/ecn tools. No 'when not to use' or alternative recommendations are given.

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/SourceParts/parts-mcp'

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