Grounded.tools · Capability

grounded.tools Docs MCP Server API — Web UI

grounded.tools Docs MCP Server API — Web UI. 1 operations. Lead operation: Grounded.tools Web management UI. Self-contained Naftiko capability covering one Grounded Tools business surface.

Run with Naftiko Grounded ToolsWeb UI

What You Can Do

GET
Getwebui — Grounded.tools Web management UI
/v1

MCP Tools

grounded-tools-web-management-ui

Grounded.tools Web management UI

read-only idempotent

Capability Spec

docs-mcp-server-web-ui.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: grounded.tools Docs MCP Server API — Web UI
  description: 'grounded.tools Docs MCP Server API — Web UI. 1 operations. Lead operation: Grounded.tools Web management UI.
    Self-contained Naftiko capability covering one Grounded Tools business surface.'
  tags:
  - Grounded Tools
  - Web UI
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GROUNDED_TOOLS_API_KEY: GROUNDED_TOOLS_API_KEY
capability:
  consumes:
  - type: http
    namespace: docs-mcp-server-web-ui
    baseUri: http://localhost:6280
    description: grounded.tools Docs MCP Server API — Web UI business capability. Self-contained, no shared references.
    resources:
    - name: root
      path: /
      operations:
      - name: getwebui
        method: GET
        description: Grounded.tools Web management UI
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: docs-mcp-server-web-ui-rest
    port: 8080
    description: REST adapter for grounded.tools Docs MCP Server API — Web UI. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1
      name: root
      description: REST surface for root.
      operations:
      - method: GET
        name: getwebui
        description: Grounded.tools Web management UI
        call: docs-mcp-server-web-ui.getwebui
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: docs-mcp-server-web-ui-mcp
    port: 9090
    transport: http
    description: MCP adapter for grounded.tools Docs MCP Server API — Web UI. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: grounded-tools-web-management-ui
      description: Grounded.tools Web management UI
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: docs-mcp-server-web-ui.getwebui
      outputParameters:
      - type: object
        mapping: $.