naftiko: 1.0.0-alpha2 info: label: Google Cloud Scheduler API — Projects description: 'Google Cloud Scheduler API — Projects. 8 operations. Lead operation: Google Cloud Scheduler List jobs. Self-contained Naftiko capability covering one Google Cloud Scheduler business surface.' tags: - Google Cloud Scheduler - Projects created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: GOOGLE_CLOUD_SCHEDULER_API_KEY: GOOGLE_CLOUD_SCHEDULER_API_KEY capability: consumes: - type: http namespace: openapi-projects baseUri: https://cloudscheduler.googleapis.com description: Google Cloud Scheduler API — Projects business capability. Self-contained, no shared references. resources: - name: v1-projects-project-locations-location-jobs path: /v1/projects/{project}/locations/{location}/jobs operations: - name: listjobs method: GET description: Google Cloud Scheduler List jobs 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: createjob method: POST description: Google Cloud Scheduler Create a job 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: v1-projects-project-locations-location-jobs-job path: /v1/projects/{project}/locations/{location}/jobs/{job} operations: - name: getjob method: GET description: Google Cloud Scheduler Get a job 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: job in: path type: string required: true - name: updatejob method: PATCH description: Google Cloud Scheduler Update a job 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: job in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: deletejob method: DELETE description: Google Cloud Scheduler Delete a job 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: job in: path type: string required: true - name: v1-projects-project-locations-location-jobs-job}:pause path: /v1/projects/{project}/locations/{location}/jobs/{job}:pause operations: - name: pausejob method: POST description: Google Cloud Scheduler Pause a job 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: job in: path type: string required: true - name: v1-projects-project-locations-location-jobs-job}:resume path: /v1/projects/{project}/locations/{location}/jobs/{job}:resume operations: - name: resumejob method: POST description: Google Cloud Scheduler Resume a job 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: job in: path type: string required: true - name: v1-projects-project-locations-location-jobs-job}:run path: /v1/projects/{project}/locations/{location}/jobs/{job}:run operations: - name: runjob method: POST description: Google Cloud Scheduler Run a job 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: job in: path type: string required: true exposes: - type: rest namespace: openapi-projects-rest port: 8080 description: REST adapter for Google Cloud Scheduler API — Projects. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v1/projects/{project}/locations/{location}/jobs name: v1-projects-project-locations-location-jobs description: REST surface for v1-projects-project-locations-location-jobs. operations: - method: GET name: listjobs description: Google Cloud Scheduler List jobs call: openapi-projects.listjobs with: project: rest.project location: rest.location outputParameters: - type: object mapping: $. - method: POST name: createjob description: Google Cloud Scheduler Create a job call: openapi-projects.createjob with: project: rest.project location: rest.location body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v1/projects/{project}/locations/{location}/jobs/{job} name: v1-projects-project-locations-location-jobs-job description: REST surface for v1-projects-project-locations-location-jobs-job. operations: - method: GET name: getjob description: Google Cloud Scheduler Get a job call: openapi-projects.getjob with: project: rest.project location: rest.location job: rest.job outputParameters: - type: object mapping: $. - method: PATCH name: updatejob description: Google Cloud Scheduler Update a job call: openapi-projects.updatejob with: project: rest.project location: rest.location job: rest.job body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deletejob description: Google Cloud Scheduler Delete a job call: openapi-projects.deletejob with: project: rest.project location: rest.location job: rest.job outputParameters: - type: object mapping: $. - path: /v1/v1/projects/{project}/locations/{location}/jobs/job-pause name: v1-projects-project-locations-location-jobs-job-pause description: REST surface for v1-projects-project-locations-location-jobs-job}:pause. operations: - method: POST name: pausejob description: Google Cloud Scheduler Pause a job call: openapi-projects.pausejob with: project: rest.project location: rest.location job: rest.job outputParameters: - type: object mapping: $. - path: /v1/v1/projects/{project}/locations/{location}/jobs/job-resume name: v1-projects-project-locations-location-jobs-job-resume description: REST surface for v1-projects-project-locations-location-jobs-job}:resume. operations: - method: POST name: resumejob description: Google Cloud Scheduler Resume a job call: openapi-projects.resumejob with: project: rest.project location: rest.location job: rest.job outputParameters: - type: object mapping: $. - path: /v1/v1/projects/{project}/locations/{location}/jobs/job-run name: v1-projects-project-locations-location-jobs-job-run description: REST surface for v1-projects-project-locations-location-jobs-job}:run. operations: - method: POST name: runjob description: Google Cloud Scheduler Run a job call: openapi-projects.runjob with: project: rest.project location: rest.location job: rest.job outputParameters: - type: object mapping: $. - type: mcp namespace: openapi-projects-mcp port: 9090 transport: http description: MCP adapter for Google Cloud Scheduler API — Projects. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: google-cloud-scheduler-list-jobs description: Google Cloud Scheduler List jobs hints: readOnly: true destructive: false idempotent: true call: openapi-projects.listjobs with: project: tools.project location: tools.location outputParameters: - type: object mapping: $. - name: google-cloud-scheduler-create-job description: Google Cloud Scheduler Create a job hints: readOnly: false destructive: false idempotent: false call: openapi-projects.createjob with: project: tools.project location: tools.location body: tools.body outputParameters: - type: object mapping: $. - name: google-cloud-scheduler-get-job description: Google Cloud Scheduler Get a job hints: readOnly: true destructive: false idempotent: true call: openapi-projects.getjob with: project: tools.project location: tools.location job: tools.job outputParameters: - type: object mapping: $. - name: google-cloud-scheduler-update-job description: Google Cloud Scheduler Update a job hints: readOnly: false destructive: false idempotent: true call: openapi-projects.updatejob with: project: tools.project location: tools.location job: tools.job body: tools.body outputParameters: - type: object mapping: $. - name: google-cloud-scheduler-delete-job description: Google Cloud Scheduler Delete a job hints: readOnly: false destructive: true idempotent: true call: openapi-projects.deletejob with: project: tools.project location: tools.location job: tools.job outputParameters: - type: object mapping: $. - name: google-cloud-scheduler-pause-job description: Google Cloud Scheduler Pause a job hints: readOnly: false destructive: false idempotent: false call: openapi-projects.pausejob with: project: tools.project location: tools.location job: tools.job outputParameters: - type: object mapping: $. - name: google-cloud-scheduler-resume-job description: Google Cloud Scheduler Resume a job hints: readOnly: false destructive: false idempotent: false call: openapi-projects.resumejob with: project: tools.project location: tools.location job: tools.job outputParameters: - type: object mapping: $. - name: google-cloud-scheduler-run-job description: Google Cloud Scheduler Run a job hints: readOnly: false destructive: false idempotent: false call: openapi-projects.runjob with: project: tools.project location: tools.location job: tools.job outputParameters: - type: object mapping: $.