International Business Machines IBM Natural Language Understanding API — Analyze

International Business Machines IBM Natural Language Understanding API — Analyze. 1 operations. Lead operation: International Business Machines Analyze text. Self-contained Naftiko capability covering one International Business Machines business surface.

Run with Naftiko International Business MachinesAnalyze

What You Can Do

POST
Analyze — International Business Machines Analyze text
/v1/v1/analyze

MCP Tools

international-business-machines-analyze-text

International Business Machines Analyze text

Capability Spec

ibm-natural-language-understanding-analyze.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: International Business Machines IBM Natural Language Understanding API — Analyze
  description: 'International Business Machines IBM Natural Language Understanding API — Analyze. 1 operations. Lead operation:
    International Business Machines Analyze text. Self-contained Naftiko capability covering one International Business Machines
    business surface.'
  tags:
  - International Business Machines
  - Analyze
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    INTERNATIONAL_BUSINESS_MACHINES_API_KEY: INTERNATIONAL_BUSINESS_MACHINES_API_KEY
capability:
  consumes:
  - type: http
    namespace: ibm-natural-language-understanding-analyze
    baseUri: https://api.us-south.natural-language-understanding.watson.cloud.ibm.com
    description: International Business Machines IBM Natural Language Understanding API — Analyze business capability. Self-contained,
      no shared references.
    resources:
    - name: v1-analyze
      path: /v1/analyze
      operations:
      - name: analyze
        method: POST
        description: International Business Machines Analyze text
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: version
          in: query
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.INTERNATIONAL_BUSINESS_MACHINES_API_KEY}}'
  exposes:
  - type: rest
    namespace: ibm-natural-language-understanding-analyze-rest
    port: 8080
    description: REST adapter for International Business Machines IBM Natural Language Understanding API — Analyze. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v1/analyze
      name: v1-analyze
      description: REST surface for v1-analyze.
      operations:
      - method: POST
        name: analyze
        description: International Business Machines Analyze text
        call: ibm-natural-language-understanding-analyze.analyze
        with:
          version: rest.version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ibm-natural-language-understanding-analyze-mcp
    port: 9090
    transport: http
    description: MCP adapter for International Business Machines IBM Natural Language Understanding API — Analyze. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: international-business-machines-analyze-text
      description: International Business Machines Analyze text
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: ibm-natural-language-understanding-analyze.analyze
      with:
        version: tools.version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.