naftiko: 1.0.0-alpha2 info: label: Google Cloud Tasks API — Projects description: 'Google Cloud Tasks API — Projects. 10 operations. Lead operation: Google Cloud Tasks List queues. Self-contained Naftiko capability covering one Google Cloud Tasks business surface.' tags: - Google Cloud Tasks - Projects created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: GOOGLE_CLOUD_TASKS_API_KEY: GOOGLE_CLOUD_TASKS_API_KEY capability: consumes: - type: http namespace: openapi-projects baseUri: https://cloudtasks.googleapis.com description: Google Cloud Tasks API — Projects business capability. Self-contained, no shared references. resources: - name: v2-projects-project-locations-location-queues path: /v2/projects/{project}/locations/{location}/queues operations: - name: listqueues method: GET description: Google Cloud Tasks List queues outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: project in: path type: string required: true - name: location in: path type: string required: true - name: createqueue method: POST description: Google Cloud Tasks Create a queue outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: project in: path type: string required: true - name: location in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: v2-projects-project-locations-location-queues-queue path: /v2/projects/{project}/locations/{location}/queues/{queue} operations: - name: getqueue method: GET description: Google Cloud Tasks Get a queue outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: project in: path type: string required: true - name: location in: path type: string required: true - name: queue in: path type: string required: true - name: updatequeue method: PATCH description: Google Cloud Tasks Update a queue outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: project in: path type: string required: true - name: location in: path type: string required: true - name: queue in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: deletequeue method: DELETE description: Google Cloud Tasks Delete a queue outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: project in: path type: string required: true - name: location in: path type: string required: true - name: queue in: path type: string required: true - name: v2-projects-project-locations-location-queues-queue-tasks path: /v2/projects/{project}/locations/{location}/queues/{queue}/tasks operations: - name: listtasks method: GET description: Google Cloud Tasks List tasks outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: project in: path type: string required: true - name: location in: path type: string required: true - name: queue in: path type: string required: true - name: createtask method: POST description: Google Cloud Tasks Create a task outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: project in: path type: string required: true - name: location in: path type: string required: true - name: queue in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: v2-projects-project-locations-location-queues-queue-tasks-task path: /v2/projects/{project}/locations/{location}/queues/{queue}/tasks/{task} operations: - name: gettask method: GET description: Google Cloud Tasks Get a task outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: project in: path type: string required: true - name: location in: path type: string required: true - name: queue in: path type: string required: true - name: task in: path type: string required: true - name: deletetask method: DELETE description: Google Cloud Tasks Delete a task outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: project in: path type: string required: true - name: location in: path type: string required: true - name: queue in: path type: string required: true - name: task in: path type: string required: true - name: v2-projects-project-locations-location-queues-queue-tasks-task}:run path: /v2/projects/{project}/locations/{location}/queues/{queue}/tasks/{task}:run operations: - name: runtask method: POST description: Google Cloud Tasks Run a task outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: project in: path type: string required: true - name: location in: path type: string required: true - name: queue in: path type: string required: true - name: task in: path type: string required: true exposes: - type: rest namespace: openapi-projects-rest port: 8080 description: REST adapter for Google Cloud Tasks API — Projects. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v2/projects/{project}/locations/{location}/queues name: v2-projects-project-locations-location-queues description: REST surface for v2-projects-project-locations-location-queues. operations: - method: GET name: listqueues description: Google Cloud Tasks List queues call: openapi-projects.listqueues with: project: rest.project location: rest.location outputParameters: - type: object mapping: $. - method: POST name: createqueue description: Google Cloud Tasks Create a queue call: openapi-projects.createqueue with: project: rest.project location: rest.location body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v2/projects/{project}/locations/{location}/queues/{queue} name: v2-projects-project-locations-location-queues-queue description: REST surface for v2-projects-project-locations-location-queues-queue. operations: - method: GET name: getqueue description: Google Cloud Tasks Get a queue call: openapi-projects.getqueue with: project: rest.project location: rest.location queue: rest.queue outputParameters: - type: object mapping: $. - method: PATCH name: updatequeue description: Google Cloud Tasks Update a queue call: openapi-projects.updatequeue with: project: rest.project location: rest.location queue: rest.queue body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deletequeue description: Google Cloud Tasks Delete a queue call: openapi-projects.deletequeue with: project: rest.project location: rest.location queue: rest.queue outputParameters: - type: object mapping: $. - path: /v1/v2/projects/{project}/locations/{location}/queues/{queue}/tasks name: v2-projects-project-locations-location-queues-queue-tasks description: REST surface for v2-projects-project-locations-location-queues-queue-tasks. operations: - method: GET name: listtasks description: Google Cloud Tasks List tasks call: openapi-projects.listtasks with: project: rest.project location: rest.location queue: rest.queue outputParameters: - type: object mapping: $. - method: POST name: createtask description: Google Cloud Tasks Create a task call: openapi-projects.createtask with: project: rest.project location: rest.location queue: rest.queue body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v2/projects/{project}/locations/{location}/queues/{queue}/tasks/{task} name: v2-projects-project-locations-location-queues-queue-tasks-task description: REST surface for v2-projects-project-locations-location-queues-queue-tasks-task. operations: - method: GET name: gettask description: Google Cloud Tasks Get a task call: openapi-projects.gettask with: project: rest.project location: rest.location queue: rest.queue task: rest.task outputParameters: - type: object mapping: $. - method: DELETE name: deletetask description: Google Cloud Tasks Delete a task call: openapi-projects.deletetask with: project: rest.project location: rest.location queue: rest.queue task: rest.task outputParameters: - type: object mapping: $. - path: /v1/v2/projects/{project}/locations/{location}/queues/{queue}/tasks/task-run name: v2-projects-project-locations-location-queues-queue-tasks-task-run description: REST surface for v2-projects-project-locations-location-queues-queue-tasks-task}:run. operations: - method: POST name: runtask description: Google Cloud Tasks Run a task call: openapi-projects.runtask with: project: rest.project location: rest.location queue: rest.queue task: rest.task outputParameters: - type: object mapping: $. - type: mcp namespace: openapi-projects-mcp port: 9090 transport: http description: MCP adapter for Google Cloud Tasks API — Projects. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: google-cloud-tasks-list-queues description: Google Cloud Tasks List queues hints: readOnly: true destructive: false idempotent: true call: openapi-projects.listqueues with: project: tools.project location: tools.location outputParameters: - type: object mapping: $. - name: google-cloud-tasks-create-queue description: Google Cloud Tasks Create a queue hints: readOnly: false destructive: false idempotent: false call: openapi-projects.createqueue with: project: tools.project location: tools.location body: tools.body outputParameters: - type: object mapping: $. - name: google-cloud-tasks-get-queue description: Google Cloud Tasks Get a queue hints: readOnly: true destructive: false idempotent: true call: openapi-projects.getqueue with: project: tools.project location: tools.location queue: tools.queue outputParameters: - type: object mapping: $. - name: google-cloud-tasks-update-queue description: Google Cloud Tasks Update a queue hints: readOnly: false destructive: false idempotent: true call: openapi-projects.updatequeue with: project: tools.project location: tools.location queue: tools.queue body: tools.body outputParameters: - type: object mapping: $. - name: google-cloud-tasks-delete-queue description: Google Cloud Tasks Delete a queue hints: readOnly: false destructive: true idempotent: true call: openapi-projects.deletequeue with: project: tools.project location: tools.location queue: tools.queue outputParameters: - type: object mapping: $. - name: google-cloud-tasks-list-tasks description: Google Cloud Tasks List tasks hints: readOnly: true destructive: false idempotent: true call: openapi-projects.listtasks with: project: tools.project location: tools.location queue: tools.queue outputParameters: - type: object mapping: $. - name: google-cloud-tasks-create-task description: Google Cloud Tasks Create a task hints: readOnly: false destructive: false idempotent: false call: openapi-projects.createtask with: project: tools.project location: tools.location queue: tools.queue body: tools.body outputParameters: - type: object mapping: $. - name: google-cloud-tasks-get-task description: Google Cloud Tasks Get a task hints: readOnly: true destructive: false idempotent: true call: openapi-projects.gettask with: project: tools.project location: tools.location queue: tools.queue task: tools.task outputParameters: - type: object mapping: $. - name: google-cloud-tasks-delete-task description: Google Cloud Tasks Delete a task hints: readOnly: false destructive: true idempotent: true call: openapi-projects.deletetask with: project: tools.project location: tools.location queue: tools.queue task: tools.task outputParameters: - type: object mapping: $. - name: google-cloud-tasks-run-task description: Google Cloud Tasks Run a task hints: readOnly: false destructive: false idempotent: false call: openapi-projects.runtask with: project: tools.project location: tools.location queue: tools.queue task: tools.task outputParameters: - type: object mapping: $.