Google People · Capability

Google People API — people:createContact

Google People API — people:createContact. 1 operations. Lead operation: Google People Create Contact. Self-contained Naftiko capability covering one Google People business surface.

Run with Naftiko Google Peoplepeople:createContact

What You Can Do

POST
Createcontact — Google People Create Contact
/v1/people-createcontact

MCP Tools

google-people-create-contact

Google People Create Contact

Capability Spec

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