JFrog Artifactory · Capability

JFrog Artifactory Query Language (AQL) API — AQL Search

JFrog Artifactory Query Language (AQL) API — AQL Search. 1 operations. Lead operation: JFrog Artifactory Execute AQL Query. Self-contained Naftiko capability covering one Artifactory business surface.

Run with Naftiko ArtifactoryAQL Search

What You Can Do

POST
Executeaqlquery — JFrog Artifactory Execute AQL Query
/v1/api/search/aql

MCP Tools

jfrog-artifactory-execute-aql-query

JFrog Artifactory Execute AQL Query

read-only

Capability Spec

aql-aql-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: JFrog Artifactory Query Language (AQL) API — AQL Search
  description: 'JFrog Artifactory Query Language (AQL) API — AQL Search. 1 operations. Lead operation: JFrog Artifactory Execute
    AQL Query. Self-contained Naftiko capability covering one Artifactory business surface.'
  tags:
  - Artifactory
  - AQL Search
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ARTIFACTORY_API_KEY: ARTIFACTORY_API_KEY
capability:
  consumes:
  - type: http
    namespace: aql-aql-search
    baseUri: https://{server}/artifactory
    description: JFrog Artifactory Query Language (AQL) API — AQL Search business capability. Self-contained, no shared references.
    resources:
    - name: api-search-aql
      path: /api/search/aql
      operations:
      - name: executeaqlquery
        method: POST
        description: JFrog Artifactory Execute AQL Query
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ARTIFACTORY_API_KEY}}'
  exposes:
  - type: rest
    namespace: aql-aql-search-rest
    port: 8080
    description: REST adapter for JFrog Artifactory Query Language (AQL) API — AQL Search. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/search/aql
      name: api-search-aql
      description: REST surface for api-search-aql.
      operations:
      - method: POST
        name: executeaqlquery
        description: JFrog Artifactory Execute AQL Query
        call: aql-aql-search.executeaqlquery
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aql-aql-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for JFrog Artifactory Query Language (AQL) API — AQL Search. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: jfrog-artifactory-execute-aql-query
      description: JFrog Artifactory Execute AQL Query
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: aql-aql-search.executeaqlquery
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.