naftiko: 1.0.0-alpha2 info: label: FactSet IRN Configuration API — Teams description: 'FactSet IRN Configuration API — Teams. 2 operations. Lead operation: Factset Get All Teams. Self-contained Naftiko capability covering one Factset business surface.' tags: - Factset - Teams created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: FACTSET_API_KEY: FACTSET_API_KEY capability: consumes: - type: http namespace: irn-configuration-teams baseUri: https://api.factset.com/research/irn description: FactSet IRN Configuration API — Teams business capability. Self-contained, no shared references. resources: - name: v1-teams path: /v1/teams operations: - name: getteams method: GET description: Factset Get All Teams outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: X-IRN-Ignore-Permissions in: header type: boolean - name: v1-teams-teamId path: /v1/teams/{teamId} operations: - name: getteam method: GET description: Factset Get Team Details for the Given Id Provided outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: teamId in: path type: string description: Id required: true - name: X-IRN-Ignore-Permissions in: header type: boolean authentication: type: basic username: '{{env.FACTSET_USER}}' password: '{{env.FACTSET_PASS}}' exposes: - type: rest namespace: irn-configuration-teams-rest port: 8080 description: REST adapter for FactSet IRN Configuration API — Teams. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v1/teams name: v1-teams description: REST surface for v1-teams. operations: - method: GET name: getteams description: Factset Get All Teams call: irn-configuration-teams.getteams with: X-IRN-Ignore-Permissions: rest.X-IRN-Ignore-Permissions outputParameters: - type: object mapping: $. - path: /v1/v1/teams/{teamid} name: v1-teams-teamid description: REST surface for v1-teams-teamId. operations: - method: GET name: getteam description: Factset Get Team Details for the Given Id Provided call: irn-configuration-teams.getteam with: teamId: rest.teamId X-IRN-Ignore-Permissions: rest.X-IRN-Ignore-Permissions outputParameters: - type: object mapping: $. - type: mcp namespace: irn-configuration-teams-mcp port: 9090 transport: http description: MCP adapter for FactSet IRN Configuration API — Teams. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: factset-get-all-teams description: Factset Get All Teams hints: readOnly: true destructive: false idempotent: true call: irn-configuration-teams.getteams with: X-IRN-Ignore-Permissions: tools.X-IRN-Ignore-Permissions outputParameters: - type: object mapping: $. - name: factset-get-team-details-given description: Factset Get Team Details for the Given Id Provided hints: readOnly: true destructive: false idempotent: true call: irn-configuration-teams.getteam with: teamId: tools.teamId X-IRN-Ignore-Permissions: tools.X-IRN-Ignore-Permissions outputParameters: - type: object mapping: $.