naftiko: 1.0.0-alpha2 info: label: API Endpoints — subpackage_phoneNumbers description: 'API Endpoints — subpackage_phoneNumbers. 5 operations. Lead operation: List or search for phone numbers. Self-contained Naftiko capability covering one Close business surface.' tags: - Close - subpackage_phoneNumbers created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: CLOSE_API_KEY: CLOSE_API_KEY capability: consumes: - type: http namespace: close-subpackage-phonenumbers baseUri: https://api.close.com/api/v1 description: API Endpoints — subpackage_phoneNumbers business capability. Self-contained, no shared references. resources: - name: phone_number path: /phone_number/ operations: - name: list method: GET description: List or search for phone numbers outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: _limit in: query type: integer description: Number of results to return. - name: _skip in: query type: integer description: Number of results to skip before returning, for pagination. - name: _fields in: query type: string description: Comma-separated list of fields to include in the response. - name: number in: query type: - string - 'null' - name: user_id in: query type: - string - 'null' - name: is_group_number in: query type: - boolean - 'null' - name: Authorization in: header type: string description: Use your API key as the username and leave the password empty. required: true - name: phone_number-request-internal path: /phone_number/request/internal/ operations: - name: create method: POST description: Request an internal phone number outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: Authorization in: header type: string description: Use your API key as the username and leave the password empty. required: true - name: body in: body type: object description: Request body (JSON). required: false - name: phone_number-id path: /phone_number/{id}/ operations: - name: get method: GET description: Retrieve a single phone number outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: _fields in: query type: string description: Comma-separated list of fields to include in the response. - name: Authorization in: header type: string description: Use your API key as the username and leave the password empty. required: true - name: update method: PUT description: Update a phone number outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: Authorization in: header type: string description: Use your API key as the username and leave the password empty. required: true - name: body in: body type: object description: Request body (JSON). required: false - name: delete method: DELETE description: Delete a phone number outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string required: true - name: Authorization in: header type: string description: Use your API key as the username and leave the password empty. required: true authentication: type: bearer token: '{{env.CLOSE_API_KEY}}' exposes: - type: rest namespace: close-subpackage-phonenumbers-rest port: 8080 description: REST adapter for API Endpoints — subpackage_phoneNumbers. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/phone-number name: phone-number description: REST surface for phone_number. operations: - method: GET name: list description: List or search for phone numbers call: close-subpackage-phonenumbers.list with: _limit: rest._limit _skip: rest._skip _fields: rest._fields number: rest.number user_id: rest.user_id is_group_number: rest.is_group_number Authorization: rest.Authorization outputParameters: - type: object mapping: $. - path: /v1/phone-number/request/internal name: phone-number-request-internal description: REST surface for phone_number-request-internal. operations: - method: POST name: create description: Request an internal phone number call: close-subpackage-phonenumbers.create with: Authorization: rest.Authorization body: rest.body outputParameters: - type: object mapping: $. - path: /v1/phone-number/{id} name: phone-number-id description: REST surface for phone_number-id. operations: - method: GET name: get description: Retrieve a single phone number call: close-subpackage-phonenumbers.get with: id: rest.id _fields: rest._fields Authorization: rest.Authorization outputParameters: - type: object mapping: $. - method: PUT name: update description: Update a phone number call: close-subpackage-phonenumbers.update with: id: rest.id Authorization: rest.Authorization body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: delete description: Delete a phone number call: close-subpackage-phonenumbers.delete with: id: rest.id Authorization: rest.Authorization outputParameters: - type: object mapping: $. - type: mcp namespace: close-subpackage-phonenumbers-mcp port: 9090 transport: http description: MCP adapter for API Endpoints — subpackage_phoneNumbers. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-search-phone-numbers description: List or search for phone numbers hints: readOnly: true destructive: false idempotent: true call: close-subpackage-phonenumbers.list with: _limit: tools._limit _skip: tools._skip _fields: tools._fields number: tools.number user_id: tools.user_id is_group_number: tools.is_group_number Authorization: tools.Authorization outputParameters: - type: object mapping: $. - name: request-internal-phone-number description: Request an internal phone number hints: readOnly: false destructive: false idempotent: false call: close-subpackage-phonenumbers.create with: Authorization: tools.Authorization body: tools.body outputParameters: - type: object mapping: $. - name: retrieve-single-phone-number description: Retrieve a single phone number hints: readOnly: true destructive: false idempotent: true call: close-subpackage-phonenumbers.get with: id: tools.id _fields: tools._fields Authorization: tools.Authorization outputParameters: - type: object mapping: $. - name: update-phone-number description: Update a phone number hints: readOnly: false destructive: false idempotent: true call: close-subpackage-phonenumbers.update with: id: tools.id Authorization: tools.Authorization body: tools.body outputParameters: - type: object mapping: $. - name: delete-phone-number description: Delete a phone number hints: readOnly: false destructive: true idempotent: true call: close-subpackage-phonenumbers.delete with: id: tools.id Authorization: tools.Authorization outputParameters: - type: object mapping: $.