Microsoft Project · Capability

Microsoft Project Online REST API — Enterprise Project Types

Microsoft Project Online REST API — Enterprise Project Types. 4 operations. Lead operation: Microsoft Project List Enterprise Project Types. Self-contained Naftiko capability covering one Microsoft Project business surface.

Run with Naftiko Microsoft ProjectEnterprise Project Types

What You Can Do

GET
Listenterpriseprojecttypes — Microsoft Project List Enterprise Project Types
/v1/enterpriseprojecttypes
POST
Createenterpriseprojecttype — Microsoft Project Create Enterprise Project Type
/v1/enterpriseprojecttypes
GET
Getenterpriseprojecttype — Microsoft Project Get Enterprise Project Type
/v1/enterpriseprojecttypes-projecttypeid
DELETE
Deleteenterpriseprojecttype — Microsoft Project Delete Enterprise Project Type
/v1/enterpriseprojecttypes-projecttypeid

MCP Tools

microsoft-project-list-enterprise-project

Microsoft Project List Enterprise Project Types

read-only idempotent
microsoft-project-create-enterprise-project

Microsoft Project Create Enterprise Project Type

microsoft-project-get-enterprise-project

Microsoft Project Get Enterprise Project Type

read-only idempotent
microsoft-project-delete-enterprise-project

Microsoft Project Delete Enterprise Project Type

idempotent

Capability Spec

rest-enterprise-project-types.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Project Online REST API — Enterprise Project Types
  description: 'Microsoft Project Online REST API — Enterprise Project Types. 4 operations. Lead operation: Microsoft Project
    List Enterprise Project Types. Self-contained Naftiko capability covering one Microsoft Project business surface.'
  tags:
  - Microsoft Project
  - Enterprise Project Types
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_PROJECT_API_KEY: MICROSOFT_PROJECT_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-enterprise-project-types
    baseUri: https://{tenant}.sharepoint.com/sites/pwa/_api/ProjectServer
    description: Microsoft Project Online REST API — Enterprise Project Types business capability. Self-contained, no shared
      references.
    resources:
    - name: EnterpriseProjectTypes
      path: /EnterpriseProjectTypes
      operations:
      - name: listenterpriseprojecttypes
        method: GET
        description: Microsoft Project List Enterprise Project Types
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createenterpriseprojecttype
        method: POST
        description: Microsoft Project Create Enterprise Project Type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: EnterpriseProjectTypes('{projectTypeId}')
      path: /EnterpriseProjectTypes('{projectTypeId}')
      operations:
      - name: getenterpriseprojecttype
        method: GET
        description: Microsoft Project Get Enterprise Project Type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deleteenterpriseprojecttype
        method: DELETE
        description: Microsoft Project Delete Enterprise Project Type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_PROJECT_API_KEY}}'
  exposes:
  - type: rest
    namespace: rest-enterprise-project-types-rest
    port: 8080
    description: REST adapter for Microsoft Project Online REST API — Enterprise Project Types. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/enterpriseprojecttypes
      name: enterpriseprojecttypes
      description: REST surface for EnterpriseProjectTypes.
      operations:
      - method: GET
        name: listenterpriseprojecttypes
        description: Microsoft Project List Enterprise Project Types
        call: rest-enterprise-project-types.listenterpriseprojecttypes
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createenterpriseprojecttype
        description: Microsoft Project Create Enterprise Project Type
        call: rest-enterprise-project-types.createenterpriseprojecttype
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/enterpriseprojecttypes-projecttypeid
      name: enterpriseprojecttypes-projecttypeid
      description: REST surface for EnterpriseProjectTypes('{projectTypeId}').
      operations:
      - method: GET
        name: getenterpriseprojecttype
        description: Microsoft Project Get Enterprise Project Type
        call: rest-enterprise-project-types.getenterpriseprojecttype
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteenterpriseprojecttype
        description: Microsoft Project Delete Enterprise Project Type
        call: rest-enterprise-project-types.deleteenterpriseprojecttype
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-enterprise-project-types-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Project Online REST API — Enterprise Project Types. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-project-list-enterprise-project
      description: Microsoft Project List Enterprise Project Types
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-enterprise-project-types.listenterpriseprojecttypes
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-project-create-enterprise-project
      description: Microsoft Project Create Enterprise Project Type
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: rest-enterprise-project-types.createenterpriseprojecttype
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-project-get-enterprise-project
      description: Microsoft Project Get Enterprise Project Type
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-enterprise-project-types.getenterpriseprojecttype
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-project-delete-enterprise-project
      description: Microsoft Project Delete Enterprise Project Type
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-enterprise-project-types.deleteenterpriseprojecttype
      outputParameters:
      - type: object
        mapping: $.