Moody's · Capability

Moody's Data Buffet API — Health

Moody's Data Buffet API — Health. 1 operations. Lead operation: Moody's Check Service Health. Self-contained Naftiko capability covering one Moodys business surface.

Run with Naftiko MoodysHealth

What You Can Do

GET
Checkhealth — Moody's Check Service Health
/v1/health

MCP Tools

moody-s-check-service-health

Moody's Check Service Health

read-only idempotent

Capability Spec

data-buffet-health.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Moody's Data Buffet API — Health
  description: 'Moody''s Data Buffet API — Health. 1 operations. Lead operation: Moody''s Check Service Health. Self-contained
    Naftiko capability covering one Moodys business surface.'
  tags:
  - Moodys
  - Health
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MOODYS_API_KEY: MOODYS_API_KEY
capability:
  consumes:
  - type: http
    namespace: data-buffet-health
    baseUri: https://api.economy.com/data/v1
    description: Moody's Data Buffet API — Health business capability. Self-contained, no shared references.
    resources:
    - name: health
      path: /health
      operations:
      - name: checkhealth
        method: GET
        description: Moody's Check Service Health
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.MOODYS_API_KEY}}'
  exposes:
  - type: rest
    namespace: data-buffet-health-rest
    port: 8080
    description: REST adapter for Moody's Data Buffet API — Health. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/health
      name: health
      description: REST surface for health.
      operations:
      - method: GET
        name: checkhealth
        description: Moody's Check Service Health
        call: data-buffet-health.checkhealth
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: data-buffet-health-mcp
    port: 9090
    transport: http
    description: MCP adapter for Moody's Data Buffet API — Health. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: moody-s-check-service-health
      description: Moody's Check Service Health
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: data-buffet-health.checkhealth
      outputParameters:
      - type: object
        mapping: $.