Teradata · Capability

Teradata QueryGrid Manager API — Software

Teradata QueryGrid Manager API — Software. 1 operations. Lead operation: Teradata List Software. Self-contained Naftiko capability covering one Teradata business surface.

Run with Naftiko TeradataSoftware

What You Can Do

GET
Listsoftware — Teradata List Software
/v1/software

MCP Tools

teradata-list-software

Teradata List Software

read-only idempotent

Capability Spec

querygrid-manager-software.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Teradata QueryGrid Manager API — Software
  description: 'Teradata QueryGrid Manager API — Software. 1 operations. Lead operation: Teradata List Software. Self-contained
    Naftiko capability covering one Teradata business surface.'
  tags:
  - Teradata
  - Software
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TERADATA_API_KEY: TERADATA_API_KEY
capability:
  consumes:
  - type: http
    namespace: querygrid-manager-software
    baseUri: https://querygrid.teradata.com/api/v1
    description: Teradata QueryGrid Manager API — Software business capability. Self-contained, no shared references.
    resources:
    - name: software
      path: /software
      operations:
      - name: listsoftware
        method: GET
        description: Teradata List Software
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: basic
      username: '{{env.TERADATA_USER}}'
      password: '{{env.TERADATA_PASS}}'
  exposes:
  - type: rest
    namespace: querygrid-manager-software-rest
    port: 8080
    description: REST adapter for Teradata QueryGrid Manager API — Software. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/software
      name: software
      description: REST surface for software.
      operations:
      - method: GET
        name: listsoftware
        description: Teradata List Software
        call: querygrid-manager-software.listsoftware
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: querygrid-manager-software-mcp
    port: 9090
    transport: http
    description: MCP adapter for Teradata QueryGrid Manager API — Software. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: teradata-list-software
      description: Teradata List Software
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: querygrid-manager-software.listsoftware
      outputParameters:
      - type: object
        mapping: $.