Google · Capability

Google Gmail API — Stop

Google Gmail API — Stop. 1 operations. Lead operation: Google Stop Notifications for User. Self-contained Naftiko capability covering one Google business surface.

Run with Naftiko GoogleStop

What You Can Do

POST
Post — Google Stop Notifications for User
/v1/gmail/v1/users/{userid}/stop

MCP Tools

google-stop-notifications-user

Google Stop Notifications for User

Capability Spec

gmail-stop.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Gmail API — Stop
  description: 'Google Gmail API — Stop. 1 operations. Lead operation: Google Stop Notifications for User. Self-contained
    Naftiko capability covering one Google business surface.'
  tags:
  - Google
  - Stop
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_API_KEY: GOOGLE_API_KEY
capability:
  consumes:
  - type: http
    namespace: gmail-stop
    baseUri: https://gmail.googleapis.com
    description: Google Gmail API — Stop business capability. Self-contained, no shared references.
    resources:
    - name: gmail-v1-users-userId-stop
      path: /gmail/v1/users/{userId}/stop
      operations:
      - name: post
        method: POST
        description: Google Stop Notifications for User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: userId
          in: path
          type: string
          description: (Required)
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: gmail-stop-rest
    port: 8080
    description: REST adapter for Google Gmail API — Stop. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/gmail/v1/users/{userid}/stop
      name: gmail-v1-users-userid-stop
      description: REST surface for gmail-v1-users-userId-stop.
      operations:
      - method: POST
        name: post
        description: Google Stop Notifications for User
        call: gmail-stop.post
        with:
          userId: rest.userId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gmail-stop-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Gmail API — Stop. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: google-stop-notifications-user
      description: Google Stop Notifications for User
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: gmail-stop.post
      with:
        userId: tools.userId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.