naftiko: 1.0.0-alpha2 info: label: Unified.to API — lms description: 'Unified.to API — lms. 42 operations. Lead operation: List All Activities. Self-contained Naftiko capability covering one Unified To business surface.' tags: - Unified To - lms created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: UNIFIED_TO_API_KEY: UNIFIED_TO_API_KEY capability: consumes: - type: http namespace: full-lms baseUri: https://api.unified.to description: Unified.to API — lms business capability. Self-contained, no shared references. resources: - name: lms-connection_id-activity path: /lms/{connection_id}/activity operations: - name: listlmsactivities method: GET description: List All Activities outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: number - name: offset in: query type: number - name: updated_gte in: query type: string description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) - name: sort in: query type: string - name: order in: query type: string - name: query in: query type: string description: Query string to search. eg. email address or name - name: content_id in: query type: string description: The content ID to filter by - name: student_id in: query type: string description: The student ID to filter by (reference to LmsStudent) - name: course_id in: query type: string description: The course ID to filter by (reference to Course) - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: createlmsactivity method: POST description: Create an Activity outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-activity-id path: /lms/{connection_id}/activity/{id} operations: - name: removelmsactivity method: DELETE description: Remove an Activity outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Activity required: true - name: getlmsactivity method: GET description: Retrieve an Activity outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Activity required: true - name: patchlmsactivity method: PATCH description: Update an Activity outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Activity required: true - name: body in: body type: object description: Request body (JSON). required: true - name: updatelmsactivity method: PUT description: Update an Activity outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Activity required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-class path: /lms/{connection_id}/class operations: - name: listlmsclasses method: GET description: List All Classes outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: number - name: offset in: query type: number - name: updated_gte in: query type: string description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) - name: sort in: query type: string - name: order in: query type: string - name: query in: query type: string description: Query string to search. eg. email address or name - name: course_id in: query type: string description: The course ID to filter by (reference to Course) - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: createlmsclass method: POST description: Create a Class outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-class-id path: /lms/{connection_id}/class/{id} operations: - name: removelmsclass method: DELETE description: Remove a Class outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Class required: true - name: getlmsclass method: GET description: Retrieve a Class outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Class required: true - name: patchlmsclass method: PATCH description: Update a Class outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Class required: true - name: body in: body type: object description: Request body (JSON). required: true - name: updatelmsclass method: PUT description: Update a Class outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Class required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-collection path: /lms/{connection_id}/collection operations: - name: listlmscollections method: GET description: List All Collections outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: number - name: offset in: query type: number - name: updated_gte in: query type: string description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) - name: sort in: query type: string - name: order in: query type: string - name: query in: query type: string description: Query string to search. eg. email address or name - name: course_id in: query type: string description: The course ID to filter by (reference to Course) - name: parent_id in: query type: string description: The parent ID to filter by - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: createlmscollection method: POST description: Create a Collection outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-collection-id path: /lms/{connection_id}/collection/{id} operations: - name: removelmscollection method: DELETE description: Remove a Collection outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Collection required: true - name: getlmscollection method: GET description: Retrieve a Collection outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Collection required: true - name: patchlmscollection method: PATCH description: Update a Collection outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Collection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: updatelmscollection method: PUT description: Update a Collection outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Collection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-content path: /lms/{connection_id}/content operations: - name: listlmscontents method: GET description: List All Contents outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: number - name: offset in: query type: number - name: updated_gte in: query type: string description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) - name: sort in: query type: string - name: order in: query type: string - name: query in: query type: string description: Query string to search. eg. email address or name - name: course_id in: query type: string description: The course ID to filter by (reference to Course) - name: collection_id in: query type: string description: The collection ID to filter by (reference to CommerceCollection) - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: createlmscontent method: POST description: Create a Content outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-content-id path: /lms/{connection_id}/content/{id} operations: - name: removelmscontent method: DELETE description: Remove a Content outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Content required: true - name: getlmscontent method: GET description: Retrieve a Content outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Content required: true - name: patchlmscontent method: PATCH description: Update a Content outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Content required: true - name: body in: body type: object description: Request body (JSON). required: true - name: updatelmscontent method: PUT description: Update a Content outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Content required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-course path: /lms/{connection_id}/course operations: - name: listlmscourses method: GET description: List All Courses outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: number - name: offset in: query type: number - name: updated_gte in: query type: string description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) - name: sort in: query type: string - name: order in: query type: string - name: query in: query type: string description: Query string to search. eg. email address or name - name: class_id in: query type: string description: The class ID to filter by (reference to LmsClass) - name: company_id in: query type: string description: The company ID to filter by (reference to HrisCompany) - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: createlmscourse method: POST description: Create a Course outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-course-id path: /lms/{connection_id}/course/{id} operations: - name: removelmscourse method: DELETE description: Remove a Course outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Course required: true - name: getlmscourse method: GET description: Retrieve a Course outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Course required: true - name: patchlmscourse method: PATCH description: Update a Course outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Course required: true - name: body in: body type: object description: Request body (JSON). required: true - name: updatelmscourse method: PUT description: Update a Course outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Course required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-instructor path: /lms/{connection_id}/instructor operations: - name: listlmsinstructors method: GET description: List All Instructors outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: number - name: offset in: query type: number - name: updated_gte in: query type: string description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) - name: sort in: query type: string - name: order in: query type: string - name: query in: query type: string description: Query string to search. eg. email address or name - name: class_id in: query type: string description: The class ID to filter by (reference to LmsClass) - name: course_id in: query type: string description: The course ID to filter by (reference to Course) - name: company_id in: query type: string description: The company ID to filter by (reference to HrisCompany) - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: createlmsinstructor method: POST description: Create an Instructor outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-instructor-id path: /lms/{connection_id}/instructor/{id} operations: - name: removelmsinstructor method: DELETE description: Remove an Instructor outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Instructor required: true - name: getlmsinstructor method: GET description: Retrieve an Instructor outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Instructor required: true - name: patchlmsinstructor method: PATCH description: Update an Instructor outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Instructor required: true - name: body in: body type: object description: Request body (JSON). required: true - name: updatelmsinstructor method: PUT description: Update an Instructor outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Instructor required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-student path: /lms/{connection_id}/student operations: - name: listlmsstudents method: GET description: List All Students outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: number - name: offset in: query type: number - name: updated_gte in: query type: string description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) - name: sort in: query type: string - name: order in: query type: string - name: query in: query type: string description: Query string to search. eg. email address or name - name: class_id in: query type: string description: The class ID to filter by (reference to LmsClass) - name: course_id in: query type: string description: The course ID to filter by (reference to Course) - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: createlmsstudent method: POST description: Create a Student outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-student-id path: /lms/{connection_id}/student/{id} operations: - name: removelmsstudent method: DELETE description: Remove a Student outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Student required: true - name: getlmsstudent method: GET description: Retrieve a Student outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Student required: true - name: patchlmsstudent method: PATCH description: Update a Student outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Student required: true - name: body in: body type: object description: Request body (JSON). required: true - name: updatelmsstudent method: PUT description: Update a Student outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Student required: true - name: body in: body type: object description: Request body (JSON). required: true authentication: type: apikey key: authorization value: '{{env.UNIFIED_TO_API_KEY}}' placement: header exposes: - type: rest namespace: full-lms-rest port: 8080 description: REST adapter for Unified.to API — lms. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/lms/{connection-id}/activity name: lms-connection-id-activity description: REST surface for lms-connection_id-activity. operations: - method: GET name: listlmsactivities description: List All Activities call: full-lms.listlmsactivities with: limit: rest.limit offset: rest.offset updated_gte: rest.updated_gte sort: rest.sort order: rest.order query: rest.query content_id: rest.content_id student_id: rest.student_id course_id: rest.course_id fields: rest.fields raw: rest.raw connection_id: rest.connection_id outputParameters: - type: object mapping: $. - method: POST name: createlmsactivity description: Create an Activity call: full-lms.createlmsactivity with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/activity/{id} name: lms-connection-id-activity-id description: REST surface for lms-connection_id-activity-id. operations: - method: DELETE name: removelmsactivity description: Remove an Activity call: full-lms.removelmsactivity with: connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: GET name: getlmsactivity description: Retrieve an Activity call: full-lms.getlmsactivity with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchlmsactivity description: Update an Activity call: full-lms.patchlmsactivity with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: updatelmsactivity description: Update an Activity call: full-lms.updatelmsactivity with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/class name: lms-connection-id-class description: REST surface for lms-connection_id-class. operations: - method: GET name: listlmsclasses description: List All Classes call: full-lms.listlmsclasses with: limit: rest.limit offset: rest.offset updated_gte: rest.updated_gte sort: rest.sort order: rest.order query: rest.query course_id: rest.course_id fields: rest.fields raw: rest.raw connection_id: rest.connection_id outputParameters: - type: object mapping: $. - method: POST name: createlmsclass description: Create a Class call: full-lms.createlmsclass with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/class/{id} name: lms-connection-id-class-id description: REST surface for lms-connection_id-class-id. operations: - method: DELETE name: removelmsclass description: Remove a Class call: full-lms.removelmsclass with: connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: GET name: getlmsclass description: Retrieve a Class call: full-lms.getlmsclass with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchlmsclass description: Update a Class call: full-lms.patchlmsclass with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: updatelmsclass description: Update a Class call: full-lms.updatelmsclass with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/collection name: lms-connection-id-collection description: REST surface for lms-connection_id-collection. operations: - method: GET name: listlmscollections description: List All Collections call: full-lms.listlmscollections with: limit: rest.limit offset: rest.offset updated_gte: rest.updated_gte sort: rest.sort order: rest.order query: rest.query course_id: rest.course_id parent_id: rest.parent_id fields: rest.fields raw: rest.raw connection_id: rest.connection_id outputParameters: - type: object mapping: $. - method: POST name: createlmscollection description: Create a Collection call: full-lms.createlmscollection with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/collection/{id} name: lms-connection-id-collection-id description: REST surface for lms-connection_id-collection-id. operations: - method: DELETE name: removelmscollection description: Remove a Collection call: full-lms.removelmscollection with: connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: GET name: getlmscollection description: Retrieve a Collection call: full-lms.getlmscollection with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchlmscollection description: Update a Collection call: full-lms.patchlmscollection with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: updatelmscollection description: Update a Collection call: full-lms.updatelmscollection with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/content name: lms-connection-id-content description: REST surface for lms-connection_id-content. operations: - method: GET name: listlmscontents description: List All Contents call: full-lms.listlmscontents with: limit: rest.limit offset: rest.offset updated_gte: rest.updated_gte sort: rest.sort order: rest.order query: rest.query course_id: rest.course_id collection_id: rest.collection_id fields: rest.fields raw: rest.raw connection_id: rest.connection_id outputParameters: - type: object mapping: $. - method: POST name: createlmscontent description: Create a Content call: full-lms.createlmscontent with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/content/{id} name: lms-connection-id-content-id description: REST surface for lms-connection_id-content-id. operations: - method: DELETE name: removelmscontent description: Remove a Content call: full-lms.removelmscontent with: connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: GET name: getlmscontent description: Retrieve a Content call: full-lms.getlmscontent with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchlmscontent description: Update a Content call: full-lms.patchlmscontent with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: updatelmscontent description: Update a Content call: full-lms.updatelmscontent with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/course name: lms-connection-id-course description: REST surface for lms-connection_id-course. operations: - method: GET name: listlmscourses description: List All Courses call: full-lms.listlmscourses with: limit: rest.limit offset: rest.offset updated_gte: rest.updated_gte sort: rest.sort order: rest.order query: rest.query class_id: rest.class_id company_id: rest.company_id fields: rest.fields raw: rest.raw connection_id: rest.connection_id outputParameters: - type: object mapping: $. - method: POST name: createlmscourse description: Create a Course call: full-lms.createlmscourse with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/course/{id} name: lms-connection-id-course-id description: REST surface for lms-connection_id-course-id. operations: - method: DELETE name: removelmscourse description: Remove a Course call: full-lms.removelmscourse with: connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: GET name: getlmscourse description: Retrieve a Course call: full-lms.getlmscourse with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchlmscourse description: Update a Course call: full-lms.patchlmscourse with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: updatelmscourse description: Update a Course call: full-lms.updatelmscourse with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/instructor name: lms-connection-id-instructor description: REST surface for lms-connection_id-instructor. operations: - method: GET name: listlmsinstructors description: List All Instructors call: full-lms.listlmsinstructors with: limit: rest.limit offset: rest.offset updated_gte: rest.updated_gte sort: rest.sort order: rest.order query: rest.query class_id: rest.class_id course_id: rest.course_id company_id: rest.company_id fields: rest.fields raw: rest.raw connection_id: rest.connection_id outputParameters: - type: object mapping: $. - method: POST name: createlmsinstructor description: Create an Instructor call: full-lms.createlmsinstructor with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/instructor/{id} name: lms-connection-id-instructor-id description: REST surface for lms-connection_id-instructor-id. operations: - method: DELETE name: removelmsinstructor description: Remove an Instructor call: full-lms.removelmsinstructor with: connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: GET name: getlmsinstructor description: Retrieve an Instructor call: full-lms.getlmsinstructor with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchlmsinstructor description: Update an Instructor call: full-lms.patchlmsinstructor with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: updatelmsinstructor description: Update an Instructor call: full-lms.updatelmsinstructor with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/student name: lms-connection-id-student description: REST surface for lms-connection_id-student. operations: - method: GET name: listlmsstudents description: List All Students call: full-lms.listlmsstudents with: limit: rest.limit offset: rest.offset updated_gte: rest.updated_gte sort: rest.sort order: rest.order query: rest.query class_id: rest.class_id course_id: rest.course_id fields: rest.fields raw: rest.raw connection_id: rest.connection_id outputParameters: - type: object mapping: $. - method: POST name: createlmsstudent description: Create a Student call: full-lms.createlmsstudent with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/student/{id} name: lms-connection-id-student-id description: REST surface for lms-connection_id-student-id. operations: - method: DELETE name: removelmsstudent description: Remove a Student call: full-lms.removelmsstudent with: connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: GET name: getlmsstudent description: Retrieve a Student call: full-lms.getlmsstudent with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchlmsstudent description: Update a Student call: full-lms.patchlmsstudent with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: updatelmsstudent description: Update a Student call: full-lms.updatelmsstudent with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: full-lms-mcp port: 9090 transport: http description: MCP adapter for Unified.to API — lms. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-all-activities description: List All Activities hints: readOnly: true destructive: false idempotent: true call: full-lms.listlmsactivities with: limit: tools.limit offset: tools.offset updated_gte: tools.updated_gte sort: tools.sort order: tools.order query: tools.query content_id: tools.content_id student_id: tools.student_id course_id: tools.course_id fields: tools.fields raw: tools.raw connection_id: tools.connection_id outputParameters: - type: object mapping: $. - name: create-activity description: Create an Activity hints: readOnly: false destructive: false idempotent: false call: full-lms.createlmsactivity with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id body: tools.body outputParameters: - type: object mapping: $. - name: remove-activity description: Remove an Activity hints: readOnly: false destructive: true idempotent: true call: full-lms.removelmsactivity with: connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: retrieve-activity description: Retrieve an Activity hints: readOnly: true destructive: false idempotent: true call: full-lms.getlmsactivity with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: update-activity description: Update an Activity hints: readOnly: false destructive: false idempotent: true call: full-lms.patchlmsactivity with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: update-activity-2 description: Update an Activity hints: readOnly: false destructive: false idempotent: true call: full-lms.updatelmsactivity with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: list-all-classes description: List All Classes hints: readOnly: true destructive: false idempotent: true call: full-lms.listlmsclasses with: limit: tools.limit offset: tools.offset updated_gte: tools.updated_gte sort: tools.sort order: tools.order query: tools.query course_id: tools.course_id fields: tools.fields raw: tools.raw connection_id: tools.connection_id outputParameters: - type: object mapping: $. - name: create-class description: Create a Class hints: readOnly: false destructive: false idempotent: false call: full-lms.createlmsclass with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id body: tools.body outputParameters: - type: object mapping: $. - name: remove-class description: Remove a Class hints: readOnly: false destructive: true idempotent: true call: full-lms.removelmsclass with: connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: retrieve-class description: Retrieve a Class hints: readOnly: true destructive: false idempotent: true call: full-lms.getlmsclass with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: update-class description: Update a Class hints: readOnly: false destructive: false idempotent: true call: full-lms.patchlmsclass with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: update-class-2 description: Update a Class hints: readOnly: false destructive: false idempotent: true call: full-lms.updatelmsclass with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: list-all-collections description: List All Collections hints: readOnly: true destructive: false idempotent: true call: full-lms.listlmscollections with: limit: tools.limit offset: tools.offset updated_gte: tools.updated_gte sort: tools.sort order: tools.order query: tools.query course_id: tools.course_id parent_id: tools.parent_id fields: tools.fields raw: tools.raw connection_id: tools.connection_id outputParameters: - type: object mapping: $. - name: create-collection description: Create a Collection hints: readOnly: false destructive: false idempotent: false call: full-lms.createlmscollection with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id body: tools.body outputParameters: - type: object mapping: $. - name: remove-collection description: Remove a Collection hints: readOnly: false destructive: true idempotent: true call: full-lms.removelmscollection with: connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: retrieve-collection description: Retrieve a Collection hints: readOnly: true destructive: false idempotent: true call: full-lms.getlmscollection with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: update-collection description: Update a Collection hints: readOnly: false destructive: false idempotent: true call: full-lms.patchlmscollection with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: update-collection-2 description: Update a Collection hints: readOnly: false destructive: false idempotent: true call: full-lms.updatelmscollection with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: list-all-contents description: List All Contents hints: readOnly: true destructive: false idempotent: true call: full-lms.listlmscontents with: limit: tools.limit offset: tools.offset updated_gte: tools.updated_gte sort: tools.sort order: tools.order query: tools.query course_id: tools.course_id collection_id: tools.collection_id fields: tools.fields raw: tools.raw connection_id: tools.connection_id outputParameters: - type: object mapping: $. - name: create-content description: Create a Content hints: readOnly: false destructive: false idempotent: false call: full-lms.createlmscontent with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id body: tools.body outputParameters: - type: object mapping: $. - name: remove-content description: Remove a Content hints: readOnly: false destructive: true idempotent: true call: full-lms.removelmscontent with: connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: retrieve-content description: Retrieve a Content hints: readOnly: true destructive: false idempotent: true call: full-lms.getlmscontent with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: update-content description: Update a Content hints: readOnly: false destructive: false idempotent: true call: full-lms.patchlmscontent with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: update-content-2 description: Update a Content hints: readOnly: false destructive: false idempotent: true call: full-lms.updatelmscontent with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: list-all-courses description: List All Courses hints: readOnly: true destructive: false idempotent: true call: full-lms.listlmscourses with: limit: tools.limit offset: tools.offset updated_gte: tools.updated_gte sort: tools.sort order: tools.order query: tools.query class_id: tools.class_id company_id: tools.company_id fields: tools.fields raw: tools.raw connection_id: tools.connection_id outputParameters: - type: object mapping: $. - name: create-course description: Create a Course hints: readOnly: false destructive: false idempotent: false call: full-lms.createlmscourse with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id body: tools.body outputParameters: - type: object mapping: $. - name: remove-course description: Remove a Course hints: readOnly: false destructive: true idempotent: true call: full-lms.removelmscourse with: connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: retrieve-course description: Retrieve a Course hints: readOnly: true destructive: false idempotent: true call: full-lms.getlmscourse with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: update-course description: Update a Course hints: readOnly: false destructive: false idempotent: true call: full-lms.patchlmscourse with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: update-course-2 description: Update a Course hints: readOnly: false destructive: false idempotent: true call: full-lms.updatelmscourse with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: list-all-instructors description: List All Instructors hints: readOnly: true destructive: false idempotent: true call: full-lms.listlmsinstructors with: limit: tools.limit offset: tools.offset updated_gte: tools.updated_gte sort: tools.sort order: tools.order query: tools.query class_id: tools.class_id course_id: tools.course_id company_id: tools.company_id fields: tools.fields raw: tools.raw connection_id: tools.connection_id outputParameters: - type: object mapping: $. - name: create-instructor description: Create an Instructor hints: readOnly: false destructive: false idempotent: false call: full-lms.createlmsinstructor with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id body: tools.body outputParameters: - type: object mapping: $. - name: remove-instructor description: Remove an Instructor hints: readOnly: false destructive: true idempotent: true call: full-lms.removelmsinstructor with: connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: retrieve-instructor description: Retrieve an Instructor hints: readOnly: true destructive: false idempotent: true call: full-lms.getlmsinstructor with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: update-instructor description: Update an Instructor hints: readOnly: false destructive: false idempotent: true call: full-lms.patchlmsinstructor with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: update-instructor-2 description: Update an Instructor hints: readOnly: false destructive: false idempotent: true call: full-lms.updatelmsinstructor with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: list-all-students description: List All Students hints: readOnly: true destructive: false idempotent: true call: full-lms.listlmsstudents with: limit: tools.limit offset: tools.offset updated_gte: tools.updated_gte sort: tools.sort order: tools.order query: tools.query class_id: tools.class_id course_id: tools.course_id fields: tools.fields raw: tools.raw connection_id: tools.connection_id outputParameters: - type: object mapping: $. - name: create-student description: Create a Student hints: readOnly: false destructive: false idempotent: false call: full-lms.createlmsstudent with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id body: tools.body outputParameters: - type: object mapping: $. - name: remove-student description: Remove a Student hints: readOnly: false destructive: true idempotent: true call: full-lms.removelmsstudent with: connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: retrieve-student description: Retrieve a Student hints: readOnly: true destructive: false idempotent: true call: full-lms.getlmsstudent with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: update-student description: Update a Student hints: readOnly: false destructive: false idempotent: true call: full-lms.patchlmsstudent with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: update-student-2 description: Update a Student hints: readOnly: false destructive: false idempotent: true call: full-lms.updatelmsstudent with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $.