APIs.io Engineering Platform GitHub v3 REST API — Projects

APIs.io Engineering Platform GitHub v3 REST API — Projects. 25 operations. Lead operation: APIs.io Engineering Platform List organization projects. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformProjects

What You Can Do

GET
Projectslistfororg — APIs.io Engineering Platform List organization projects
/v1/orgs/{org}/projects
POST
Projectscreatefororg — APIs.io Engineering Platform Create an organization project
/v1/orgs/{org}/projects
GET
Projectsgetcard — APIs.io Engineering Platform Get a project card
/v1/projects/columns/cards/{card-id}
PATCH
Projectsupdatecard — APIs.io Engineering Platform Update an existing project card
/v1/projects/columns/cards/{card-id}
DELETE
Projectsdeletecard — APIs.io Engineering Platform Delete a project card
/v1/projects/columns/cards/{card-id}
POST
Projectsmovecard — APIs.io Engineering Platform Move a project card
/v1/projects/columns/cards/{card-id}/moves
GET
Projectsgetcolumn — APIs.io Engineering Platform Get a project column
/v1/projects/columns/{column-id}
PATCH
Projectsupdatecolumn — APIs.io Engineering Platform Update an existing project column
/v1/projects/columns/{column-id}
DELETE
Projectsdeletecolumn — APIs.io Engineering Platform Delete a project column
/v1/projects/columns/{column-id}
GET
Projectslistcards — APIs.io Engineering Platform List project cards
/v1/projects/columns/{column-id}/cards
POST
Projectscreatecard — APIs.io Engineering Platform Create a project card
/v1/projects/columns/{column-id}/cards
POST
Projectsmovecolumn — APIs.io Engineering Platform Move a project column
/v1/projects/columns/{column-id}/moves
GET
Projectsget — APIs.io Engineering Platform Get a project
/v1/projects/{project-id}
PATCH
Projectsupdate — APIs.io Engineering Platform Update a project
/v1/projects/{project-id}
DELETE
Projectsdelete — APIs.io Engineering Platform Delete a project
/v1/projects/{project-id}
GET
Projectslistcollaborators — APIs.io Engineering Platform List project collaborators
/v1/projects/{project-id}/collaborators
PUT
Projectsaddcollaborator — APIs.io Engineering Platform Add project collaborator
/v1/projects/{project-id}/collaborators/{username}
DELETE
Projectsremovecollaborator — APIs.io Engineering Platform Remove user as a collaborator
/v1/projects/{project-id}/collaborators/{username}
GET
Projectsgetpermissionforuser — APIs.io Engineering Platform Get project permission for a user
/v1/projects/{project-id}/collaborators/{username}/permission
GET
Projectslistcolumns — APIs.io Engineering Platform List project columns
/v1/projects/{project-id}/columns
POST
Projectscreatecolumn — APIs.io Engineering Platform Create a project column
/v1/projects/{project-id}/columns
GET
Projectslistforrepo — APIs.io Engineering Platform List repository projects
/v1/repos/{owner}/{repo}/projects
POST
Projectscreateforrepo — APIs.io Engineering Platform Create a repository project
/v1/repos/{owner}/{repo}/projects
POST
Projectscreateforauthenticateduser — APIs.io Engineering Platform Create a user project
/v1/user/projects
GET
Projectslistforuser — APIs.io Engineering Platform List user projects
/v1/users/{username}/projects

MCP Tools

apis-io-engineering-platform-list-organization

APIs.io Engineering Platform List organization projects

read-only idempotent
apis-io-engineering-platform-create-organization

APIs.io Engineering Platform Create an organization project

apis-io-engineering-platform-get-project

APIs.io Engineering Platform Get a project card

read-only idempotent
apis-io-engineering-platform-update-existing

APIs.io Engineering Platform Update an existing project card

idempotent
apis-io-engineering-platform-delete-project

APIs.io Engineering Platform Delete a project card

idempotent
apis-io-engineering-platform-move-project

APIs.io Engineering Platform Move a project card

apis-io-engineering-platform-get-project-2

APIs.io Engineering Platform Get a project column

read-only idempotent
apis-io-engineering-platform-update-existing-2

APIs.io Engineering Platform Update an existing project column

idempotent
apis-io-engineering-platform-delete-project-2

APIs.io Engineering Platform Delete a project column

idempotent
apis-io-engineering-platform-list-project

APIs.io Engineering Platform List project cards

read-only idempotent
apis-io-engineering-platform-create-project

APIs.io Engineering Platform Create a project card

apis-io-engineering-platform-move-project-2

APIs.io Engineering Platform Move a project column

apis-io-engineering-platform-get-project-3

APIs.io Engineering Platform Get a project

read-only idempotent
apis-io-engineering-platform-update-project

APIs.io Engineering Platform Update a project

idempotent
apis-io-engineering-platform-delete-project-3

APIs.io Engineering Platform Delete a project

idempotent
apis-io-engineering-platform-list-project-2

APIs.io Engineering Platform List project collaborators

read-only idempotent
apis-io-engineering-platform-add-project

APIs.io Engineering Platform Add project collaborator

idempotent
apis-io-engineering-platform-remove-user

APIs.io Engineering Platform Remove user as a collaborator

idempotent
apis-io-engineering-platform-get-project-4

APIs.io Engineering Platform Get project permission for a user

read-only idempotent
apis-io-engineering-platform-list-project-3

APIs.io Engineering Platform List project columns

read-only idempotent
apis-io-engineering-platform-create-project-2

APIs.io Engineering Platform Create a project column

apis-io-engineering-platform-list-repository

APIs.io Engineering Platform List repository projects

read-only idempotent
apis-io-engineering-platform-create-repository

APIs.io Engineering Platform Create a repository project

apis-io-engineering-platform-create-user

APIs.io Engineering Platform Create a user project

apis-io-engineering-platform-list-user

APIs.io Engineering Platform List user projects

read-only idempotent

Capability Spec

github-projects.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform GitHub v3 REST API — Projects
  description: 'APIs.io Engineering Platform GitHub v3 REST API — Projects. 25 operations. Lead operation: APIs.io Engineering
    Platform List organization projects. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Projects
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: github-projects
    baseUri: ''
    description: APIs.io Engineering Platform GitHub v3 REST API — Projects business capability. Self-contained, no shared
      references.
    resources:
    - name: orgs-org-projects
      path: /orgs/{org}/projects
      operations:
      - name: projectslistfororg
        method: GET
        description: APIs.io Engineering Platform List organization projects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: state
          in: query
          type: string
          description: Indicates the state of the projects to return.
      - name: projectscreatefororg
        method: POST
        description: APIs.io Engineering Platform Create an organization project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: projects-columns-cards-card_id
      path: /projects/columns/cards/{card_id}
      operations:
      - name: projectsgetcard
        method: GET
        description: APIs.io Engineering Platform Get a project card
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: projectsupdatecard
        method: PATCH
        description: APIs.io Engineering Platform Update an existing project card
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: projectsdeletecard
        method: DELETE
        description: APIs.io Engineering Platform Delete a project card
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: projects-columns-cards-card_id-moves
      path: /projects/columns/cards/{card_id}/moves
      operations:
      - name: projectsmovecard
        method: POST
        description: APIs.io Engineering Platform Move a project card
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: projects-columns-column_id
      path: /projects/columns/{column_id}
      operations:
      - name: projectsgetcolumn
        method: GET
        description: APIs.io Engineering Platform Get a project column
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: projectsupdatecolumn
        method: PATCH
        description: APIs.io Engineering Platform Update an existing project column
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: projectsdeletecolumn
        method: DELETE
        description: APIs.io Engineering Platform Delete a project column
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: projects-columns-column_id-cards
      path: /projects/columns/{column_id}/cards
      operations:
      - name: projectslistcards
        method: GET
        description: APIs.io Engineering Platform List project cards
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: archived_state
          in: query
          type: string
          description: Filters the project cards that are returned by the card's state.
      - name: projectscreatecard
        method: POST
        description: APIs.io Engineering Platform Create a project card
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: projects-columns-column_id-moves
      path: /projects/columns/{column_id}/moves
      operations:
      - name: projectsmovecolumn
        method: POST
        description: APIs.io Engineering Platform Move a project column
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: projects-project_id
      path: /projects/{project_id}
      operations:
      - name: projectsget
        method: GET
        description: APIs.io Engineering Platform Get a project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: projectsupdate
        method: PATCH
        description: APIs.io Engineering Platform Update a project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: projectsdelete
        method: DELETE
        description: APIs.io Engineering Platform Delete a project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: projects-project_id-collaborators
      path: /projects/{project_id}/collaborators
      operations:
      - name: projectslistcollaborators
        method: GET
        description: APIs.io Engineering Platform List project collaborators
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: affiliation
          in: query
          type: string
          description: Filters the collaborators by their affiliation. `outside` means outside collaborators of a project
            that are not a member of the project's organization. `direct`
    - name: projects-project_id-collaborators-username
      path: /projects/{project_id}/collaborators/{username}
      operations:
      - name: projectsaddcollaborator
        method: PUT
        description: APIs.io Engineering Platform Add project collaborator
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: projectsremovecollaborator
        method: DELETE
        description: APIs.io Engineering Platform Remove user as a collaborator
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: projects-project_id-collaborators-username-permission
      path: /projects/{project_id}/collaborators/{username}/permission
      operations:
      - name: projectsgetpermissionforuser
        method: GET
        description: APIs.io Engineering Platform Get project permission for a user
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: projects-project_id-columns
      path: /projects/{project_id}/columns
      operations:
      - name: projectslistcolumns
        method: GET
        description: APIs.io Engineering Platform List project columns
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: projectscreatecolumn
        method: POST
        description: APIs.io Engineering Platform Create a project column
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: repos-owner-repo-projects
      path: /repos/{owner}/{repo}/projects
      operations:
      - name: projectslistforrepo
        method: GET
        description: APIs.io Engineering Platform List repository projects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: state
          in: query
          type: string
          description: Indicates the state of the projects to return.
      - name: projectscreateforrepo
        method: POST
        description: APIs.io Engineering Platform Create a repository project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: user-projects
      path: /user/projects
      operations:
      - name: projectscreateforauthenticateduser
        method: POST
        description: APIs.io Engineering Platform Create a user project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: users-username-projects
      path: /users/{username}/projects
      operations:
      - name: projectslistforuser
        method: GET
        description: APIs.io Engineering Platform List user projects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: state
          in: query
          type: string
          description: Indicates the state of the projects to return.
  exposes:
  - type: rest
    namespace: github-projects-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform GitHub v3 REST API — Projects. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/orgs/{org}/projects
      name: orgs-org-projects
      description: REST surface for orgs-org-projects.
      operations:
      - method: GET
        name: projectslistfororg
        description: APIs.io Engineering Platform List organization projects
        call: github-projects.projectslistfororg
        with:
          state: rest.state
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: projectscreatefororg
        description: APIs.io Engineering Platform Create an organization project
        call: github-projects.projectscreatefororg
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/columns/cards/{card-id}
      name: projects-columns-cards-card-id
      description: REST surface for projects-columns-cards-card_id.
      operations:
      - method: GET
        name: projectsgetcard
        description: APIs.io Engineering Platform Get a project card
        call: github-projects.projectsgetcard
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: projectsupdatecard
        description: APIs.io Engineering Platform Update an existing project card
        call: github-projects.projectsupdatecard
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: projectsdeletecard
        description: APIs.io Engineering Platform Delete a project card
        call: github-projects.projectsdeletecard
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/columns/cards/{card-id}/moves
      name: projects-columns-cards-card-id-moves
      description: REST surface for projects-columns-cards-card_id-moves.
      operations:
      - method: POST
        name: projectsmovecard
        description: APIs.io Engineering Platform Move a project card
        call: github-projects.projectsmovecard
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/columns/{column-id}
      name: projects-columns-column-id
      description: REST surface for projects-columns-column_id.
      operations:
      - method: GET
        name: projectsgetcolumn
        description: APIs.io Engineering Platform Get a project column
        call: github-projects.projectsgetcolumn
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: projectsupdatecolumn
        description: APIs.io Engineering Platform Update an existing project column
        call: github-projects.projectsupdatecolumn
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: projectsdeletecolumn
        description: APIs.io Engineering Platform Delete a project column
        call: github-projects.projectsdeletecolumn
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/columns/{column-id}/cards
      name: projects-columns-column-id-cards
      description: REST surface for projects-columns-column_id-cards.
      operations:
      - method: GET
        name: projectslistcards
        description: APIs.io Engineering Platform List project cards
        call: github-projects.projectslistcards
        with:
          archived_state: rest.archived_state
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: projectscreatecard
        description: APIs.io Engineering Platform Create a project card
        call: github-projects.projectscreatecard
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/columns/{column-id}/moves
      name: projects-columns-column-id-moves
      description: REST surface for projects-columns-column_id-moves.
      operations:
      - method: POST
        name: projectsmovecolumn
        description: APIs.io Engineering Platform Move a project column
        call: github-projects.projectsmovecolumn
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{project-id}
      name: projects-project-id
      description: REST surface for projects-project_id.
      operations:
      - method: GET
        name: projectsget
        description: APIs.io Engineering Platform Get a project
        call: github-projects.projectsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: projectsupdate
        description: APIs.io Engineering Platform Update a project
        call: github-projects.projectsupdate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: projectsdelete
        description: APIs.io Engineering Platform Delete a project
        call: github-projects.projectsdelete
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{project-id}/collaborators
      name: projects-project-id-collaborators
      description: REST surface for projects-project_id-collaborators.
      operations:
      - method: GET
        name: projectslistcollaborators
        description: APIs.io Engineering Platform List project collaborators
        call: github-projects.projectslistcollaborators
        with:
          affiliation: rest.affiliation
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{project-id}/collaborators/{username}
      name: projects-project-id-collaborators-username
      description: REST surface for projects-project_id-collaborators-username.
      operations:
      - method: PUT
        name: projectsaddcollaborator
        description: APIs.io Engineering Platform Add project collaborator
        call: github-projects.projectsaddcollaborator
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: projectsremovecollaborator
        description: APIs.io Engineering Platform Remove user as a collaborator
        call: github-projects.projectsremovecollaborator
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{project-id}/collaborators/{username}/permission
      name: projects-project-id-collaborators-username-permission
      description: REST surface for projects-project_id-collaborators-username-permission.
      operations:
      - method: GET
        name: projectsgetpermissionforuser
        description: APIs.io Engineering Platform Get project permission for a user
        call: github-projects.projectsgetpermissionforuser
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{project-id}/columns
      name: projects-project-id-columns
      description: REST surface for projects-project_id-columns.
      operations:
      - method: GET
        name: projectslistcolumns
        description: APIs.io Engineering Platform List project columns
        call: github-projects.projectslistcolumns
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: projectscreatecolumn
        description: APIs.io Engineering Platform Create a project column
        call: github-projects.projectscreatecolumn
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repos/{owner}/{repo}/projects
      name: repos-owner-repo-projects
      description: REST surface for repos-owner-repo-projects.
      operations:
      - method: GET
        name: projectslistforrepo
        description: APIs.io Engineering Platform List repository projects
        call: github-projects.projectslistforrepo
        with:
          state: rest.state
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: projectscreateforrepo
        description: APIs.io Engineering Platform Create a repository project
        call: github-projects.projectscreateforrepo
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/user/projects
      name: user-projects
      description: REST surface for user-projects.
      operations:
      - method: POST
        name: projectscreateforauthenticateduser
        description: APIs.io Engineering Platform Create a user project
        call: github-projects.projectscreateforauthenticateduser
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{username}/projects
      name: users-username-projects
      description: REST surface for users-username-projects.
      operations:
      - method: GET
        name: projectslistforuser
        description: APIs.io Engineering Platform List user projects
        call: github-projects.projectslistforuser
        with:
          state: rest.state
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: github-projects-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform GitHub v3 REST API — Projects. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-organization
      description: APIs.io Engineering Platform List organization projects
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-projects.projectslistfororg
      with:
        state: tools.state
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-organization
      description: APIs.io Engineering Platform Create an organization project
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: github-projects.projectscreatefororg
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-project
      description: APIs.io Engineering Platform Get a project card
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-projects.projectsgetcard
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-existing
      description: APIs.io Engineering Platform Update an existing project card
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: github-projects.projectsupdatecard
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-project
      description: APIs.io Engineering Platform Delete a project card
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: github-projects.projectsdeletecard
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-move-project
      description: APIs.io Engineering Platform Move a project card
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: github-projects.projectsmovecard
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-project-2
      description: APIs.io Engineering Platform Get a project column
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-projects.projectsgetcolumn
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-existing-2
      description: APIs.io Engineering Platform Update an existing project column
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: github-projects.projectsupdatecolumn
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-project-2
      description: APIs.io Engineering Platform Delete a project column
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: github-projects.projectsdeletecolumn
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-project
      description: APIs.io Engineering Platform List project cards
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-projects.projectslistcards
      with:
        archived_state: tools.archived_state
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-project
      description: APIs.io Engineering Platform Create a project card
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: github-projects.projectscreatecard
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-move-project-2
      description: APIs.io Engineering Platform Move a project column
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: github-projects.projectsmovecolumn
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-project-3
      description: APIs.io Engineering Platform Get a project
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-projects.projectsget
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-project
      description: APIs.io Engineering Platform Update a project
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: github-projects.projectsupdate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-project-3
      description: APIs.io Engineering Platform Delete a project
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: github-projects.projectsdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-project-2
      description: APIs.io Engineering Platform List project collaborators
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-projects.projectslistcollaborators
      with:
        affiliation: tools.affiliation
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-add-project
      description: APIs.io Engineering Platform Add project collaborator
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: github-projects.projectsaddcollaborator
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-remove-user
      description: APIs.io Engineering Platform Remove user as a collaborator
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: github-projects.projectsremovecollaborator
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-project-4
      description: APIs.io Engineering Platform Get project permission for a user
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-projects.projectsgetpermissionforuser
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-project-3
      description: APIs.io Engineering Platform List project columns
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-projects.projectslistcolumns
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-project-2
      description: APIs.io Engineering Platform Create a project column
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: github-projects.projectscreatecolumn
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-repository
      description: APIs.io Engineering Platform List repository projects
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-projects.projectslistforrepo
      with:
        state: tools.state
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-repository
      description: APIs.io Engineering Platform Create a repository project
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: github-projects.projectscreateforrepo
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-user
      description: APIs.io Engineering Platform Create a user project
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: github-projects.projectscreateforauthenticateduser
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-user
      description: APIs.io Engineering Platform List user projects
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-projects.projectslistforuser
      with:
        state: tools.state
      outputParameters:
      - type: object
        mapping: $.