naftiko: 1.0.0-alpha2 info: label: Datadog API — Links description: 'Datadog API — Links. 1 operations. Lead operation: Datadog Get Links for a Team. Self-contained Naftiko capability covering one Datadog business surface.' tags: - Datadog - Links created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: DATADOG_API_KEY: DATADOG_API_KEY capability: consumes: - type: http namespace: datadog-links baseUri: https://{subdomain}.{site} description: Datadog API — Links business capability. Self-contained, no shared references. resources: - name: api-v2-team-team_id-links path: /api/v2/team/{team_id}/links operations: - name: getteamlinks method: GET description: Datadog Get Links for a Team outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: team_id in: path type: string description: None required: true authentication: type: bearer token: '{{env.DATADOG_API_KEY}}' exposes: - type: rest namespace: datadog-links-rest port: 8080 description: REST adapter for Datadog API — Links. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/v2/team/{team-id}/links name: api-v2-team-team-id-links description: REST surface for api-v2-team-team_id-links. operations: - method: GET name: getteamlinks description: Datadog Get Links for a Team call: datadog-links.getteamlinks with: team_id: rest.team_id outputParameters: - type: object mapping: $. - type: mcp namespace: datadog-links-mcp port: 9090 transport: http description: MCP adapter for Datadog API — Links. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: datadog-get-links-team description: Datadog Get Links for a Team hints: readOnly: true destructive: false idempotent: true call: datadog-links.getteamlinks with: team_id: tools.team_id outputParameters: - type: object mapping: $.