Google Search Ads 360 Reporting API

Google Search Ads 360 Reporting API. 1 operations. Lead operation: Google Search Ads 360 Reporting Get a resource. Self-contained Naftiko capability covering one Google Search Ads 360 business surface.

Run with Naftiko Google Search Ads 360

What You Can Do

GET
Getresource — Google Search Ads 360 Reporting Get a resource
/v1/v0/{resourcename}

MCP Tools

google-search-ads-360-reporting

Google Search Ads 360 Reporting Get a resource

read-only idempotent

Capability Spec

openapi-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Search Ads 360 Reporting API
  description: 'Google Search Ads 360 Reporting API. 1 operations. Lead operation: Google Search Ads 360 Reporting Get a resource.
    Self-contained Naftiko capability covering one Google Search Ads 360 business surface.'
  tags:
  - Google Search Ads 360
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_SEARCH_ADS_360_API_KEY: GOOGLE_SEARCH_ADS_360_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-general
    baseUri: https://searchads360.googleapis.com
    description: Google Search Ads 360 Reporting API business capability. Self-contained, no shared references.
    resources:
    - name: v0-resourceName
      path: /v0/{resourceName}
      operations:
      - name: getresource
        method: GET
        description: Google Search Ads 360 Reporting Get a resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceName
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_SEARCH_ADS_360_API_KEY}}'
  exposes:
  - type: rest
    namespace: openapi-general-rest
    port: 8080
    description: REST adapter for Google Search Ads 360 Reporting API. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v0/{resourcename}
      name: v0-resourcename
      description: REST surface for v0-resourceName.
      operations:
      - method: GET
        name: getresource
        description: Google Search Ads 360 Reporting Get a resource
        call: openapi-general.getresource
        with:
          resourceName: rest.resourceName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Search Ads 360 Reporting API. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: google-search-ads-360-reporting
      description: Google Search Ads 360 Reporting Get a resource
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-general.getresource
      with:
        resourceName: tools.resourceName
      outputParameters:
      - type: object
        mapping: $.