naftiko: 1.0.0-alpha2 info: label: Slack Reminders API — Info description: 'Slack Reminders API — Info. 1 operations. Lead operation: Slack Get Reminders Info. Self-contained Naftiko capability covering one Slack business surface.' tags: - Slack - Info created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: SLACK_API_KEY: SLACK_API_KEY capability: consumes: - type: http namespace: reminders-info baseUri: '' description: Slack Reminders API — Info business capability. Self-contained, no shared references. resources: - name: reminders.info path: /reminders.info operations: - name: getremindersinfo method: GET description: Slack Get Reminders Info outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: token in: query type: string description: 'Authentication token. Requires scope: `reminders:read`' - name: reminder in: query type: string description: The ID of the reminder exposes: - type: rest namespace: reminders-info-rest port: 8080 description: REST adapter for Slack Reminders API — Info. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/reminders-info name: reminders-info description: REST surface for reminders.info. operations: - method: GET name: getremindersinfo description: Slack Get Reminders Info call: reminders-info.getremindersinfo with: token: rest.token reminder: rest.reminder outputParameters: - type: object mapping: $. - type: mcp namespace: reminders-info-mcp port: 9090 transport: http description: MCP adapter for Slack Reminders API — Info. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: slack-get-reminders-info description: Slack Get Reminders Info hints: readOnly: true destructive: false idempotent: true call: reminders-info.getremindersinfo with: token: tools.token reminder: tools.reminder outputParameters: - type: object mapping: $.