Enterprise Products Partners Pipeline Operations API — Operations

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

Run with Naftiko Enterprise Products PartnersOperations

What You Can Do

GET
Getcapacity — Get Capacity Information
/v1/capacity

MCP Tools

get-capacity-information

Get Capacity Information

read-only idempotent

Capability Spec

pipeline-operations-operations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Enterprise Products Partners Pipeline Operations API — Operations
  description: 'Enterprise Products Partners Pipeline Operations API — Operations. 1 operations. Lead operation: Get Capacity
    Information. Self-contained Naftiko capability covering one Enterprise Products Partners business surface.'
  tags:
  - Enterprise Products Partners
  - Operations
  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-operations
    baseUri: https://api.enterpriseproducts.com
    description: Enterprise Products Partners Pipeline Operations API — Operations business capability. Self-contained, no
      shared references.
    resources:
    - name: capacity
      path: /capacity
      operations:
      - name: getcapacity
        method: GET
        description: Get Capacity Information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: pipeline-operations-operations-rest
    port: 8080
    description: REST adapter for Enterprise Products Partners Pipeline Operations API — Operations. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/capacity
      name: capacity
      description: REST surface for capacity.
      operations:
      - method: GET
        name: getcapacity
        description: Get Capacity Information
        call: pipeline-operations-operations.getcapacity
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: pipeline-operations-operations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Enterprise Products Partners Pipeline Operations API — Operations. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: get-capacity-information
      description: Get Capacity Information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: pipeline-operations-operations.getcapacity
      outputParameters:
      - type: object
        mapping: $.