Google Chat · Capability

Google Chat API — Spaces:setup

Google Chat API — Spaces:setup. 1 operations. Lead operation: Google Chat Setup space. Self-contained Naftiko capability covering one Google Chat business surface.

Run with Naftiko Google ChatSpaces:setup

What You Can Do

POST
Setupspace — Google Chat Setup space
/v1/v1/spaces-setup

MCP Tools

google-chat-setup-space

Google Chat Setup space

Capability Spec

openapi-spaces-setup.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Chat API — Spaces:setup
  description: 'Google Chat API — Spaces:setup. 1 operations. Lead operation: Google Chat Setup space. Self-contained Naftiko
    capability covering one Google Chat business surface.'
  tags:
  - Google Chat
  - Spaces:setup
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CHAT_API_KEY: GOOGLE_CHAT_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-spaces-setup
    baseUri: https://chat.googleapis.com
    description: Google Chat API — Spaces:setup business capability. Self-contained, no shared references.
    resources:
    - name: v1-spaces:setup
      path: /v1/spaces:setup
      operations:
      - name: setupspace
        method: POST
        description: Google Chat Setup space
        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: openapi-spaces-setup-rest
    port: 8080
    description: REST adapter for Google Chat API — Spaces:setup. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v1/spaces-setup
      name: v1-spaces-setup
      description: REST surface for v1-spaces:setup.
      operations:
      - method: POST
        name: setupspace
        description: Google Chat Setup space
        call: openapi-spaces-setup.setupspace
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-spaces-setup-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Chat API — Spaces:setup. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: google-chat-setup-space
      description: Google Chat Setup space
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: openapi-spaces-setup.setupspace
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.