Google Cloud Data Catalog API — Entries

Google Cloud Data Catalog API — Entries. 5 operations. Lead operation: Google Cloud Data Catalog List entries. Self-contained Naftiko capability covering one Google Cloud Data Catalog business surface.

Run with Naftiko Google Cloud Data CatalogEntries

What You Can Do

GET
Listentries — Google Cloud Data Catalog List entries
/v1/projects/{projectid}/locations/{location}/entrygroups/{entrygroupid}/entries
POST
Createentry — Google Cloud Data Catalog Create an entry
/v1/projects/{projectid}/locations/{location}/entrygroups/{entrygroupid}/entries
GET
Getentry — Google Cloud Data Catalog Get an entry
/v1/projects/{projectid}/locations/{location}/entrygroups/{entrygroupid}/entries/{entryid}
PATCH
Updateentry — Google Cloud Data Catalog Update an entry
/v1/projects/{projectid}/locations/{location}/entrygroups/{entrygroupid}/entries/{entryid}
DELETE
Deleteentry — Google Cloud Data Catalog Delete an entry
/v1/projects/{projectid}/locations/{location}/entrygroups/{entrygroupid}/entries/{entryid}

MCP Tools

google-cloud-data-catalog-list

Google Cloud Data Catalog List entries

read-only idempotent
google-cloud-data-catalog-create

Google Cloud Data Catalog Create an entry

google-cloud-data-catalog-get

Google Cloud Data Catalog Get an entry

read-only idempotent
google-cloud-data-catalog-update

Google Cloud Data Catalog Update an entry

idempotent
google-cloud-data-catalog-delete

Google Cloud Data Catalog Delete an entry

idempotent

Capability Spec

google-cloud-data-catalog-entries.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Data Catalog API — Entries
  description: 'Google Cloud Data Catalog API — Entries. 5 operations. Lead operation: Google Cloud Data Catalog List entries.
    Self-contained Naftiko capability covering one Google Cloud Data Catalog business surface.'
  tags:
  - Google Cloud Data Catalog
  - Entries
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_DATA_CATALOG_API_KEY: GOOGLE_CLOUD_DATA_CATALOG_API_KEY
capability:
  consumes:
  - type: http
    namespace: google-cloud-data-catalog-entries
    baseUri: https://datacatalog.googleapis.com/v1
    description: Google Cloud Data Catalog API — Entries business capability. Self-contained, no shared references.
    resources:
    - name: projects-projectId-locations-location-entryGroups-entryGroupId-entries
      path: /projects/{projectId}/locations/{location}/entryGroups/{entryGroupId}/entries
      operations:
      - name: listentries
        method: GET
        description: Google Cloud Data Catalog List entries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: location
          in: path
          type: string
          required: true
        - name: entryGroupId
          in: path
          type: string
          required: true
        - name: pageSize
          in: query
          type: integer
        - name: pageToken
          in: query
          type: string
      - name: createentry
        method: POST
        description: Google Cloud Data Catalog Create an entry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: location
          in: path
          type: string
          required: true
        - name: entryGroupId
          in: path
          type: string
          required: true
        - name: entryId
          in: query
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: projects-projectId-locations-location-entryGroups-entryGroupId-entries-entryId
      path: /projects/{projectId}/locations/{location}/entryGroups/{entryGroupId}/entries/{entryId}
      operations:
      - name: getentry
        method: GET
        description: Google Cloud Data Catalog Get an entry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: location
          in: path
          type: string
          required: true
        - name: entryGroupId
          in: path
          type: string
          required: true
        - name: entryId
          in: path
          type: string
          required: true
      - name: updateentry
        method: PATCH
        description: Google Cloud Data Catalog Update an entry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: location
          in: path
          type: string
          required: true
        - name: entryGroupId
          in: path
          type: string
          required: true
        - name: entryId
          in: path
          type: string
          required: true
        - name: updateMask
          in: query
          type: string
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteentry
        method: DELETE
        description: Google Cloud Data Catalog Delete an entry
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: location
          in: path
          type: string
          required: true
        - name: entryGroupId
          in: path
          type: string
          required: true
        - name: entryId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_CLOUD_DATA_CATALOG_API_KEY}}'
  exposes:
  - type: rest
    namespace: google-cloud-data-catalog-entries-rest
    port: 8080
    description: REST adapter for Google Cloud Data Catalog API — Entries. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/projects/{projectid}/locations/{location}/entrygroups/{entrygroupid}/entries
      name: projects-projectid-locations-location-entrygroups-entrygroupid-entries
      description: REST surface for projects-projectId-locations-location-entryGroups-entryGroupId-entries.
      operations:
      - method: GET
        name: listentries
        description: Google Cloud Data Catalog List entries
        call: google-cloud-data-catalog-entries.listentries
        with:
          projectId: rest.projectId
          location: rest.location
          entryGroupId: rest.entryGroupId
          pageSize: rest.pageSize
          pageToken: rest.pageToken
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createentry
        description: Google Cloud Data Catalog Create an entry
        call: google-cloud-data-catalog-entries.createentry
        with:
          projectId: rest.projectId
          location: rest.location
          entryGroupId: rest.entryGroupId
          entryId: rest.entryId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{projectid}/locations/{location}/entrygroups/{entrygroupid}/entries/{entryid}
      name: projects-projectid-locations-location-entrygroups-entrygroupid-entries-entryid
      description: REST surface for projects-projectId-locations-location-entryGroups-entryGroupId-entries-entryId.
      operations:
      - method: GET
        name: getentry
        description: Google Cloud Data Catalog Get an entry
        call: google-cloud-data-catalog-entries.getentry
        with:
          projectId: rest.projectId
          location: rest.location
          entryGroupId: rest.entryGroupId
          entryId: rest.entryId
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updateentry
        description: Google Cloud Data Catalog Update an entry
        call: google-cloud-data-catalog-entries.updateentry
        with:
          projectId: rest.projectId
          location: rest.location
          entryGroupId: rest.entryGroupId
          entryId: rest.entryId
          updateMask: rest.updateMask
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteentry
        description: Google Cloud Data Catalog Delete an entry
        call: google-cloud-data-catalog-entries.deleteentry
        with:
          projectId: rest.projectId
          location: rest.location
          entryGroupId: rest.entryGroupId
          entryId: rest.entryId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: google-cloud-data-catalog-entries-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Data Catalog API — Entries. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: google-cloud-data-catalog-list
      description: Google Cloud Data Catalog List entries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: google-cloud-data-catalog-entries.listentries
      with:
        projectId: tools.projectId
        location: tools.location
        entryGroupId: tools.entryGroupId
        pageSize: tools.pageSize
        pageToken: tools.pageToken
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-data-catalog-create
      description: Google Cloud Data Catalog Create an entry
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: google-cloud-data-catalog-entries.createentry
      with:
        projectId: tools.projectId
        location: tools.location
        entryGroupId: tools.entryGroupId
        entryId: tools.entryId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-data-catalog-get
      description: Google Cloud Data Catalog Get an entry
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: google-cloud-data-catalog-entries.getentry
      with:
        projectId: tools.projectId
        location: tools.location
        entryGroupId: tools.entryGroupId
        entryId: tools.entryId
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-data-catalog-update
      description: Google Cloud Data Catalog Update an entry
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: google-cloud-data-catalog-entries.updateentry
      with:
        projectId: tools.projectId
        location: tools.location
        entryGroupId: tools.entryGroupId
        entryId: tools.entryId
        updateMask: tools.updateMask
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-data-catalog-delete
      description: Google Cloud Data Catalog Delete an entry
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: google-cloud-data-catalog-entries.deleteentry
      with:
        projectId: tools.projectId
        location: tools.location
        entryGroupId: tools.entryGroupId
        entryId: tools.entryId
      outputParameters:
      - type: object
        mapping: $.