Google Cloud Transfer Service Google Storage Transfer API — AgentPools

Google Cloud Transfer Service Google Storage Transfer API — AgentPools. 2 operations. Lead operation: Google Cloud Transfer Service List agent pools. Self-contained Naftiko capability covering one Google Cloud Transfer Service business surface.

Run with Naftiko Google Cloud Transfer ServiceAgentPools

What You Can Do

GET
Listagentpools — Google Cloud Transfer Service List agent pools
/v1/projects/{projectid}/agentpools
POST
Createagentpool — Google Cloud Transfer Service Create an agent pool
/v1/projects/{projectid}/agentpools

MCP Tools

google-cloud-transfer-service-list

Google Cloud Transfer Service List agent pools

read-only idempotent
google-cloud-transfer-service-create

Google Cloud Transfer Service Create an agent pool

Capability Spec

storage-transfer-agentpools.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Transfer Service Google Storage Transfer API — AgentPools
  description: 'Google Cloud Transfer Service Google Storage Transfer API — AgentPools. 2 operations. Lead operation: Google
    Cloud Transfer Service List agent pools. Self-contained Naftiko capability covering one Google Cloud Transfer Service
    business surface.'
  tags:
  - Google Cloud Transfer Service
  - AgentPools
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_TRANSFER_SERVICE_API_KEY: GOOGLE_CLOUD_TRANSFER_SERVICE_API_KEY
capability:
  consumes:
  - type: http
    namespace: storage-transfer-agentpools
    baseUri: https://storagetransfer.googleapis.com/v1
    description: Google Cloud Transfer Service Google Storage Transfer API — AgentPools business capability. Self-contained,
      no shared references.
    resources:
    - name: projects-projectId-agentPools
      path: /projects/{projectId}/agentPools
      operations:
      - name: listagentpools
        method: GET
        description: Google Cloud Transfer Service List agent pools
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
      - name: createagentpool
        method: POST
        description: Google Cloud Transfer Service Create an agent pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: agentPoolId
          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_TRANSFER_SERVICE_API_KEY}}'
  exposes:
  - type: rest
    namespace: storage-transfer-agentpools-rest
    port: 8080
    description: REST adapter for Google Cloud Transfer Service Google Storage Transfer API — AgentPools. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/projects/{projectid}/agentpools
      name: projects-projectid-agentpools
      description: REST surface for projects-projectId-agentPools.
      operations:
      - method: GET
        name: listagentpools
        description: Google Cloud Transfer Service List agent pools
        call: storage-transfer-agentpools.listagentpools
        with:
          projectId: rest.projectId
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createagentpool
        description: Google Cloud Transfer Service Create an agent pool
        call: storage-transfer-agentpools.createagentpool
        with:
          projectId: rest.projectId
          agentPoolId: rest.agentPoolId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: storage-transfer-agentpools-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Transfer Service Google Storage Transfer API — AgentPools. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: google-cloud-transfer-service-list
      description: Google Cloud Transfer Service List agent pools
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: storage-transfer-agentpools.listagentpools
      with:
        projectId: tools.projectId
      outputParameters:
      - type: object
        mapping: $.
    - name: google-cloud-transfer-service-create
      description: Google Cloud Transfer Service Create an agent pool
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: storage-transfer-agentpools.createagentpool
      with:
        projectId: tools.projectId
        agentPoolId: tools.agentPoolId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.