Google People · Capability

Google People API — people:searchContacts

Google People API — people:searchContacts. 1 operations. Lead operation: Google People Search Contacts. Self-contained Naftiko capability covering one Google People business surface.

Run with Naftiko Google Peoplepeople:searchContacts

What You Can Do

GET
Searchcontacts — Google People Search Contacts
/v1/people-searchcontacts

MCP Tools

google-people-search-contacts

Google People Search Contacts

read-only idempotent

Capability Spec

openapi-people-searchcontacts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google People API — people:searchContacts
  description: 'Google People API — people:searchContacts. 1 operations. Lead operation: Google People Search Contacts. Self-contained
    Naftiko capability covering one Google People business surface.'
  tags:
  - Google People
  - people:searchContacts
  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-searchcontacts
    baseUri: https://people.googleapis.com/v1
    description: Google People API — people:searchContacts business capability. Self-contained, no shared references.
    resources:
    - name: people:searchContacts
      path: /people:searchContacts
      operations:
      - name: searchcontacts
        method: GET
        description: Google People Search Contacts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: query
          in: query
          type: string
          required: true
        - name: readMask
          in: query
          type: string
          required: true
        - name: pageSize
          in: query
          type: integer
    authentication:
      type: bearer
      token: '{{env.GOOGLE_PEOPLE_API_KEY}}'
  exposes:
  - type: rest
    namespace: openapi-people-searchcontacts-rest
    port: 8080
    description: REST adapter for Google People API — people:searchContacts. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/people-searchcontacts
      name: people-searchcontacts
      description: REST surface for people:searchContacts.
      operations:
      - method: GET
        name: searchcontacts
        description: Google People Search Contacts
        call: openapi-people-searchcontacts.searchcontacts
        with:
          query: rest.query
          readMask: rest.readMask
          pageSize: rest.pageSize
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-people-searchcontacts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google People API — people:searchContacts. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: google-people-search-contacts
      description: Google People Search Contacts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-people-searchcontacts.searchcontacts
      with:
        query: tools.query
        readMask: tools.readMask
        pageSize: tools.pageSize
      outputParameters:
      - type: object
        mapping: $.