naftiko: 1.0.0-alpha2 info: label: Google Cloud Data Catalog API — EntryGroups description: 'Google Cloud Data Catalog API — EntryGroups. 2 operations. Lead operation: Google Cloud Data Catalog List entry groups. Self-contained Naftiko capability covering one Google Cloud Data Catalog business surface.' tags: - Google Cloud Data Catalog - EntryGroups 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-entrygroups baseUri: https://datacatalog.googleapis.com/v1 description: Google Cloud Data Catalog API — EntryGroups business capability. Self-contained, no shared references. resources: - name: projects-projectId-locations-location-entryGroups path: /projects/{projectId}/locations/{location}/entryGroups operations: - name: listentrygroups method: GET description: Google Cloud Data Catalog List entry groups 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: pageSize in: query type: integer - name: pageToken in: query type: string - name: createentrygroup method: POST description: Google Cloud Data Catalog Create an entry group 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: query type: string required: true - name: body in: body type: object description: Request body (JSON). required: true authentication: type: bearer token: '{{env.GOOGLE_CLOUD_DATA_CATALOG_API_KEY}}' exposes: - type: rest namespace: google-cloud-data-catalog-entrygroups-rest port: 8080 description: REST adapter for Google Cloud Data Catalog API — EntryGroups. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/projects/{projectid}/locations/{location}/entrygroups name: projects-projectid-locations-location-entrygroups description: REST surface for projects-projectId-locations-location-entryGroups. operations: - method: GET name: listentrygroups description: Google Cloud Data Catalog List entry groups call: google-cloud-data-catalog-entrygroups.listentrygroups with: projectId: rest.projectId location: rest.location pageSize: rest.pageSize pageToken: rest.pageToken outputParameters: - type: object mapping: $. - method: POST name: createentrygroup description: Google Cloud Data Catalog Create an entry group call: google-cloud-data-catalog-entrygroups.createentrygroup with: projectId: rest.projectId location: rest.location entryGroupId: rest.entryGroupId body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: google-cloud-data-catalog-entrygroups-mcp port: 9090 transport: http description: MCP adapter for Google Cloud Data Catalog API — EntryGroups. 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 entry groups hints: readOnly: true destructive: false idempotent: true call: google-cloud-data-catalog-entrygroups.listentrygroups with: projectId: tools.projectId location: tools.location pageSize: tools.pageSize pageToken: tools.pageToken outputParameters: - type: object mapping: $. - name: google-cloud-data-catalog-create description: Google Cloud Data Catalog Create an entry group hints: readOnly: false destructive: false idempotent: false call: google-cloud-data-catalog-entrygroups.createentrygroup with: projectId: tools.projectId location: tools.location entryGroupId: tools.entryGroupId body: tools.body outputParameters: - type: object mapping: $.