Google Cloud Talent Solution API — Companies

Google Cloud Talent Solution API — Companies. 2 operations. Lead operation: Google Cloud Talent Solution List companies. Self-contained Naftiko capability covering one Google Cloud Talent Solution business surface.

Run with Naftiko Google Cloud Talent SolutionCompanies

What You Can Do

GET
Listcompanies — Google Cloud Talent Solution List companies
/v1/projects/{projectid}/tenants/{tenantid}/companies
POST
Createcompany — Google Cloud Talent Solution Create a company
/v1/projects/{projectid}/tenants/{tenantid}/companies

MCP Tools

google-cloud-talent-solution-list

Google Cloud Talent Solution List companies

read-only idempotent
google-cloud-talent-solution-create

Google Cloud Talent Solution Create a company

Capability Spec

openapi-companies.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Talent Solution API — Companies
  description: 'Google Cloud Talent Solution API — Companies. 2 operations. Lead operation: Google Cloud Talent Solution List
    companies. Self-contained Naftiko capability covering one Google Cloud Talent Solution business surface.'
  tags:
  - Google Cloud Talent Solution
  - Companies
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_TALENT_SOLUTION_API_KEY: GOOGLE_CLOUD_TALENT_SOLUTION_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-companies
    baseUri: https://jobs.googleapis.com/v4
    description: Google Cloud Talent Solution API — Companies business capability. Self-contained, no shared references.
    resources:
    - name: projects-projectId-tenants-tenantId-companies
      path: /projects/{projectId}/tenants/{tenantId}/companies
      operations:
      - name: listcompanies
        method: GET
        description: Google Cloud Talent Solution List companies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: tenantId
          in: path
          type: string
          required: true
      - name: createcompany
        method: POST
        description: Google Cloud Talent Solution Create a company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: tenantId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_CLOUD_TALENT_SOLUTION_API_KEY}}'
  exposes:
  - type: rest
    namespace: openapi-companies-rest
    port: 8080
    description: REST adapter for Google Cloud Talent Solution API — Companies. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/projects/{projectid}/tenants/{tenantid}/companies
      name: projects-projectid-tenants-tenantid-companies
      description: REST surface for projects-projectId-tenants-tenantId-companies.
      operations:
      - method: GET
        name: listcompanies
        description: Google Cloud Talent Solution List companies
        call: openapi-companies.listcompanies
        with:
          projectId: rest.projectId
          tenantId: rest.tenantId
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createcompany
        description: Google Cloud Talent Solution Create a company
        call: openapi-companies.createcompany
        with:
          projectId: rest.projectId
          tenantId: rest.tenantId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-companies-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Talent Solution API — Companies. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: google-cloud-talent-solution-list
      description: Google Cloud Talent Solution List companies
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-companies.listcompanies
      with:
        projectId: tools.projectId
        tenantId: tools.tenantId
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-talent-solution-create
      description: Google Cloud Talent Solution Create a company
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: openapi-companies.createcompany
      with:
        projectId: tools.projectId
        tenantId: tools.tenantId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.