Google People · Capability

Google People API — people:batchGet

Google People API — people:batchGet. 1 operations. Lead operation: Google People Batch Get People. Self-contained Naftiko capability covering one Google People business surface.

Run with Naftiko Google Peoplepeople:batchGet

What You Can Do

GET
Batchgetpeople — Google People Batch Get People
/v1/people-batchget

MCP Tools

google-people-batch-get-people

Google People Batch Get People

read-only idempotent

Capability Spec

openapi-people-batchget.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google People API — people:batchGet
  description: 'Google People API — people:batchGet. 1 operations. Lead operation: Google People Batch Get People. Self-contained
    Naftiko capability covering one Google People business surface.'
  tags:
  - Google People
  - people:batchGet
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_PEOPLE_API_KEY: GOOGLE_PEOPLE_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-people-batchget
    baseUri: https://people.googleapis.com/v1
    description: Google People API — people:batchGet business capability. Self-contained, no shared references.
    resources:
    - name: people:batchGet
      path: /people:batchGet
      operations:
      - name: batchgetpeople
        method: GET
        description: Google People Batch Get People
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceNames
          in: query
          type: array
          required: true
        - name: personFields
          in: query
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_PEOPLE_API_KEY}}'
  exposes:
  - type: rest
    namespace: openapi-people-batchget-rest
    port: 8080
    description: REST adapter for Google People API — people:batchGet. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/people-batchget
      name: people-batchget
      description: REST surface for people:batchGet.
      operations:
      - method: GET
        name: batchgetpeople
        description: Google People Batch Get People
        call: openapi-people-batchget.batchgetpeople
        with:
          resourceNames: rest.resourceNames
          personFields: rest.personFields
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-people-batchget-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google People API — people:batchGet. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: google-people-batch-get-people
      description: Google People Batch Get People
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-people-batchget.batchgetpeople
      with:
        resourceNames: tools.resourceNames
        personFields: tools.personFields
      outputParameters:
      - type: object
        mapping: $.