Google Indexing · Capability

Google Indexing API — urlNotifications:publish

Google Indexing API — urlNotifications:publish. 1 operations. Lead operation: Google Indexing Publish URL Notification. Self-contained Naftiko capability covering one Google Indexing business surface.

Run with Naftiko Google IndexingurlNotifications:publish

What You Can Do

POST
Publishurlnotification — Google Indexing Publish URL Notification
/v1/urlnotifications-publish

MCP Tools

google-indexing-publish-url-notification

Google Indexing Publish URL Notification

Capability Spec

openapi-urlnotifications-publish.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Indexing API — urlNotifications:publish
  description: 'Google Indexing API — urlNotifications:publish. 1 operations. Lead operation: Google Indexing Publish URL
    Notification. Self-contained Naftiko capability covering one Google Indexing business surface.'
  tags:
  - Google Indexing
  - urlNotifications:publish
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_INDEXING_API_KEY: GOOGLE_INDEXING_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-urlnotifications-publish
    baseUri: https://indexing.googleapis.com/v3
    description: Google Indexing API — urlNotifications:publish business capability. Self-contained, no shared references.
    resources:
    - name: urlNotifications:publish
      path: /urlNotifications:publish
      operations:
      - name: publishurlnotification
        method: POST
        description: Google Indexing Publish URL Notification
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_INDEXING_API_KEY}}'
  exposes:
  - type: rest
    namespace: openapi-urlnotifications-publish-rest
    port: 8080
    description: REST adapter for Google Indexing API — urlNotifications:publish. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/urlnotifications-publish
      name: urlnotifications-publish
      description: REST surface for urlNotifications:publish.
      operations:
      - method: POST
        name: publishurlnotification
        description: Google Indexing Publish URL Notification
        call: openapi-urlnotifications-publish.publishurlnotification
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-urlnotifications-publish-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Indexing API — urlNotifications:publish. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: google-indexing-publish-url-notification
      description: Google Indexing Publish URL Notification
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: openapi-urlnotifications-publish.publishurlnotification
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.