APIs.io Engineering Platform GitHub v3 REST API — Markdown

APIs.io Engineering Platform GitHub v3 REST API — Markdown. 2 operations. Lead operation: APIs.io Engineering Platform Render a Markdown document. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformMarkdown

What You Can Do

POST
Markdownrender — APIs.io Engineering Platform Render a Markdown document
/v1/markdown
POST
Markdownrenderraw — APIs.io Engineering Platform Render a Markdown document in raw mode
/v1/markdown/raw

MCP Tools

apis-io-engineering-platform-render-markdown

APIs.io Engineering Platform Render a Markdown document

apis-io-engineering-platform-render-markdown-2

APIs.io Engineering Platform Render a Markdown document in raw mode

Capability Spec

github-markdown.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform GitHub v3 REST API — Markdown
  description: 'APIs.io Engineering Platform GitHub v3 REST API — Markdown. 2 operations. Lead operation: APIs.io Engineering
    Platform Render a Markdown document. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Markdown
  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-markdown
    baseUri: ''
    description: APIs.io Engineering Platform GitHub v3 REST API — Markdown business capability. Self-contained, no shared
      references.
    resources:
    - name: markdown
      path: /markdown
      operations:
      - name: markdownrender
        method: POST
        description: APIs.io Engineering Platform Render a Markdown document
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: markdown-raw
      path: /markdown/raw
      operations:
      - name: markdownrenderraw
        method: POST
        description: APIs.io Engineering Platform Render a Markdown document in raw mode
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: github-markdown-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform GitHub v3 REST API — Markdown. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/markdown
      name: markdown
      description: REST surface for markdown.
      operations:
      - method: POST
        name: markdownrender
        description: APIs.io Engineering Platform Render a Markdown document
        call: github-markdown.markdownrender
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/markdown/raw
      name: markdown-raw
      description: REST surface for markdown-raw.
      operations:
      - method: POST
        name: markdownrenderraw
        description: APIs.io Engineering Platform Render a Markdown document in raw mode
        call: github-markdown.markdownrenderraw
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: github-markdown-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform GitHub v3 REST API — Markdown. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-render-markdown
      description: APIs.io Engineering Platform Render a Markdown document
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: github-markdown.markdownrender
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-render-markdown-2
      description: APIs.io Engineering Platform Render a Markdown document in raw mode
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: github-markdown.markdownrenderraw
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.