contentstack · Capability

Contentstack Launch API — Analytics

Contentstack Launch API — Analytics. 1 operations. Lead operation: Get cache revalidation usage. Self-contained Naftiko capability covering one Contentstack business surface.

Run with Naftiko ContentstackAnalytics

What You Can Do

GET
Getcacherevalidationusage — Get cache revalidation usage
/v1/organizations/cache-revalidation-usage

MCP Tools

get-cache-revalidation-usage

Get cache revalidation usage

read-only idempotent

Capability Spec

launch-analytics.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Contentstack Launch API — Analytics
  description: 'Contentstack Launch API — Analytics. 1 operations. Lead operation: Get cache revalidation usage. Self-contained
    Naftiko capability covering one Contentstack business surface.'
  tags:
  - Contentstack
  - Analytics
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CONTENTSTACK_API_KEY: CONTENTSTACK_API_KEY
capability:
  consumes:
  - type: http
    namespace: launch-analytics
    baseUri: https://launch-api.contentstack.com
    description: Contentstack Launch API — Analytics business capability. Self-contained, no shared references.
    resources:
    - name: organizations-cache-revalidation-usage
      path: /organizations/cache-revalidation-usage
      operations:
      - name: getcacherevalidationusage
        method: GET
        description: Get cache revalidation usage
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.CONTENTSTACK_API_KEY}}'
  exposes:
  - type: rest
    namespace: launch-analytics-rest
    port: 8080
    description: REST adapter for Contentstack Launch API — Analytics. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/organizations/cache-revalidation-usage
      name: organizations-cache-revalidation-usage
      description: REST surface for organizations-cache-revalidation-usage.
      operations:
      - method: GET
        name: getcacherevalidationusage
        description: Get cache revalidation usage
        call: launch-analytics.getcacherevalidationusage
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: launch-analytics-mcp
    port: 9090
    transport: http
    description: MCP adapter for Contentstack Launch API — Analytics. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-cache-revalidation-usage
      description: Get cache revalidation usage
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: launch-analytics.getcacherevalidationusage
      outputParameters:
      - type: object
        mapping: $.