APIs.io Engineering Platform GitHub v3 REST API — Meta

APIs.io Engineering Platform GitHub v3 REST API — Meta. 4 operations. Lead operation: APIs.io Engineering Platform GitHub API Root. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformMeta

What You Can Do

GET
Metaroot — APIs.io Engineering Platform GitHub API Root
/v1
GET
Metaget — APIs.io Engineering Platform Get GitHub Enterprise Server meta information
/v1/meta
GET
Metagetoctocat — APIs.io Engineering Platform Get Octocat
/v1/octocat
GET
Metagetzen — APIs.io Engineering Platform Get the Zen of GitHub
/v1/zen

MCP Tools

apis-io-engineering-platform-github-api

APIs.io Engineering Platform GitHub API Root

read-only idempotent
apis-io-engineering-platform-get-github

APIs.io Engineering Platform Get GitHub Enterprise Server meta information

read-only idempotent
apis-io-engineering-platform-get-octocat

APIs.io Engineering Platform Get Octocat

read-only idempotent
apis-io-engineering-platform-get-zen

APIs.io Engineering Platform Get the Zen of GitHub

read-only idempotent

Capability Spec

github-meta.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform GitHub v3 REST API — Meta
  description: 'APIs.io Engineering Platform GitHub v3 REST API — Meta. 4 operations. Lead operation: APIs.io Engineering
    Platform GitHub API Root. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Meta
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: github-meta
    baseUri: ''
    description: APIs.io Engineering Platform GitHub v3 REST API — Meta business capability. Self-contained, no shared references.
    resources:
    - name: root
      path: /
      operations:
      - name: metaroot
        method: GET
        description: APIs.io Engineering Platform GitHub API Root
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: meta
      path: /meta
      operations:
      - name: metaget
        method: GET
        description: APIs.io Engineering Platform Get GitHub Enterprise Server meta information
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: octocat
      path: /octocat
      operations:
      - name: metagetoctocat
        method: GET
        description: APIs.io Engineering Platform Get Octocat
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: s
          in: query
          type: string
          description: The words to show in Octocat's speech bubble
    - name: zen
      path: /zen
      operations:
      - name: metagetzen
        method: GET
        description: APIs.io Engineering Platform Get the Zen of GitHub
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: github-meta-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform GitHub v3 REST API — Meta. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1
      name: root
      description: REST surface for root.
      operations:
      - method: GET
        name: metaroot
        description: APIs.io Engineering Platform GitHub API Root
        call: github-meta.metaroot
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/meta
      name: meta
      description: REST surface for meta.
      operations:
      - method: GET
        name: metaget
        description: APIs.io Engineering Platform Get GitHub Enterprise Server meta information
        call: github-meta.metaget
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/octocat
      name: octocat
      description: REST surface for octocat.
      operations:
      - method: GET
        name: metagetoctocat
        description: APIs.io Engineering Platform Get Octocat
        call: github-meta.metagetoctocat
        with:
          s: rest.s
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/zen
      name: zen
      description: REST surface for zen.
      operations:
      - method: GET
        name: metagetzen
        description: APIs.io Engineering Platform Get the Zen of GitHub
        call: github-meta.metagetzen
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: github-meta-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform GitHub v3 REST API — Meta. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-github-api
      description: APIs.io Engineering Platform GitHub API Root
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-meta.metaroot
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-github
      description: APIs.io Engineering Platform Get GitHub Enterprise Server meta information
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-meta.metaget
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-octocat
      description: APIs.io Engineering Platform Get Octocat
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-meta.metagetoctocat
      with:
        s: tools.s
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-zen
      description: APIs.io Engineering Platform Get the Zen of GitHub
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: github-meta.metagetzen
      outputParameters:
      - type: object
        mapping: $.