naftiko: 1.0.0-alpha2 info: label: Unity Matchmaker API — Queues description: 'Unity Matchmaker API — Queues. 5 operations. Lead operation: List Matchmaking Queues. Self-contained Naftiko capability covering one Unity business surface.' tags: - Unity - Queues created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: UNITY_API_KEY: UNITY_API_KEY capability: consumes: - type: http namespace: matchmaker-queues baseUri: https://matchmaker.services.api.unity.com description: Unity Matchmaker API — Queues business capability. Self-contained, no shared references. resources: - name: v3-projects-projectId-environments-environmentId-queues path: /v3/projects/{projectId}/environments/{environmentId}/queues operations: - name: listqueues method: GET description: List Matchmaking Queues outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: projectId in: path type: string required: true - name: environmentId in: path type: string required: true - name: createqueue method: POST description: Create Matchmaking Queue outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: projectId in: path type: string required: true - name: environmentId in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: v3-projects-projectId-environments-environmentId-queues-queueName path: /v3/projects/{projectId}/environments/{environmentId}/queues/{queueName} operations: - name: getqueue method: GET description: Get Matchmaking Queue outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: projectId in: path type: string required: true - name: environmentId in: path type: string required: true - name: queueName in: path type: string required: true - name: updatequeue method: PUT description: Update Matchmaking Queue outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: projectId in: path type: string required: true - name: environmentId in: path type: string required: true - name: queueName in: path type: string required: true - name: body in: body type: object description: Request body (JSON). required: true - name: deletequeue method: DELETE description: Delete Matchmaking Queue outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: projectId in: path type: string required: true - name: environmentId in: path type: string required: true - name: queueName in: path type: string required: true authentication: type: bearer token: '{{env.UNITY_API_KEY}}' exposes: - type: rest namespace: matchmaker-queues-rest port: 8080 description: REST adapter for Unity Matchmaker API — Queues. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v3/projects/{projectid}/environments/{environmentid}/queues name: v3-projects-projectid-environments-environmentid-queues description: REST surface for v3-projects-projectId-environments-environmentId-queues. operations: - method: GET name: listqueues description: List Matchmaking Queues call: matchmaker-queues.listqueues with: projectId: rest.projectId environmentId: rest.environmentId outputParameters: - type: object mapping: $. - method: POST name: createqueue description: Create Matchmaking Queue call: matchmaker-queues.createqueue with: projectId: rest.projectId environmentId: rest.environmentId body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v3/projects/{projectid}/environments/{environmentid}/queues/{queuename} name: v3-projects-projectid-environments-environmentid-queues-queuename description: REST surface for v3-projects-projectId-environments-environmentId-queues-queueName. operations: - method: GET name: getqueue description: Get Matchmaking Queue call: matchmaker-queues.getqueue with: projectId: rest.projectId environmentId: rest.environmentId queueName: rest.queueName outputParameters: - type: object mapping: $. - method: PUT name: updatequeue description: Update Matchmaking Queue call: matchmaker-queues.updatequeue with: projectId: rest.projectId environmentId: rest.environmentId queueName: rest.queueName body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deletequeue description: Delete Matchmaking Queue call: matchmaker-queues.deletequeue with: projectId: rest.projectId environmentId: rest.environmentId queueName: rest.queueName outputParameters: - type: object mapping: $. - type: mcp namespace: matchmaker-queues-mcp port: 9090 transport: http description: MCP adapter for Unity Matchmaker API — Queues. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-matchmaking-queues description: List Matchmaking Queues hints: readOnly: true destructive: false idempotent: true call: matchmaker-queues.listqueues with: projectId: tools.projectId environmentId: tools.environmentId outputParameters: - type: object mapping: $. - name: create-matchmaking-queue description: Create Matchmaking Queue hints: readOnly: false destructive: false idempotent: false call: matchmaker-queues.createqueue with: projectId: tools.projectId environmentId: tools.environmentId body: tools.body outputParameters: - type: object mapping: $. - name: get-matchmaking-queue description: Get Matchmaking Queue hints: readOnly: true destructive: false idempotent: true call: matchmaker-queues.getqueue with: projectId: tools.projectId environmentId: tools.environmentId queueName: tools.queueName outputParameters: - type: object mapping: $. - name: update-matchmaking-queue description: Update Matchmaking Queue hints: readOnly: false destructive: false idempotent: true call: matchmaker-queues.updatequeue with: projectId: tools.projectId environmentId: tools.environmentId queueName: tools.queueName body: tools.body outputParameters: - type: object mapping: $. - name: delete-matchmaking-queue description: Delete Matchmaking Queue hints: readOnly: false destructive: true idempotent: true call: matchmaker-queues.deletequeue with: projectId: tools.projectId environmentId: tools.environmentId queueName: tools.queueName outputParameters: - type: object mapping: $.