Enterprise Products Partners Pipeline Operations API — Pipelines

Enterprise Products Partners Pipeline Operations API — Pipelines. 2 operations. Lead operation: Get Pipelines. Self-contained Naftiko capability covering one Enterprise Products Partners business surface.

Run with Naftiko Enterprise Products PartnersPipelines

What You Can Do

GET
Getpipelines — Get Pipelines
/v1/pipelines
GET
Getpipelinebyid — Get Pipeline by ID
/v1/pipelines/{pipelineid}

MCP Tools

get-pipelines

Get Pipelines

read-only idempotent
get-pipeline-id

Get Pipeline by ID

read-only idempotent

Capability Spec

pipeline-operations-pipelines.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Enterprise Products Partners Pipeline Operations API — Pipelines
  description: 'Enterprise Products Partners Pipeline Operations API — Pipelines. 2 operations. Lead operation: Get Pipelines.
    Self-contained Naftiko capability covering one Enterprise Products Partners business surface.'
  tags:
  - Enterprise Products Partners
  - Pipelines
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENTERPRISE_PRODUCTS_PARTNERS_API_KEY: ENTERPRISE_PRODUCTS_PARTNERS_API_KEY
capability:
  consumes:
  - type: http
    namespace: pipeline-operations-pipelines
    baseUri: https://api.enterpriseproducts.com
    description: Enterprise Products Partners Pipeline Operations API — Pipelines business capability. Self-contained, no
      shared references.
    resources:
    - name: pipelines
      path: /pipelines
      operations:
      - name: getpipelines
        method: GET
        description: Get Pipelines
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: pipelines-pipelineId
      path: /pipelines/{pipelineId}
      operations:
      - name: getpipelinebyid
        method: GET
        description: Get Pipeline by ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pipelineId
          in: path
          type: string
          required: true
  exposes:
  - type: rest
    namespace: pipeline-operations-pipelines-rest
    port: 8080
    description: REST adapter for Enterprise Products Partners Pipeline Operations API — Pipelines. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/pipelines
      name: pipelines
      description: REST surface for pipelines.
      operations:
      - method: GET
        name: getpipelines
        description: Get Pipelines
        call: pipeline-operations-pipelines.getpipelines
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/pipelines/{pipelineid}
      name: pipelines-pipelineid
      description: REST surface for pipelines-pipelineId.
      operations:
      - method: GET
        name: getpipelinebyid
        description: Get Pipeline by ID
        call: pipeline-operations-pipelines.getpipelinebyid
        with:
          pipelineId: rest.pipelineId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: pipeline-operations-pipelines-mcp
    port: 9090
    transport: http
    description: MCP adapter for Enterprise Products Partners Pipeline Operations API — Pipelines. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: get-pipelines
      description: Get Pipelines
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: pipeline-operations-pipelines.getpipelines
      outputParameters:
      - type: object
        mapping: $.
    - name: get-pipeline-id
      description: Get Pipeline by ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: pipeline-operations-pipelines.getpipelinebyid
      with:
        pipelineId: tools.pipelineId
      outputParameters:
      - type: object
        mapping: $.