TiKV · Capability

TiKV HTTP Management API — Status

TiKV HTTP Management API — Status. 1 operations. Lead operation: Get Node Status. Self-contained Naftiko capability covering one Tikv business surface.

Run with Naftiko TikvStatus

What You Can Do

GET
Getstatus — Get Node Status
/v1/status

MCP Tools

get-node-status

Get Node Status

read-only idempotent

Capability Spec

http-status.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TiKV HTTP Management API — Status
  description: 'TiKV HTTP Management API — Status. 1 operations. Lead operation: Get Node Status. Self-contained Naftiko capability
    covering one Tikv business surface.'
  tags:
  - Tikv
  - Status
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TIKV_API_KEY: TIKV_API_KEY
capability:
  consumes:
  - type: http
    namespace: http-status
    baseUri: http://localhost:20160
    description: TiKV HTTP Management API — Status business capability. Self-contained, no shared references.
    resources:
    - name: status
      path: /status
      operations:
      - name: getstatus
        method: GET
        description: Get Node Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: http-status-rest
    port: 8080
    description: REST adapter for TiKV HTTP Management API — Status. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/status
      name: status
      description: REST surface for status.
      operations:
      - method: GET
        name: getstatus
        description: Get Node Status
        call: http-status.getstatus
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: http-status-mcp
    port: 9090
    transport: http
    description: MCP adapter for TiKV HTTP Management API — Status. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-node-status
      description: Get Node Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: http-status.getstatus
      outputParameters:
      - type: object
        mapping: $.