Gravitee · Capability

Gravitee.io - Access Management API — Extension Grant

Gravitee.io - Access Management API — Extension Grant. 3 operations. Lead operation: List extension grant plugins. Self-contained Naftiko capability covering one Gravitee business surface.

Run with Naftiko GraviteeExtension Grant

What You Can Do

GET
Listextensiongrants1 — List extension grant plugins
/v1/platform/plugins/extensiongrants
GET
Getextensiongrant1 — Get an extension grant plugin
/v1/platform/plugins/extensiongrants/{extensiongrant}
GET
Getextensiongrantschema — Get an extension grant plugin's schema
/v1/platform/plugins/extensiongrants/{extensiongrant}/schema

MCP Tools

list-extension-grant-plugins

List extension grant plugins

read-only idempotent
get-extension-grant-plugin

Get an extension grant plugin

read-only idempotent
get-extension-grant-plugin-s-schema

Get an extension grant plugin's schema

read-only idempotent

Capability Spec

am-extension-grant.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Gravitee.io - Access Management API — Extension Grant
  description: 'Gravitee.io - Access Management API — Extension Grant. 3 operations. Lead operation: List extension grant
    plugins. Self-contained Naftiko capability covering one Gravitee business surface.'
  tags:
  - Gravitee
  - Extension Grant
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GRAVITEE_API_KEY: GRAVITEE_API_KEY
capability:
  consumes:
  - type: http
    namespace: am-extension-grant
    baseUri: ''
    description: Gravitee.io - Access Management API — Extension Grant business capability. Self-contained, no shared references.
    resources:
    - name: platform-plugins-extensionGrants
      path: /platform/plugins/extensionGrants
      operations:
      - name: listextensiongrants1
        method: GET
        description: List extension grant plugins
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: platform-plugins-extensionGrants-extensionGrant
      path: /platform/plugins/extensionGrants/{extensionGrant}
      operations:
      - name: getextensiongrant1
        method: GET
        description: Get an extension grant plugin
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: extensionGrant
          in: path
          type: string
          required: true
    - name: platform-plugins-extensionGrants-extensionGrant-schema
      path: /platform/plugins/extensionGrants/{extensionGrant}/schema
      operations:
      - name: getextensiongrantschema
        method: GET
        description: Get an extension grant plugin's schema
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: extensionGrant
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.GRAVITEE_API_KEY}}'
  exposes:
  - type: rest
    namespace: am-extension-grant-rest
    port: 8080
    description: REST adapter for Gravitee.io - Access Management API — Extension Grant. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/platform/plugins/extensiongrants
      name: platform-plugins-extensiongrants
      description: REST surface for platform-plugins-extensionGrants.
      operations:
      - method: GET
        name: listextensiongrants1
        description: List extension grant plugins
        call: am-extension-grant.listextensiongrants1
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/platform/plugins/extensiongrants/{extensiongrant}
      name: platform-plugins-extensiongrants-extensiongrant
      description: REST surface for platform-plugins-extensionGrants-extensionGrant.
      operations:
      - method: GET
        name: getextensiongrant1
        description: Get an extension grant plugin
        call: am-extension-grant.getextensiongrant1
        with:
          extensionGrant: rest.extensionGrant
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/platform/plugins/extensiongrants/{extensiongrant}/schema
      name: platform-plugins-extensiongrants-extensiongrant-schema
      description: REST surface for platform-plugins-extensionGrants-extensionGrant-schema.
      operations:
      - method: GET
        name: getextensiongrantschema
        description: Get an extension grant plugin's schema
        call: am-extension-grant.getextensiongrantschema
        with:
          extensionGrant: rest.extensionGrant
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: am-extension-grant-mcp
    port: 9090
    transport: http
    description: MCP adapter for Gravitee.io - Access Management API — Extension Grant. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-extension-grant-plugins
      description: List extension grant plugins
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: am-extension-grant.listextensiongrants1
      outputParameters:
      - type: object
        mapping: $.
    - name: get-extension-grant-plugin
      description: Get an extension grant plugin
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: am-extension-grant.getextensiongrant1
      with:
        extensionGrant: tools.extensionGrant
      outputParameters:
      - type: object
        mapping: $.
    - name: get-extension-grant-plugin-s-schema
      description: Get an extension grant plugin's schema
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: am-extension-grant.getextensiongrantschema
      with:
        extensionGrant: tools.extensionGrant
      outputParameters:
      - type: object
        mapping: $.