APIContext · Capability

APIContext Platform API — Results

APIContext Platform API — Results. 1 operations. Lead operation: Get raw performance results. Self-contained Naftiko capability covering one business surface.

APIContext Platform API — Results is a Naftiko capability published by APIContext, one of 12 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/results/call/{…}.

The capability includes 1 read-only operation. Lead operation: Get raw performance results. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include APIContext and Results.

Run with Naftiko APIContextResults

What You Can Do

GET
Getcallresults — Get raw performance results
/v1/results/call/{call_id}/

MCP Tools

apicontext-getcallresults

Get raw performance results

read-only idempotent

Capability Spec

platform-results.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIContext Platform API — Results
  description: 'APIContext Platform API — Results. 1 operations. Lead operation: Get raw performance results. Self-contained Naftiko capability covering one business surface.'
  tags:
  - APIContext
  - Results
  created: '2026-05-20'
  modified: '2026-05-20'
binds:
- namespace: env
  keys:
    APICONTEXT_API_KEY: APICONTEXT_API_KEY
capability:
  consumes:
  - type: http
    namespace: platform-results
    baseUri: https://client.apimetrics.io/api/2
    description: APIContext Platform API — Results business capability. Self-contained, no shared references.
    resources:
    - name: results-call-call-id
      path: /results/call/{call_id}/
      operations:
      - name: getcallresults
        method: GET
        description: Get raw performance results
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: call_id
          in: path
          type: string
          description: path parameter call_id.
          required: true
  exposes:
  - type: rest
    namespace: platform-results-rest
    port: 8080
    description: REST adapter for APIContext Platform API — Results. One resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/results/call/{call_id}/
      name: results-call-call-id
      description: REST surface for results-call-call-id.
      operations:
      - method: GET
        name: getcallresults
        description: Get raw performance results
        call: platform-results.getcallresults
        with:
          call_id: rest.call_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: platform-results-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIContext Platform API — Results. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: apicontext-getcallresults
      description: Get raw performance results
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: platform-results.getcallresults
      with:
        call_id: tools.call_id
      outputParameters:
      - type: object
        mapping: $.