Skip to main content
Glama

Update connection

update_unified_connection
DestructiveIdempotent

Update an existing connection by its ID in the connected account. Returns the updated connection record. Requires id and the fields to change in the request body. Modifies an existing record; to add a new connection, use create_unified_connection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the connection to update
authNoAn authentication object that represents a specific authorized user's connection to an integration
is_pausedNoWhether this integration has exceed the monthly limit of the plan
categoriesYesThe Integration categories that this connection supports
environmentNo
permissionsYesArray
workspace_idNo(reference to KmsSpace)
external_xrefNocustomer's user ID
last_healthy_atNo(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
integration_nameNo
integration_typeYesThe integration type
last_unhealthy_atNo(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
secretsmanager_idNothe ID of the SecretsManager object
secretsmanager_keyNothe key/path/name of the secret within the vault
last_unhealthy_codeNoThe HTTP status code that caused the last unhealthy status

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / last_unhealthy_code
      Added value: +{
      +  "description": "The HTTP status code that caused the last unhealthy status",
      +  "type": "number"
      +}
    • changedInput schema / properties / permissions / items / enum
      Previous value: -[
      -  "accounting_account_read",
      -  "accounting_account_write",
      -  "accounting_transaction_read",
      -  "accounting_transaction_write",
      -  "accounting_journal_read",
      -  "accounting_journal_write",
      -  "accounting_invoice_read",
      -  "accounting_invoice_write",
      -  "accounting_bill_read",
      -  "accounting_bill_write",
      -  "accounting_vendorcredit_read",
      -  "accounting_vendorcredit_write",
      -  "accounting_creditmemo_read",
      -  "accounting_creditmemo_write",
      -  "accounting_contact_read",
      -  "accounting_contact_write",
      -  "accounting_expense_read",
      -  "accounting_expense_write",
      -  "accounting_taxrate_read",
      -  "accounting_taxrate_write",
      -  "accounting_organization_read",
      -  "accounting_order_read",
      -  "accounting_order_write",
      -  "accounting_purchaseorder_read",
      -  "accounting_purchaseorder_write",
      -  "accounting_salesorder_read",
      -  "accounting_salesorder_write",
      -  "accounting_report_read",
      -  "accounting_report_write",
      -  "accounting_trialbalance_read",
      -  "accounting_trialbalance_write",
      -  "accounting_profitloss_read",
      -  "accounting_profitloss_write",
      -  "accounting_balancesheet_read",
      -  "accounting_balancesheet_write",
      -  "accounting_category_read",
      -  "accounting_category_write",
      -  "payment_payment_read",
      -  "payment_payment_write",
      -  "accounting_cashflow_read",
      -  "accounting_cashflow_write",
      -  "payment_payout_read",
      -  "payment_refund_read",
      -  "payment_link_read",
      -  "payment_link_write",
      -  "payment_subscription_read",
      -  "payment_subscription_write",
      -  "commerce_item_read",
      -  "commerce_item_write",
      -  "commerce_collection_read",
      -  "commerce_collection_write",
      -  "commerce_inventory_read",
      -  "commerce_inventory_write",
      -  "commerce_location_read",
      -  "commerce_location_write",
      -  "commerce_review_read",
      -  "commerce_review_write",
      -  "commerce_saleschannel_read",
      -  "commerce_saleschannel_write",
      -  "commerce_itemvariant_read",
      -  "commerce_itemvariant_write",
      -  "commerce_reservation_read",
      -  "commerce_reservation_write",
      -  "commerce_availability_read",
      -  "commerce_availability_write",
      -  "verification_package_read",
      -  "verification_request_read",
      -  "verification_request_write",
      -  "assessment_package_read",
      -  "assessment_package_write",
      -  "assessment_order_write",
      -  "ats_activity_read",
      -  "ats_activity_write",
      -  "ats_application_read",
      -  "ats_application_write",
      -  "ats_applicationstatus_read",
      -  "ats_candidate_read",
      -  "ats_candidate_write",
      -  "ats_interview_read",
      -  "ats_interview_write",
      -  "ats_job_read",
      -  "ats_job_write",
      -  "ats_company_read",
      -  "ats_company_write",
      -  "ats_document_read",
      -  "ats_document_write",
      -  "ats_scorecard_read",
      -  "ats_scorecard_write",
      -  "crm_company_read",
      -  "crm_company_write",
      -  "crm_contact_read",
      -  "crm_contact_write",
      -  "crm_deal_read",
      -  "crm_deal_write",
      -  "crm_event_read",
      -  "crm_event_write",
      -  "crm_lead_read",
      -  "crm_lead_write",
      -  "crm_pipeline_read",
      -  "crm_pipeline_write",
      -  "crm_picklist_read",
      -  "martech_list_read",
      -  "martech_list_write",
      -  "martech_member_read",
      -  "martech_member_write",
      -  "martech_campaign_read",
      -  "martech_campaign_write",
      -  "martech_report_read",
      -  "martech_report_write",
      -  "ticketing_customer_read",
      -  "ticketing_customer_write",
      -  "ticketing_ticket_read",
      -  "ticketing_ticket_write",
      -  "ticketing_note_read",
      -  "ticketing_note_write",
      -  "ticketing_category_read",
      -  "ticketing_category_write",
      -  "hris_employee_read",
      -  "hris_employee_write",
      -  "hris_group_read",
      -  "hris_group_write",
      -  "hris_payslip_read",
      -  "hris_payslip_write",
      -  "hris_timeoff_read",
      -  "hris_timeoff_write",
      -  "hris_timeshift_read",
      -  "hris_timeshift_write",
      -  "hris_company_read",
      -  "hris_company_write",
      -  "hris_location_read",
      -  "hris_location_write",
      -  "hris_device_read",
      -  "hris_device_write",
      -  "hris_deduction_read",
      -  "hris_deduction_write",
      -  "hris_benefit_read",
      -  "hris_benefit_write",
      -  "hris_bankaccount_read",
      -  "hris_bankaccount_write",
      -  "hris_document_read",
      -  "hris_document_write",
      -  "hris_taxonomy_read",
      -  "hris_taxonomy_write",
      -  "uc_call_read",
      -  "uc_contact_read",
      -  "uc_contact_write",
      -  "uc_comment_read",
      -  "uc_comment_write",
      -  "uc_recording_read",
      -  "storage_file_read",
      -  "storage_file_write",
      -  "webhook",
      -  "genai_model_read",
      -  "genai_prompt_read",
      -  "genai_prompt_write",
      -  "genai_embedding_read",
      -  "genai_embedding_write",
      -  "messaging_message_read",
      -  "messaging_message_write",
      -  "messaging_channel_read",
      -  "messaging_channel_write",
      -  "messaging_event_read",
      -  "messaging_event_write",
      -  "kms_space_read",
      -  "kms_space_write",
      -  "kms_page_read",
      -  "kms_page_write",
      -  "kms_comment_read",
      -  "kms_comment_write",
      -  "task_project_read",
      -  "task_project_write",
      -  "task_task_read",
      -  "task_task_write",
      -  "task_change_read",
      -  "task_comment_read",
      -  "task_comment_write",
      -  "scim_users_read",
      -  "scim_users_write",
      -  "scim_groups_read",
      -  "scim_groups_write",
      -  "lms_course_read",
      -  "lms_course_write",
      -  "lms_class_read",
      -  "lms_class_write",
      -  "lms_student_read",
      -  "lms_student_write",
      -  "lms_instructor_read",
      -  "lms_instructor_write",
      -  "lms_content_read",
      -  "lms_content_write",
      -  "lms_collection_read",
      -  "lms_collection_write",
      -  "lms_activity_read",
      -  "lms_activity_write",
      -  "repo_organization_read",
      -  "repo_organization_write",
      -  "repo_repository_read",
      -  "repo_repository_write",
      -  "repo_branch_read",
      -  "repo_branch_write",
      -  "repo_commit_read",
      -  "repo_commit_write",
      -  "repo_pullrequest_read",
      -  "repo_pullrequest_write",
      -  "metadata_metadata_read",
      -  "metadata_metadata_write",
      -  "calendar_calendar_read",
      -  "calendar_calendar_write",
      -  "calendar_event_read",
      -  "calendar_event_write",
      -  "calendar_busy_read",
      -  "calendar_link_read",
      -  "calendar_link_write",
      -  "calendar_recording_read",
      -  "calendar_recording_write",
      -  "calendar_webinar_read",
      -  "calendar_webinar_write",
      -  "enrich_person_read",
      -  "enrich_company_read",
      -  "ads_ad_read",
      -  "ads_ad_write",
      -  "ads_campaign_read",
      -  "ads_campaign_write",
      -  "ads_group_read",
      -  "ads_group_write",
      -  "ads_report_read",
      -  "ads_organization_read",
      -  "ads_organization_write",
      -  "ads_creative_read",
      -  "ads_creative_write",
      -  "ads_insertionorder_read",
      -  "ads_insertionorder_write",
      -  "ads_target_read",
      -  "ads_promoted_read",
      -  "analytics_property_read",
      -  "analytics_property_write",
      -  "analytics_event_read",
      -  "analytics_event_write",
      -  "analytics_session_read",
      -  "analytics_visitor_read",
      -  "analytics_visitor_write",
      -  "analytics_report_read",
      -  "forms_form_read",
      -  "forms_form_write",
      -  "forms_submission_read",
      -  "forms_submission_write",
      -  "shipping_shipment_read",
      -  "shipping_shipment_write",
      -  "shipping_label_read",
      -  "shipping_label_write",
      -  "shipping_tracking_read",
      -  "shipping_rate_read",
      -  "shipping_carrier_read",
      -  "signing_document_read",
      -  "signing_document_write",
      -  "signing_signatory_read",
      -  "signing_signatory_write",
      -  "signing_template_read",
      -  "clubs_group_read",
      -  "clubs_group_write",
      -  "clubs_member_read",
      -  "clubs_member_write",
      -  "clubs_activity_read",
      -  "clubs_activity_write",
      -  "clubs_location_read",
      -  "clubs_location_write",
      -  "clubs_event_read",
      -  "clubs_event_write",
      -  "datastore_database_read",
      -  "datastore_database_write",
      -  "datastore_table_read",
      -  "datastore_table_write",
      -  "datastore_record_read",
      -  "datastore_record_write",
      -  "datastore_query_read",
      -  "datastore_query_write",
      -  "cdp_profile_read",
      -  "cdp_profile_write",
      -  "cdp_segment_read",
      -  "cdp_segment_write",
      -  "cdp_event_read",
      -  "cdp_event_write",
      -  "cdp_source_read",
      -  "cdp_source_write",
      -  "cdp_destination_read",
      -  "cdp_destination_write",
      -  "cdp_activation_read",
      -  "cdp_activation_write"
      -]New value: +[
      +  "accounting_account_read",
      +  "accounting_account_write",
      +  "accounting_transaction_read",
      +  "accounting_transaction_write",
      +  "accounting_journal_read",
      +  "accounting_journal_write",
      +  "accounting_invoice_read",
      +  "accounting_invoice_write",
      +  "accounting_bill_read",
      +  "accounting_bill_write",
      +  "accounting_vendorcredit_read",
      +  "accounting_vendorcredit_write",
      +  "accounting_creditmemo_read",
      +  "accounting_creditmemo_write",
      +  "accounting_contact_read",
      +  "accounting_contact_write",
      +  "accounting_expense_read",
      +  "accounting_expense_write",
      +  "accounting_taxrate_read",
      +  "accounting_taxrate_write",
      +  "accounting_organization_read",
      +  "accounting_order_read",
      +  "accounting_order_write",
      +  "accounting_purchaseorder_read",
      +  "accounting_purchaseorder_write",
      +  "accounting_salesorder_read",
      +  "accounting_salesorder_write",
      +  "accounting_report_read",
      +  "accounting_report_write",
      +  "accounting_trialbalance_read",
      +  "accounting_trialbalance_write",
      +  "accounting_profitloss_read",
      +  "accounting_profitloss_write",
      +  "accounting_balancesheet_read",
      +  "accounting_balancesheet_write",
      +  "accounting_category_read",
      +  "accounting_category_write",
      +  "payment_payment_read",
      +  "payment_payment_write",
      +  "accounting_cashflow_read",
      +  "accounting_cashflow_write",
      +  "payment_payout_read",
      +  "payment_refund_read",
      +  "payment_link_read",
      +  "payment_link_write",
      +  "payment_subscription_read",
      +  "payment_subscription_write",
      +  "commerce_item_read",
      +  "commerce_item_write",
      +  "commerce_collection_read",
      +  "commerce_collection_write",
      +  "commerce_inventory_read",
      +  "commerce_inventory_write",
      +  "commerce_location_read",
      +  "commerce_location_write",
      +  "commerce_review_read",
      +  "commerce_review_write",
      +  "commerce_saleschannel_read",
      +  "commerce_saleschannel_write",
      +  "commerce_itemvariant_read",
      +  "commerce_itemvariant_write",
      +  "commerce_reservation_read",
      +  "commerce_reservation_write",
      +  "commerce_availability_read",
      +  "commerce_availability_write",
      +  "verification_package_read",
      +  "verification_request_read",
      +  "verification_request_write",
      +  "assessment_package_read",
      +  "assessment_package_write",
      +  "assessment_order_write",
      +  "ats_activity_read",
      +  "ats_activity_write",
      +  "ats_application_read",
      +  "ats_application_write",
      +  "ats_applicationstatus_read",
      +  "ats_candidate_read",
      +  "ats_candidate_write",
      +  "ats_interview_read",
      +  "ats_interview_write",
      +  "ats_job_read",
      +  "ats_job_write",
      +  "ats_company_read",
      +  "ats_company_write",
      +  "ats_document_read",
      +  "ats_document_write",
      +  "ats_scorecard_read",
      +  "ats_scorecard_write",
      +  "crm_company_read",
      +  "crm_company_write",
      +  "crm_contact_read",
      +  "crm_contact_write",
      +  "crm_deal_read",
      +  "crm_deal_write",
      +  "crm_event_read",
      +  "crm_event_write",
      +  "crm_lead_read",
      +  "crm_lead_write",
      +  "crm_pipeline_read",
      +  "crm_pipeline_write",
      +  "crm_picklist_read",
      +  "martech_list_read",
      +  "martech_list_write",
      +  "martech_member_read",
      +  "martech_member_write",
      +  "martech_campaign_read",
      +  "martech_campaign_write",
      +  "martech_report_read",
      +  "martech_report_write",
      +  "ticketing_customer_read",
      +  "ticketing_customer_write",
      +  "ticketing_ticket_read",
      +  "ticketing_ticket_write",
      +  "ticketing_note_read",
      +  "ticketing_note_write",
      +  "ticketing_category_read",
      +  "ticketing_category_write",
      +  "hris_employee_read",
      +  "hris_employee_write",
      +  "hris_group_read",
      +  "hris_group_write",
      +  "hris_payslip_read",
      +  "hris_payslip_write",
      +  "hris_timeoff_read",
      +  "hris_timeoff_write",
      +  "hris_timeshift_read",
      +  "hris_timeshift_write",
      +  "hris_company_read",
      +  "hris_company_write",
      +  "hris_location_read",
      +  "hris_location_write",
      +  "hris_device_read",
      +  "hris_device_write",
      +  "hris_deduction_read",
      +  "hris_deduction_write",
      +  "hris_benefit_read",
      +  "hris_benefit_write",
      +  "hris_bankaccount_read",
      +  "hris_bankaccount_write",
      +  "hris_document_read",
      +  "hris_document_write",
      +  "hris_taxonomy_read",
      +  "hris_taxonomy_write",
      +  "uc_call_read",
      +  "uc_contact_read",
      +  "uc_contact_write",
      +  "uc_comment_read",
      +  "uc_comment_write",
      +  "uc_recording_read",
      +  "storage_file_read",
      +  "storage_file_write",
      +  "webhook",
      +  "genai_model_read",
      +  "genai_prompt_read",
      +  "genai_prompt_write",
      +  "genai_embedding_read",
      +  "genai_embedding_write",
      +  "messaging_message_read",
      +  "messaging_message_write",
      +  "messaging_channel_read",
      +  "messaging_event_read",
      +  "messaging_event_write",
      +  "kms_space_read",
      +  "kms_space_write",
      +  "kms_page_read",
      +  "kms_page_write",
      +  "kms_comment_read",
      +  "kms_comment_write",
      +  "task_project_read",
      +  "task_project_write",
      +  "task_task_read",
      +  "task_task_write",
      +  "task_change_read",
      +  "task_comment_read",
      +  "task_comment_write",
      +  "scim_users_read",
      +  "scim_users_write",
      +  "scim_groups_read",
      +  "scim_groups_write",
      +  "lms_course_read",
      +  "lms_course_write",
      +  "lms_class_read",
      +  "lms_class_write",
      +  "lms_student_read",
      +  "lms_student_write",
      +  "lms_instructor_read",
      +  "lms_instructor_write",
      +  "lms_content_read",
      +  "lms_content_write",
      +  "lms_collection_read",
      +  "lms_collection_write",
      +  "lms_activity_read",
      +  "lms_activity_write",
      +  "repo_organization_read",
      +  "repo_organization_write",
      +  "repo_repository_read",
      +  "repo_repository_write",
      +  "repo_branch_read",
      +  "repo_branch_write",
      +  "repo_commit_read",
      +  "repo_commit_write",
      +  "repo_pullrequest_read",
      +  "repo_pullrequest_write",
      +  "metadata_metadata_read",
      +  "metadata_metadata_write",
      +  "calendar_calendar_read",
      +  "calendar_calendar_write",
      +  "calendar_event_read",
      +  "calendar_event_write",
      +  "calendar_busy_read",
      +  "calendar_link_read",
      +  "calendar_link_write",
      +  "calendar_recording_read",
      +  "calendar_recording_write",
      +  "calendar_webinar_read",
      +  "calendar_webinar_write",
      +  "enrich_person_read",
      +  "enrich_company_read",
      +  "ads_ad_read",
      +  "ads_ad_write",
      +  "ads_campaign_read",
      +  "ads_campaign_write",
      +  "ads_group_read",
      +  "ads_group_write",
      +  "ads_report_read",
      +  "ads_organization_read",
      +  "ads_organization_write",
      +  "ads_creative_read",
      +  "ads_creative_write",
      +  "ads_insertionorder_read",
      +  "ads_insertionorder_write",
      +  "ads_target_read",
      +  "ads_promoted_read",
      +  "analytics_property_read",
      +  "analytics_property_write",
      +  "analytics_event_read",
      +  "analytics_event_write",
      +  "analytics_session_read",
      +  "analytics_visitor_read",
      +  "analytics_visitor_write",
      +  "analytics_report_read",
      +  "forms_form_read",
      +  "forms_form_write",
      +  "forms_submission_read",
      +  "forms_submission_write",
      +  "shipping_shipment_read",
      +  "shipping_shipment_write",
      +  "shipping_label_read",
      +  "shipping_label_write",
      +  "shipping_tracking_read",
      +  "shipping_rate_read",
      +  "shipping_carrier_read",
      +  "signing_document_read",
      +  "signing_document_write",
      +  "signing_signatory_read",
      +  "signing_signatory_write",
      +  "signing_template_read",
      +  "clubs_group_read",
      +  "clubs_group_write",
      +  "clubs_member_read",
      +  "clubs_member_write",
      +  "clubs_activity_read",
      +  "clubs_activity_write",
      +  "clubs_location_read",
      +  "clubs_location_write",
      +  "clubs_event_read",
      +  "clubs_event_write",
      +  "datastore_database_read",
      +  "datastore_database_write",
      +  "datastore_table_read",
      +  "datastore_table_write",
      +  "datastore_record_read",
      +  "datastore_record_write",
      +  "datastore_query_read",
      +  "datastore_query_write",
      +  "cdp_profile_read",
      +  "cdp_profile_write",
      +  "cdp_segment_read",
      +  "cdp_segment_write",
      +  "cdp_event_read",
      +  "cdp_event_write",
      +  "cdp_source_read",
      +  "cdp_source_write",
      +  "cdp_destination_read",
      +  "cdp_destination_write",
      +  "cdp_activation_read",
      +  "cdp_activation_write"
      +]
  2. Changed2 schema fields changed
    • changedInput schema / properties / categories / items / enum
      Previous value: -[
      -  "passthrough",
      -  "hris",
      -  "ats",
      -  "auth",
      -  "crm",
      -  "enrich",
      -  "martech",
      -  "ticketing",
      -  "uc",
      -  "accounting",
      -  "storage",
      -  "commerce",
      -  "payment",
      -  "genai",
      -  "messaging",
      -  "kms",
      -  "task",
      -  "scim",
      -  "lms",
      -  "repo",
      -  "metadata",
      -  "calendar",
      -  "verification",
      -  "ads",
      -  "analytics",
      -  "forms",
      -  "shipping",
      -  "assessment",
      -  "signing",
      -  "clubs",
      -  "datastore"
      -]New value: +[
      +  "passthrough",
      +  "hris",
      +  "ats",
      +  "auth",
      +  "crm",
      +  "enrich",
      +  "martech",
      +  "ticketing",
      +  "uc",
      +  "accounting",
      +  "storage",
      +  "commerce",
      +  "payment",
      +  "genai",
      +  "messaging",
      +  "kms",
      +  "task",
      +  "scim",
      +  "lms",
      +  "repo",
      +  "metadata",
      +  "calendar",
      +  "verification",
      +  "ads",
      +  "analytics",
      +  "forms",
      +  "shipping",
      +  "assessment",
      +  "signing",
      +  "clubs",
      +  "datastore",
      +  "cdp"
      +]
    • changedInput schema / properties / permissions / items / enum
      Previous value: -[
      -  "accounting_account_read",
      -  "accounting_account_write",
      -  "accounting_transaction_read",
      -  "accounting_transaction_write",
      -  "accounting_journal_read",
      -  "accounting_journal_write",
      -  "accounting_invoice_read",
      -  "accounting_invoice_write",
      -  "accounting_bill_read",
      -  "accounting_bill_write",
      -  "accounting_creditmemo_read",
      -  "accounting_creditmemo_write",
      -  "accounting_contact_read",
      -  "accounting_contact_write",
      -  "accounting_expense_read",
      -  "accounting_expense_write",
      -  "accounting_taxrate_read",
      -  "accounting_taxrate_write",
      -  "accounting_organization_read",
      -  "accounting_order_read",
      -  "accounting_order_write",
      -  "accounting_purchaseorder_read",
      -  "accounting_purchaseorder_write",
      -  "accounting_salesorder_read",
      -  "accounting_salesorder_write",
      -  "accounting_report_read",
      -  "accounting_report_write",
      -  "accounting_trialbalance_read",
      -  "accounting_trialbalance_write",
      -  "accounting_profitloss_read",
      -  "accounting_profitloss_write",
      -  "accounting_balancesheet_read",
      -  "accounting_balancesheet_write",
      -  "accounting_category_read",
      -  "accounting_category_write",
      -  "payment_payment_read",
      -  "payment_payment_write",
      -  "accounting_cashflow_read",
      -  "accounting_cashflow_write",
      -  "payment_payout_read",
      -  "payment_refund_read",
      -  "payment_link_read",
      -  "payment_link_write",
      -  "payment_subscription_read",
      -  "payment_subscription_write",
      -  "commerce_item_read",
      -  "commerce_item_write",
      -  "commerce_collection_read",
      -  "commerce_collection_write",
      -  "commerce_inventory_read",
      -  "commerce_inventory_write",
      -  "commerce_location_read",
      -  "commerce_location_write",
      -  "commerce_review_read",
      -  "commerce_review_write",
      -  "commerce_saleschannel_read",
      -  "commerce_saleschannel_write",
      -  "commerce_itemvariant_read",
      -  "commerce_itemvariant_write",
      -  "commerce_reservation_read",
      -  "commerce_reservation_write",
      -  "commerce_availability_read",
      -  "commerce_availability_write",
      -  "verification_package_read",
      -  "verification_request_read",
      -  "verification_request_write",
      -  "assessment_package_read",
      -  "assessment_package_write",
      -  "assessment_order_write",
      -  "ats_activity_read",
      -  "ats_activity_write",
      -  "ats_application_read",
      -  "ats_application_write",
      -  "ats_applicationstatus_read",
      -  "ats_candidate_read",
      -  "ats_candidate_write",
      -  "ats_interview_read",
      -  "ats_interview_write",
      -  "ats_job_read",
      -  "ats_job_write",
      -  "ats_company_read",
      -  "ats_company_write",
      -  "ats_document_read",
      -  "ats_document_write",
      -  "ats_scorecard_read",
      -  "ats_scorecard_write",
      -  "crm_company_read",
      -  "crm_company_write",
      -  "crm_contact_read",
      -  "crm_contact_write",
      -  "crm_deal_read",
      -  "crm_deal_write",
      -  "crm_event_read",
      -  "crm_event_write",
      -  "crm_lead_read",
      -  "crm_lead_write",
      -  "crm_pipeline_read",
      -  "crm_pipeline_write",
      -  "crm_picklist_read",
      -  "martech_list_read",
      -  "martech_list_write",
      -  "martech_member_read",
      -  "martech_member_write",
      -  "martech_campaign_read",
      -  "martech_campaign_write",
      -  "martech_report_read",
      -  "martech_report_write",
      -  "ticketing_customer_read",
      -  "ticketing_customer_write",
      -  "ticketing_ticket_read",
      -  "ticketing_ticket_write",
      -  "ticketing_note_read",
      -  "ticketing_note_write",
      -  "ticketing_category_read",
      -  "ticketing_category_write",
      -  "hris_employee_read",
      -  "hris_employee_write",
      -  "hris_group_read",
      -  "hris_group_write",
      -  "hris_payslip_read",
      -  "hris_payslip_write",
      -  "hris_timeoff_read",
      -  "hris_timeoff_write",
      -  "hris_timeshift_read",
      -  "hris_timeshift_write",
      -  "hris_company_read",
      -  "hris_company_write",
      -  "hris_location_read",
      -  "hris_location_write",
      -  "hris_device_read",
      -  "hris_device_write",
      -  "hris_deduction_read",
      -  "hris_deduction_write",
      -  "hris_benefit_read",
      -  "hris_benefit_write",
      -  "hris_bankaccount_read",
      -  "hris_bankaccount_write",
      -  "uc_call_read",
      -  "uc_contact_read",
      -  "uc_contact_write",
      -  "uc_comment_read",
      -  "uc_comment_write",
      -  "uc_recording_read",
      -  "storage_file_read",
      -  "storage_file_write",
      -  "webhook",
      -  "genai_model_read",
      -  "genai_prompt_read",
      -  "genai_prompt_write",
      -  "genai_embedding_read",
      -  "genai_embedding_write",
      -  "messaging_message_read",
      -  "messaging_message_write",
      -  "messaging_channel_read",
      -  "messaging_event_read",
      -  "messaging_event_write",
      -  "kms_space_read",
      -  "kms_space_write",
      -  "kms_page_read",
      -  "kms_page_write",
      -  "kms_comment_read",
      -  "kms_comment_write",
      -  "task_project_read",
      -  "task_project_write",
      -  "task_task_read",
      -  "task_task_write",
      -  "task_change_read",
      -  "task_comment_read",
      -  "task_comment_write",
      -  "scim_users_read",
      -  "scim_users_write",
      -  "scim_groups_read",
      -  "scim_groups_write",
      -  "lms_course_read",
      -  "lms_course_write",
      -  "lms_class_read",
      -  "lms_class_write",
      -  "lms_student_read",
      -  "lms_student_write",
      -  "lms_instructor_read",
      -  "lms_instructor_write",
      -  "lms_content_read",
      -  "lms_content_write",
      -  "lms_collection_read",
      -  "lms_collection_write",
      -  "lms_activity_read",
      -  "lms_activity_write",
      -  "repo_organization_read",
      -  "repo_organization_write",
      -  "repo_repository_read",
      -  "repo_repository_write",
      -  "repo_branch_read",
      -  "repo_branch_write",
      -  "repo_commit_read",
      -  "repo_commit_write",
      -  "repo_pullrequest_read",
      -  "repo_pullrequest_write",
      -  "metadata_metadata_read",
      -  "metadata_metadata_write",
      -  "calendar_calendar_read",
      -  "calendar_calendar_write",
      -  "calendar_event_read",
      -  "calendar_event_write",
      -  "calendar_busy_read",
      -  "calendar_link_read",
      -  "calendar_link_write",
      -  "calendar_recording_read",
      -  "calendar_recording_write",
      -  "calendar_webinar_read",
      -  "calendar_webinar_write",
      -  "enrich_person_read",
      -  "enrich_company_read",
      -  "ads_ad_read",
      -  "ads_ad_write",
      -  "ads_campaign_read",
      -  "ads_campaign_write",
      -  "ads_group_read",
      -  "ads_group_write",
      -  "ads_report_read",
      -  "ads_organization_read",
      -  "ads_organization_write",
      -  "ads_creative_read",
      -  "ads_creative_write",
      -  "ads_insertionorder_read",
      -  "ads_insertionorder_write",
      -  "ads_target_read",
      -  "ads_promoted_read",
      -  "analytics_property_read",
      -  "analytics_property_write",
      -  "analytics_event_read",
      -  "analytics_event_write",
      -  "analytics_session_read",
      -  "analytics_visitor_read",
      -  "analytics_visitor_write",
      -  "analytics_report_read",
      -  "forms_form_read",
      -  "forms_form_write",
      -  "forms_submission_read",
      -  "forms_submission_write",
      -  "shipping_shipment_read",
      -  "shipping_shipment_write",
      -  "shipping_label_read",
      -  "shipping_label_write",
      -  "shipping_tracking_read",
      -  "shipping_rate_read",
      -  "shipping_carrier_read",
      -  "signing_document_read",
      -  "signing_document_write",
      -  "signing_signatory_read",
      -  "signing_signatory_write",
      -  "signing_template_read",
      -  "clubs_group_read",
      -  "clubs_group_write",
      -  "clubs_member_read",
      -  "clubs_member_write",
      -  "clubs_activity_read",
      -  "clubs_activity_write",
      -  "clubs_location_read",
      -  "clubs_location_write",
      -  "clubs_event_read",
      -  "clubs_event_write",
      -  "datastore_database_read",
      -  "datastore_database_write",
      -  "datastore_table_read",
      -  "datastore_table_write",
      -  "datastore_record_read",
      -  "datastore_record_write",
      -  "datastore_query_read",
      -  "datastore_query_write"
      -]New value: +[
      +  "accounting_account_read",
      +  "accounting_account_write",
      +  "accounting_transaction_read",
      +  "accounting_transaction_write",
      +  "accounting_journal_read",
      +  "accounting_journal_write",
      +  "accounting_invoice_read",
      +  "accounting_invoice_write",
      +  "accounting_bill_read",
      +  "accounting_bill_write",
      +  "accounting_vendorcredit_read",
      +  "accounting_vendorcredit_write",
      +  "accounting_creditmemo_read",
      +  "accounting_creditmemo_write",
      +  "accounting_contact_read",
      +  "accounting_contact_write",
      +  "accounting_expense_read",
      +  "accounting_expense_write",
      +  "accounting_taxrate_read",
      +  "accounting_taxrate_write",
      +  "accounting_organization_read",
      +  "accounting_order_read",
      +  "accounting_order_write",
      +  "accounting_purchaseorder_read",
      +  "accounting_purchaseorder_write",
      +  "accounting_salesorder_read",
      +  "accounting_salesorder_write",
      +  "accounting_report_read",
      +  "accounting_report_write",
      +  "accounting_trialbalance_read",
      +  "accounting_trialbalance_write",
      +  "accounting_profitloss_read",
      +  "accounting_profitloss_write",
      +  "accounting_balancesheet_read",
      +  "accounting_balancesheet_write",
      +  "accounting_category_read",
      +  "accounting_category_write",
      +  "payment_payment_read",
      +  "payment_payment_write",
      +  "accounting_cashflow_read",
      +  "accounting_cashflow_write",
      +  "payment_payout_read",
      +  "payment_refund_read",
      +  "payment_link_read",
      +  "payment_link_write",
      +  "payment_subscription_read",
      +  "payment_subscription_write",
      +  "commerce_item_read",
      +  "commerce_item_write",
      +  "commerce_collection_read",
      +  "commerce_collection_write",
      +  "commerce_inventory_read",
      +  "commerce_inventory_write",
      +  "commerce_location_read",
      +  "commerce_location_write",
      +  "commerce_review_read",
      +  "commerce_review_write",
      +  "commerce_saleschannel_read",
      +  "commerce_saleschannel_write",
      +  "commerce_itemvariant_read",
      +  "commerce_itemvariant_write",
      +  "commerce_reservation_read",
      +  "commerce_reservation_write",
      +  "commerce_availability_read",
      +  "commerce_availability_write",
      +  "verification_package_read",
      +  "verification_request_read",
      +  "verification_request_write",
      +  "assessment_package_read",
      +  "assessment_package_write",
      +  "assessment_order_write",
      +  "ats_activity_read",
      +  "ats_activity_write",
      +  "ats_application_read",
      +  "ats_application_write",
      +  "ats_applicationstatus_read",
      +  "ats_candidate_read",
      +  "ats_candidate_write",
      +  "ats_interview_read",
      +  "ats_interview_write",
      +  "ats_job_read",
      +  "ats_job_write",
      +  "ats_company_read",
      +  "ats_company_write",
      +  "ats_document_read",
      +  "ats_document_write",
      +  "ats_scorecard_read",
      +  "ats_scorecard_write",
      +  "crm_company_read",
      +  "crm_company_write",
      +  "crm_contact_read",
      +  "crm_contact_write",
      +  "crm_deal_read",
      +  "crm_deal_write",
      +  "crm_event_read",
      +  "crm_event_write",
      +  "crm_lead_read",
      +  "crm_lead_write",
      +  "crm_pipeline_read",
      +  "crm_pipeline_write",
      +  "crm_picklist_read",
      +  "martech_list_read",
      +  "martech_list_write",
      +  "martech_member_read",
      +  "martech_member_write",
      +  "martech_campaign_read",
      +  "martech_campaign_write",
      +  "martech_report_read",
      +  "martech_report_write",
      +  "ticketing_customer_read",
      +  "ticketing_customer_write",
      +  "ticketing_ticket_read",
      +  "ticketing_ticket_write",
      +  "ticketing_note_read",
      +  "ticketing_note_write",
      +  "ticketing_category_read",
      +  "ticketing_category_write",
      +  "hris_employee_read",
      +  "hris_employee_write",
      +  "hris_group_read",
      +  "hris_group_write",
      +  "hris_payslip_read",
      +  "hris_payslip_write",
      +  "hris_timeoff_read",
      +  "hris_timeoff_write",
      +  "hris_timeshift_read",
      +  "hris_timeshift_write",
      +  "hris_company_read",
      +  "hris_company_write",
      +  "hris_location_read",
      +  "hris_location_write",
      +  "hris_device_read",
      +  "hris_device_write",
      +  "hris_deduction_read",
      +  "hris_deduction_write",
      +  "hris_benefit_read",
      +  "hris_benefit_write",
      +  "hris_bankaccount_read",
      +  "hris_bankaccount_write",
      +  "hris_document_read",
      +  "hris_document_write",
      +  "hris_taxonomy_read",
      +  "hris_taxonomy_write",
      +  "uc_call_read",
      +  "uc_contact_read",
      +  "uc_contact_write",
      +  "uc_comment_read",
      +  "uc_comment_write",
      +  "uc_recording_read",
      +  "storage_file_read",
      +  "storage_file_write",
      +  "webhook",
      +  "genai_model_read",
      +  "genai_prompt_read",
      +  "genai_prompt_write",
      +  "genai_embedding_read",
      +  "genai_embedding_write",
      +  "messaging_message_read",
      +  "messaging_message_write",
      +  "messaging_channel_read",
      +  "messaging_channel_write",
      +  "messaging_event_read",
      +  "messaging_event_write",
      +  "kms_space_read",
      +  "kms_space_write",
      +  "kms_page_read",
      +  "kms_page_write",
      +  "kms_comment_read",
      +  "kms_comment_write",
      +  "task_project_read",
      +  "task_project_write",
      +  "task_task_read",
      +  "task_task_write",
      +  "task_change_read",
      +  "task_comment_read",
      +  "task_comment_write",
      +  "scim_users_read",
      +  "scim_users_write",
      +  "scim_groups_read",
      +  "scim_groups_write",
      +  "lms_course_read",
      +  "lms_course_write",
      +  "lms_class_read",
      +  "lms_class_write",
      +  "lms_student_read",
      +  "lms_student_write",
      +  "lms_instructor_read",
      +  "lms_instructor_write",
      +  "lms_content_read",
      +  "lms_content_write",
      +  "lms_collection_read",
      +  "lms_collection_write",
      +  "lms_activity_read",
      +  "lms_activity_write",
      +  "repo_organization_read",
      +  "repo_organization_write",
      +  "repo_repository_read",
      +  "repo_repository_write",
      +  "repo_branch_read",
      +  "repo_branch_write",
      +  "repo_commit_read",
      +  "repo_commit_write",
      +  "repo_pullrequest_read",
      +  "repo_pullrequest_write",
      +  "metadata_metadata_read",
      +  "metadata_metadata_write",
      +  "calendar_calendar_read",
      +  "calendar_calendar_write",
      +  "calendar_event_read",
      +  "calendar_event_write",
      +  "calendar_busy_read",
      +  "calendar_link_read",
      +  "calendar_link_write",
      +  "calendar_recording_read",
      +  "calendar_recording_write",
      +  "calendar_webinar_read",
      +  "calendar_webinar_write",
      +  "enrich_person_read",
      +  "enrich_company_read",
      +  "ads_ad_read",
      +  "ads_ad_write",
      +  "ads_campaign_read",
      +  "ads_campaign_write",
      +  "ads_group_read",
      +  "ads_group_write",
      +  "ads_report_read",
      +  "ads_organization_read",
      +  "ads_organization_write",
      +  "ads_creative_read",
      +  "ads_creative_write",
      +  "ads_insertionorder_read",
      +  "ads_insertionorder_write",
      +  "ads_target_read",
      +  "ads_promoted_read",
      +  "analytics_property_read",
      +  "analytics_property_write",
      +  "analytics_event_read",
      +  "analytics_event_write",
      +  "analytics_session_read",
      +  "analytics_visitor_read",
      +  "analytics_visitor_write",
      +  "analytics_report_read",
      +  "forms_form_read",
      +  "forms_form_write",
      +  "forms_submission_read",
      +  "forms_submission_write",
      +  "shipping_shipment_read",
      +  "shipping_shipment_write",
      +  "shipping_label_read",
      +  "shipping_label_write",
      +  "shipping_tracking_read",
      +  "shipping_rate_read",
      +  "shipping_carrier_read",
      +  "signing_document_read",
      +  "signing_document_write",
      +  "signing_signatory_read",
      +  "signing_signatory_write",
      +  "signing_template_read",
      +  "clubs_group_read",
      +  "clubs_group_write",
      +  "clubs_member_read",
      +  "clubs_member_write",
      +  "clubs_activity_read",
      +  "clubs_activity_write",
      +  "clubs_location_read",
      +  "clubs_location_write",
      +  "clubs_event_read",
      +  "clubs_event_write",
      +  "datastore_database_read",
      +  "datastore_database_write",
      +  "datastore_table_read",
      +  "datastore_table_write",
      +  "datastore_record_read",
      +  "datastore_record_write",
      +  "datastore_query_read",
      +  "datastore_query_write",
      +  "cdp_profile_read",
      +  "cdp_profile_write",
      +  "cdp_segment_read",
      +  "cdp_segment_write",
      +  "cdp_event_read",
      +  "cdp_event_write",
      +  "cdp_source_read",
      +  "cdp_source_write",
      +  "cdp_destination_read",
      +  "cdp_destination_write",
      +  "cdp_activation_read",
      +  "cdp_activation_write"
      +]
  3. Changed9 schema fields changed
    • addedInput schema / properties / auth / properties / audience
      Added value: +{
      +  "type": "string"
      +}
    • removedInput schema / properties / auth_aws_arn
      Removed value: -{
      -  "description": "the AWS ARN / secretID for the stored auth field",
      -  "type": "string"
      -}
    • removedInput schema / properties / auth_azure_keyvault_id
      Removed value: -{
      -  "description": "the Azure Key Vault ID for the stored auth field",
      -  "type": "string"
      -}
    • removedInput schema / properties / auth_gcp_secret_name
      Removed value: -{
      -  "description": "the Google Cloud Secret Manager name for the stored auth field",
      -  "type": "string"
      -}
    • removedInput schema / properties / auth_hashi_vault_path
      Removed value: -{
      -  "description": "the HashiCorp Vault path for the stored auth field",
      -  "type": "string"
      -}
    • changedInput schema / properties / categories / items / enum
      Previous value: -[
      -  "passthrough",
      -  "hris",
      -  "ats",
      -  "auth",
      -  "crm",
      -  "enrich",
      -  "martech",
      -  "ticketing",
      -  "uc",
      -  "accounting",
      -  "storage",
      -  "commerce",
      -  "payment",
      -  "genai",
      -  "messaging",
      -  "kms",
      -  "task",
      -  "scim",
      -  "lms",
      -  "repo",
      -  "metadata",
      -  "calendar",
      -  "verification",
      -  "ads",
      -  "forms",
      -  "shipping",
      -  "assessment"
      -]New value: +[
      +  "passthrough",
      +  "hris",
      +  "ats",
      +  "auth",
      +  "crm",
      +  "enrich",
      +  "martech",
      +  "ticketing",
      +  "uc",
      +  "accounting",
      +  "storage",
      +  "commerce",
      +  "payment",
      +  "genai",
      +  "messaging",
      +  "kms",
      +  "task",
      +  "scim",
      +  "lms",
      +  "repo",
      +  "metadata",
      +  "calendar",
      +  "verification",
      +  "ads",
      +  "analytics",
      +  "forms",
      +  "shipping",
      +  "assessment",
      +  "signing",
      +  "clubs",
      +  "datastore"
      +]
    • changedInput schema / properties / permissions / items / enum
      Previous value: -[
      -  "accounting_account_read",
      -  "accounting_account_write",
      -  "accounting_transaction_read",
      -  "accounting_transaction_write",
      -  "accounting_journal_read",
      -  "accounting_journal_write",
      -  "accounting_invoice_read",
      -  "accounting_invoice_write",
      -  "accounting_bill_read",
      -  "accounting_bill_write",
      -  "accounting_creditmemo_read",
      -  "accounting_creditmemo_write",
      -  "accounting_contact_read",
      -  "accounting_contact_write",
      -  "accounting_expense_read",
      -  "accounting_expense_write",
      -  "accounting_taxrate_read",
      -  "accounting_taxrate_write",
      -  "accounting_organization_read",
      -  "accounting_order_read",
      -  "accounting_order_write",
      -  "accounting_purchaseorder_read",
      -  "accounting_purchaseorder_write",
      -  "accounting_salesorder_read",
      -  "accounting_salesorder_write",
      -  "accounting_report_read",
      -  "accounting_report_write",
      -  "accounting_trialbalance_read",
      -  "accounting_trialbalance_write",
      -  "accounting_profitloss_read",
      -  "accounting_profitloss_write",
      -  "accounting_balancesheet_read",
      -  "accounting_balancesheet_write",
      -  "accounting_category_read",
      -  "accounting_category_write",
      -  "payment_payment_read",
      -  "payment_payment_write",
      -  "accounting_cashflow_read",
      -  "accounting_cashflow_write",
      -  "payment_payout_read",
      -  "payment_refund_read",
      -  "payment_link_read",
      -  "payment_link_write",
      -  "payment_subscription_read",
      -  "payment_subscription_write",
      -  "commerce_item_read",
      -  "commerce_item_write",
      -  "commerce_collection_read",
      -  "commerce_collection_write",
      -  "commerce_inventory_read",
      -  "commerce_inventory_write",
      -  "commerce_location_read",
      -  "commerce_location_write",
      -  "commerce_review_read",
      -  "commerce_review_write",
      -  "commerce_saleschannel_read",
      -  "commerce_saleschannel_write",
      -  "commerce_itemvariant_read",
      -  "commerce_itemvariant_write",
      -  "verification_package_read",
      -  "verification_request_read",
      -  "verification_request_write",
      -  "assessment_package_read",
      -  "assessment_package_write",
      -  "assessment_order_write",
      -  "ats_activity_read",
      -  "ats_activity_write",
      -  "ats_application_read",
      -  "ats_application_write",
      -  "ats_applicationstatus_read",
      -  "ats_candidate_read",
      -  "ats_candidate_write",
      -  "ats_interview_read",
      -  "ats_interview_write",
      -  "ats_job_read",
      -  "ats_job_write",
      -  "ats_company_read",
      -  "ats_company_write",
      -  "ats_document_read",
      -  "ats_document_write",
      -  "ats_scorecard_read",
      -  "ats_scorecard_write",
      -  "crm_company_read",
      -  "crm_company_write",
      -  "crm_contact_read",
      -  "crm_contact_write",
      -  "crm_deal_read",
      -  "crm_deal_write",
      -  "crm_event_read",
      -  "crm_event_write",
      -  "crm_lead_read",
      -  "crm_lead_write",
      -  "crm_pipeline_read",
      -  "crm_pipeline_write",
      -  "martech_list_read",
      -  "martech_list_write",
      -  "martech_member_read",
      -  "martech_member_write",
      -  "martech_campaign_read",
      -  "martech_campaign_write",
      -  "martech_report_read",
      -  "martech_report_write",
      -  "ticketing_customer_read",
      -  "ticketing_customer_write",
      -  "ticketing_ticket_read",
      -  "ticketing_ticket_write",
      -  "ticketing_note_read",
      -  "ticketing_note_write",
      -  "ticketing_category_read",
      -  "ticketing_category_write",
      -  "hris_employee_read",
      -  "hris_employee_write",
      -  "hris_group_read",
      -  "hris_group_write",
      -  "hris_payslip_read",
      -  "hris_payslip_write",
      -  "hris_timeoff_read",
      -  "hris_timeoff_write",
      -  "hris_timeshift_read",
      -  "hris_timeshift_write",
      -  "hris_company_read",
      -  "hris_company_write",
      -  "hris_location_read",
      -  "hris_location_write",
      -  "hris_device_read",
      -  "hris_device_write",
      -  "hris_deduction_read",
      -  "hris_deduction_write",
      -  "hris_benefit_read",
      -  "hris_benefit_write",
      -  "hris_bankaccount_read",
      -  "hris_bankaccount_write",
      -  "uc_call_read",
      -  "uc_contact_read",
      -  "uc_contact_write",
      -  "uc_comment_read",
      -  "uc_comment_write",
      -  "uc_recording_read",
      -  "storage_file_read",
      -  "storage_file_write",
      -  "webhook",
      -  "genai_model_read",
      -  "genai_prompt_read",
      -  "genai_prompt_write",
      -  "genai_embedding_read",
      -  "genai_embedding_write",
      -  "messaging_message_read",
      -  "messaging_message_write",
      -  "messaging_channel_read",
      -  "messaging_event_read",
      -  "messaging_event_write",
      -  "kms_space_read",
      -  "kms_space_write",
      -  "kms_page_read",
      -  "kms_page_write",
      -  "kms_comment_read",
      -  "kms_comment_write",
      -  "task_project_read",
      -  "task_project_write",
      -  "task_task_read",
      -  "task_task_write",
      -  "task_change_read",
      -  "task_comment_read",
      -  "task_comment_write",
      -  "scim_users_read",
      -  "scim_users_write",
      -  "scim_groups_read",
      -  "scim_groups_write",
      -  "lms_course_read",
      -  "lms_course_write",
      -  "lms_class_read",
      -  "lms_class_write",
      -  "lms_student_read",
      -  "lms_student_write",
      -  "lms_instructor_read",
      -  "lms_instructor_write",
      -  "lms_content_read",
      -  "lms_content_write",
      -  "lms_collection_read",
      -  "lms_collection_write",
      -  "lms_activity_read",
      -  "lms_activity_write",
      -  "repo_organization_read",
      -  "repo_organization_write",
      -  "repo_repository_read",
      -  "repo_repository_write",
      -  "repo_branch_read",
      -  "repo_branch_write",
      -  "repo_commit_read",
      -  "repo_commit_write",
      -  "repo_pullrequest_read",
      -  "repo_pullrequest_write",
      -  "metadata_metadata_read",
      -  "metadata_metadata_write",
      -  "calendar_calendar_read",
      -  "calendar_calendar_write",
      -  "calendar_event_read",
      -  "calendar_event_write",
      -  "calendar_busy_read",
      -  "calendar_link_read",
      -  "calendar_link_write",
      -  "calendar_recording_read",
      -  "calendar_recording_write",
      -  "calendar_webinar_read",
      -  "calendar_webinar_write",
      -  "enrich_person_read",
      -  "enrich_company_read",
      -  "ads_ad_read",
      -  "ads_ad_write",
      -  "ads_campaign_read",
      -  "ads_campaign_write",
      -  "ads_group_read",
      -  "ads_group_write",
      -  "ads_report_read",
      -  "ads_organization_read",
      -  "ads_organization_write",
      -  "ads_creative_read",
      -  "ads_creative_write",
      -  "ads_insertionorder_read",
      -  "ads_insertionorder_write",
      -  "forms_form_read",
      -  "forms_form_write",
      -  "forms_submission_read",
      -  "forms_submission_write",
      -  "shipping_shipment_read",
      -  "shipping_shipment_write",
      -  "shipping_label_read",
      -  "shipping_label_write",
      -  "shipping_tracking_read",
      -  "shipping_rate_read",
      -  "shipping_carrier_read"
      -]New value: +[
      +  "accounting_account_read",
      +  "accounting_account_write",
      +  "accounting_transaction_read",
      +  "accounting_transaction_write",
      +  "accounting_journal_read",
      +  "accounting_journal_write",
      +  "accounting_invoice_read",
      +  "accounting_invoice_write",
      +  "accounting_bill_read",
      +  "accounting_bill_write",
      +  "accounting_creditmemo_read",
      +  "accounting_creditmemo_write",
      +  "accounting_contact_read",
      +  "accounting_contact_write",
      +  "accounting_expense_read",
      +  "accounting_expense_write",
      +  "accounting_taxrate_read",
      +  "accounting_taxrate_write",
      +  "accounting_organization_read",
      +  "accounting_order_read",
      +  "accounting_order_write",
      +  "accounting_purchaseorder_read",
      +  "accounting_purchaseorder_write",
      +  "accounting_salesorder_read",
      +  "accounting_salesorder_write",
      +  "accounting_report_read",
      +  "accounting_report_write",
      +  "accounting_trialbalance_read",
      +  "accounting_trialbalance_write",
      +  "accounting_profitloss_read",
      +  "accounting_profitloss_write",
      +  "accounting_balancesheet_read",
      +  "accounting_balancesheet_write",
      +  "accounting_category_read",
      +  "accounting_category_write",
      +  "payment_payment_read",
      +  "payment_payment_write",
      +  "accounting_cashflow_read",
      +  "accounting_cashflow_write",
      +  "payment_payout_read",
      +  "payment_refund_read",
      +  "payment_link_read",
      +  "payment_link_write",
      +  "payment_subscription_read",
      +  "payment_subscription_write",
      +  "commerce_item_read",
      +  "commerce_item_write",
      +  "commerce_collection_read",
      +  "commerce_collection_write",
      +  "commerce_inventory_read",
      +  "commerce_inventory_write",
      +  "commerce_location_read",
      +  "commerce_location_write",
      +  "commerce_review_read",
      +  "commerce_review_write",
      +  "commerce_saleschannel_read",
      +  "commerce_saleschannel_write",
      +  "commerce_itemvariant_read",
      +  "commerce_itemvariant_write",
      +  "commerce_reservation_read",
      +  "commerce_reservation_write",
      +  "commerce_availability_read",
      +  "commerce_availability_write",
      +  "verification_package_read",
      +  "verification_request_read",
      +  "verification_request_write",
      +  "assessment_package_read",
      +  "assessment_package_write",
      +  "assessment_order_write",
      +  "ats_activity_read",
      +  "ats_activity_write",
      +  "ats_application_read",
      +  "ats_application_write",
      +  "ats_applicationstatus_read",
      +  "ats_candidate_read",
      +  "ats_candidate_write",
      +  "ats_interview_read",
      +  "ats_interview_write",
      +  "ats_job_read",
      +  "ats_job_write",
      +  "ats_company_read",
      +  "ats_company_write",
      +  "ats_document_read",
      +  "ats_document_write",
      +  "ats_scorecard_read",
      +  "ats_scorecard_write",
      +  "crm_company_read",
      +  "crm_company_write",
      +  "crm_contact_read",
      +  "crm_contact_write",
      +  "crm_deal_read",
      +  "crm_deal_write",
      +  "crm_event_read",
      +  "crm_event_write",
      +  "crm_lead_read",
      +  "crm_lead_write",
      +  "crm_pipeline_read",
      +  "crm_pipeline_write",
      +  "crm_picklist_read",
      +  "martech_list_read",
      +  "martech_list_write",
      +  "martech_member_read",
      +  "martech_member_write",
      +  "martech_campaign_read",
      +  "martech_campaign_write",
      +  "martech_report_read",
      +  "martech_report_write",
      +  "ticketing_customer_read",
      +  "ticketing_customer_write",
      +  "ticketing_ticket_read",
      +  "ticketing_ticket_write",
      +  "ticketing_note_read",
      +  "ticketing_note_write",
      +  "ticketing_category_read",
      +  "ticketing_category_write",
      +  "hris_employee_read",
      +  "hris_employee_write",
      +  "hris_group_read",
      +  "hris_group_write",
      +  "hris_payslip_read",
      +  "hris_payslip_write",
      +  "hris_timeoff_read",
      +  "hris_timeoff_write",
      +  "hris_timeshift_read",
      +  "hris_timeshift_write",
      +  "hris_company_read",
      +  "hris_company_write",
      +  "hris_location_read",
      +  "hris_location_write",
      +  "hris_device_read",
      +  "hris_device_write",
      +  "hris_deduction_read",
      +  "hris_deduction_write",
      +  "hris_benefit_read",
      +  "hris_benefit_write",
      +  "hris_bankaccount_read",
      +  "hris_bankaccount_write",
      +  "uc_call_read",
      +  "uc_contact_read",
      +  "uc_contact_write",
      +  "uc_comment_read",
      +  "uc_comment_write",
      +  "uc_recording_read",
      +  "storage_file_read",
      +  "storage_file_write",
      +  "webhook",
      +  "genai_model_read",
      +  "genai_prompt_read",
      +  "genai_prompt_write",
      +  "genai_embedding_read",
      +  "genai_embedding_write",
      +  "messaging_message_read",
      +  "messaging_message_write",
      +  "messaging_channel_read",
      +  "messaging_event_read",
      +  "messaging_event_write",
      +  "kms_space_read",
      +  "kms_space_write",
      +  "kms_page_read",
      +  "kms_page_write",
      +  "kms_comment_read",
      +  "kms_comment_write",
      +  "task_project_read",
      +  "task_project_write",
      +  "task_task_read",
      +  "task_task_write",
      +  "task_change_read",
      +  "task_comment_read",
      +  "task_comment_write",
      +  "scim_users_read",
      +  "scim_users_write",
      +  "scim_groups_read",
      +  "scim_groups_write",
      +  "lms_course_read",
      +  "lms_course_write",
      +  "lms_class_read",
      +  "lms_class_write",
      +  "lms_student_read",
      +  "lms_student_write",
      +  "lms_instructor_read",
      +  "lms_instructor_write",
      +  "lms_content_read",
      +  "lms_content_write",
      +  "lms_collection_read",
      +  "lms_collection_write",
      +  "lms_activity_read",
      +  "lms_activity_write",
      +  "repo_organization_read",
      +  "repo_organization_write",
      +  "repo_repository_read",
      +  "repo_repository_write",
      +  "repo_branch_read",
      +  "repo_branch_write",
      +  "repo_commit_read",
      +  "repo_commit_write",
      +  "repo_pullrequest_read",
      +  "repo_pullrequest_write",
      +  "metadata_metadata_read",
      +  "metadata_metadata_write",
      +  "calendar_calendar_read",
      +  "calendar_calendar_write",
      +  "calendar_event_read",
      +  "calendar_event_write",
      +  "calendar_busy_read",
      +  "calendar_link_read",
      +  "calendar_link_write",
      +  "calendar_recording_read",
      +  "calendar_recording_write",
      +  "calendar_webinar_read",
      +  "calendar_webinar_write",
      +  "enrich_person_read",
      +  "enrich_company_read",
      +  "ads_ad_read",
      +  "ads_ad_write",
      +  "ads_campaign_read",
      +  "ads_campaign_write",
      +  "ads_group_read",
      +  "ads_group_write",
      +  "ads_report_read",
      +  "ads_organization_read",
      +  "ads_organization_write",
      +  "ads_creative_read",
      +  "ads_creative_write",
      +  "ads_insertionorder_read",
      +  "ads_insertionorder_write",
      +  "ads_target_read",
      +  "ads_promoted_read",
      +  "analytics_property_read",
      +  "analytics_property_write",
      +  "analytics_event_read",
      +  "analytics_event_write",
      +  "analytics_session_read",
      +  "analytics_visitor_read",
      +  "analytics_visitor_write",
      +  "analytics_report_read",
      +  "forms_form_read",
      +  "forms_form_write",
      +  "forms_submission_read",
      +  "forms_submission_write",
      +  "shipping_shipment_read",
      +  "shipping_shipment_write",
      +  "shipping_label_read",
      +  "shipping_label_write",
      +  "shipping_tracking_read",
      +  "shipping_rate_read",
      +  "shipping_carrier_read",
      +  "signing_document_read",
      +  "signing_document_write",
      +  "signing_signatory_read",
      +  "signing_signatory_write",
      +  "signing_template_read",
      +  "clubs_group_read",
      +  "clubs_group_write",
      +  "clubs_member_read",
      +  "clubs_member_write",
      +  "clubs_activity_read",
      +  "clubs_activity_write",
      +  "clubs_location_read",
      +  "clubs_location_write",
      +  "clubs_event_read",
      +  "clubs_event_write",
      +  "datastore_database_read",
      +  "datastore_database_write",
      +  "datastore_table_read",
      +  "datastore_table_write",
      +  "datastore_record_read",
      +  "datastore_record_write",
      +  "datastore_query_read",
      +  "datastore_query_write"
      +]
    • addedInput schema / properties / secretsmanager_id
      Added value: +{
      +  "description": "the ID of the SecretsManager object",
      +  "type": "string"
      +}
    • addedInput schema / properties / secretsmanager_key
      Added value: +{
      +  "description": "the key/path/name of the secret within the vault",
      +  "type": "string"
      +}
  4. Changed10 schema fields changed
    • addedInput schema / properties / auth / properties / user_id / description
      Added value: +"(reference to HrisEmployee)"
    • addedInput schema / properties / auth_azure_keyvault_id
      Added value: +{
      +  "description": "the Azure Key Vault ID for the stored auth field",
      +  "type": "string"
      +}
    • addedInput schema / properties / auth_gcp_secret_name
      Added value: +{
      +  "description": "the Google Cloud Secret Manager name for the stored auth field",
      +  "type": "string"
      +}
    • addedInput schema / properties / auth_hashi_vault_path
      Added value: +{
      +  "description": "the HashiCorp Vault path for the stored auth field",
      +  "type": "string"
      +}
    • changedInput schema / properties / categories / items / enum
      Previous value: -[
      -  "passthrough",
      -  "hris",
      -  "ats",
      -  "auth",
      -  "crm",
      -  "enrich",
      -  "martech",
      -  "ticketing",
      -  "uc",
      -  "accounting",
      -  "storage",
      -  "commerce",
      -  "payment",
      -  "genai",
      -  "messaging",
      -  "kms",
      -  "task",
      -  "scim",
      -  "lms",
      -  "repo",
      -  "metadata",
      -  "calendar",
      -  "verification"
      -]New value: +[
      +  "passthrough",
      +  "hris",
      +  "ats",
      +  "auth",
      +  "crm",
      +  "enrich",
      +  "martech",
      +  "ticketing",
      +  "uc",
      +  "accounting",
      +  "storage",
      +  "commerce",
      +  "payment",
      +  "genai",
      +  "messaging",
      +  "kms",
      +  "task",
      +  "scim",
      +  "lms",
      +  "repo",
      +  "metadata",
      +  "calendar",
      +  "verification",
      +  "ads",
      +  "forms",
      +  "shipping",
      +  "assessment"
      +]
    • removedInput schema / properties / fields
      Removed value: -{
      -  "description": "Comma-separated list of fields to include in the response",
      -  "type": "string"
      -}
    • addedInput schema / properties / last_healthy_at / description
      Added value: +"(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)"
    • addedInput schema / properties / last_unhealthy_at / description
      Added value: +"(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)"
    • changedInput schema / properties / permissions / items / enum
      Previous value: -[
      -  "accounting_account_read",
      -  "accounting_account_write",
      -  "accounting_transaction_read",
      -  "accounting_transaction_write",
      -  "accounting_journal_read",
      -  "accounting_journal_write",
      -  "accounting_invoice_read",
      -  "accounting_invoice_write",
      -  "accounting_bill_read",
      -  "accounting_bill_write",
      -  "accounting_creditmemo_read",
      -  "accounting_creditmemo_write",
      -  "accounting_contact_read",
      -  "accounting_contact_write",
      -  "accounting_expense_read",
      -  "accounting_expense_write",
      -  "accounting_taxrate_read",
      -  "accounting_taxrate_write",
      -  "accounting_organization_read",
      -  "accounting_order_read",
      -  "accounting_order_write",
      -  "accounting_purchaseorder_read",
      -  "accounting_purchaseorder_write",
      -  "accounting_salesorder_read",
      -  "accounting_salesorder_write",
      -  "accounting_report_read",
      -  "accounting_report_write",
      -  "accounting_trialbalance_read",
      -  "accounting_trialbalance_write",
      -  "accounting_profitloss_read",
      -  "accounting_profitloss_write",
      -  "accounting_balancesheet_read",
      -  "accounting_balancesheet_write",
      -  "accounting_category_read",
      -  "accounting_category_write",
      -  "payment_payment_read",
      -  "payment_payment_write",
      -  "payment_payout_read",
      -  "payment_refund_read",
      -  "payment_link_read",
      -  "payment_link_write",
      -  "payment_subscription_read",
      -  "payment_subscription_write",
      -  "commerce_item_read",
      -  "commerce_item_write",
      -  "commerce_collection_read",
      -  "commerce_collection_write",
      -  "commerce_inventory_read",
      -  "commerce_inventory_write",
      -  "commerce_location_read",
      -  "commerce_location_write",
      -  "commerce_review_read",
      -  "commerce_review_write",
      -  "verification_package_read",
      -  "verification_request_read",
      -  "verification_request_write",
      -  "ats_activity_read",
      -  "ats_activity_write",
      -  "ats_application_read",
      -  "ats_application_write",
      -  "ats_applicationstatus_read",
      -  "ats_candidate_read",
      -  "ats_candidate_write",
      -  "ats_interview_read",
      -  "ats_interview_write",
      -  "ats_job_read",
      -  "ats_job_write",
      -  "ats_company_read",
      -  "ats_company_write",
      -  "ats_document_read",
      -  "ats_document_write",
      -  "ats_scorecard_read",
      -  "ats_scorecard_write",
      -  "crm_company_read",
      -  "crm_company_write",
      -  "crm_contact_read",
      -  "crm_contact_write",
      -  "crm_deal_read",
      -  "crm_deal_write",
      -  "crm_event_read",
      -  "crm_event_write",
      -  "crm_lead_read",
      -  "crm_lead_write",
      -  "crm_pipeline_read",
      -  "crm_pipeline_write",
      -  "martech_list_read",
      -  "martech_list_write",
      -  "martech_member_read",
      -  "martech_member_write",
      -  "ticketing_customer_read",
      -  "ticketing_customer_write",
      -  "ticketing_ticket_read",
      -  "ticketing_ticket_write",
      -  "ticketing_note_read",
      -  "ticketing_note_write",
      -  "ticketing_category_read",
      -  "ticketing_category_write",
      -  "hris_employee_read",
      -  "hris_employee_write",
      -  "hris_group_read",
      -  "hris_group_write",
      -  "hris_payslip_read",
      -  "hris_payslip_write",
      -  "hris_timeoff_read",
      -  "hris_timeoff_write",
      -  "hris_timeshift_read",
      -  "hris_timeshift_write",
      -  "hris_company_read",
      -  "hris_company_write",
      -  "hris_location_read",
      -  "hris_location_write",
      -  "hris_device_read",
      -  "hris_device_write",
      -  "uc_call_read",
      -  "uc_contact_read",
      -  "uc_contact_write",
      -  "uc_comment_read",
      -  "uc_comment_write",
      -  "uc_recording_read",
      -  "storage_file_read",
      -  "storage_file_write",
      -  "webhook",
      -  "genai_model_read",
      -  "genai_prompt_read",
      -  "genai_prompt_write",
      -  "genai_embedding_read",
      -  "genai_embedding_write",
      -  "messaging_message_read",
      -  "messaging_message_write",
      -  "messaging_channel_read",
      -  "kms_space_read",
      -  "kms_space_write",
      -  "kms_page_read",
      -  "kms_page_write",
      -  "kms_comment_read",
      -  "kms_comment_write",
      -  "task_project_read",
      -  "task_project_write",
      -  "task_task_read",
      -  "task_task_write",
      -  "task_change_read",
      -  "task_comment_read",
      -  "task_comment_write",
      -  "scim_users_read",
      -  "scim_users_write",
      -  "scim_groups_read",
      -  "scim_groups_write",
      -  "lms_course_read",
      -  "lms_course_write",
      -  "lms_class_read",
      -  "lms_class_write",
      -  "lms_student_read",
      -  "lms_student_write",
      -  "lms_instructor_read",
      -  "lms_instructor_write",
      -  "repo_organization_read",
      -  "repo_organization_write",
      -  "repo_repository_read",
      -  "repo_repository_write",
      -  "repo_branch_read",
      -  "repo_branch_write",
      -  "repo_commit_read",
      -  "repo_commit_write",
      -  "repo_pullrequest_read",
      -  "repo_pullrequest_write",
      -  "metadata_metadata_read",
      -  "metadata_metadata_write",
      -  "calendar_calendar_read",
      -  "calendar_calendar_write",
      -  "calendar_event_read",
      -  "calendar_event_write",
      -  "calendar_busy_read",
      -  "calendar_link_read",
      -  "calendar_link_write",
      -  "calendar_recording_read",
      -  "calendar_recording_write",
      -  "enrich_person_read",
      -  "enrich_company_read"
      -]New value: +[
      +  "accounting_account_read",
      +  "accounting_account_write",
      +  "accounting_transaction_read",
      +  "accounting_transaction_write",
      +  "accounting_journal_read",
      +  "accounting_journal_write",
      +  "accounting_invoice_read",
      +  "accounting_invoice_write",
      +  "accounting_bill_read",
      +  "accounting_bill_write",
      +  "accounting_creditmemo_read",
      +  "accounting_creditmemo_write",
      +  "accounting_contact_read",
      +  "accounting_contact_write",
      +  "accounting_expense_read",
      +  "accounting_expense_write",
      +  "accounting_taxrate_read",
      +  "accounting_taxrate_write",
      +  "accounting_organization_read",
      +  "accounting_order_read",
      +  "accounting_order_write",
      +  "accounting_purchaseorder_read",
      +  "accounting_purchaseorder_write",
      +  "accounting_salesorder_read",
      +  "accounting_salesorder_write",
      +  "accounting_report_read",
      +  "accounting_report_write",
      +  "accounting_trialbalance_read",
      +  "accounting_trialbalance_write",
      +  "accounting_profitloss_read",
      +  "accounting_profitloss_write",
      +  "accounting_balancesheet_read",
      +  "accounting_balancesheet_write",
      +  "accounting_category_read",
      +  "accounting_category_write",
      +  "payment_payment_read",
      +  "payment_payment_write",
      +  "accounting_cashflow_read",
      +  "accounting_cashflow_write",
      +  "payment_payout_read",
      +  "payment_refund_read",
      +  "payment_link_read",
      +  "payment_link_write",
      +  "payment_subscription_read",
      +  "payment_subscription_write",
      +  "commerce_item_read",
      +  "commerce_item_write",
      +  "commerce_collection_read",
      +  "commerce_collection_write",
      +  "commerce_inventory_read",
      +  "commerce_inventory_write",
      +  "commerce_location_read",
      +  "commerce_location_write",
      +  "commerce_review_read",
      +  "commerce_review_write",
      +  "commerce_saleschannel_read",
      +  "commerce_saleschannel_write",
      +  "commerce_itemvariant_read",
      +  "commerce_itemvariant_write",
      +  "verification_package_read",
      +  "verification_request_read",
      +  "verification_request_write",
      +  "assessment_package_read",
      +  "assessment_package_write",
      +  "assessment_order_write",
      +  "ats_activity_read",
      +  "ats_activity_write",
      +  "ats_application_read",
      +  "ats_application_write",
      +  "ats_applicationstatus_read",
      +  "ats_candidate_read",
      +  "ats_candidate_write",
      +  "ats_interview_read",
      +  "ats_interview_write",
      +  "ats_job_read",
      +  "ats_job_write",
      +  "ats_company_read",
      +  "ats_company_write",
      +  "ats_document_read",
      +  "ats_document_write",
      +  "ats_scorecard_read",
      +  "ats_scorecard_write",
      +  "crm_company_read",
      +  "crm_company_write",
      +  "crm_contact_read",
      +  "crm_contact_write",
      +  "crm_deal_read",
      +  "crm_deal_write",
      +  "crm_event_read",
      +  "crm_event_write",
      +  "crm_lead_read",
      +  "crm_lead_write",
      +  "crm_pipeline_read",
      +  "crm_pipeline_write",
      +  "martech_list_read",
      +  "martech_list_write",
      +  "martech_member_read",
      +  "martech_member_write",
      +  "martech_campaign_read",
      +  "martech_campaign_write",
      +  "martech_report_read",
      +  "martech_report_write",
      +  "ticketing_customer_read",
      +  "ticketing_customer_write",
      +  "ticketing_ticket_read",
      +  "ticketing_ticket_write",
      +  "ticketing_note_read",
      +  "ticketing_note_write",
      +  "ticketing_category_read",
      +  "ticketing_category_write",
      +  "hris_employee_read",
      +  "hris_employee_write",
      +  "hris_group_read",
      +  "hris_group_write",
      +  "hris_payslip_read",
      +  "hris_payslip_write",
      +  "hris_timeoff_read",
      +  "hris_timeoff_write",
      +  "hris_timeshift_read",
      +  "hris_timeshift_write",
      +  "hris_company_read",
      +  "hris_company_write",
      +  "hris_location_read",
      +  "hris_location_write",
      +  "hris_device_read",
      +  "hris_device_write",
      +  "hris_deduction_read",
      +  "hris_deduction_write",
      +  "hris_benefit_read",
      +  "hris_benefit_write",
      +  "hris_bankaccount_read",
      +  "hris_bankaccount_write",
      +  "uc_call_read",
      +  "uc_contact_read",
      +  "uc_contact_write",
      +  "uc_comment_read",
      +  "uc_comment_write",
      +  "uc_recording_read",
      +  "storage_file_read",
      +  "storage_file_write",
      +  "webhook",
      +  "genai_model_read",
      +  "genai_prompt_read",
      +  "genai_prompt_write",
      +  "genai_embedding_read",
      +  "genai_embedding_write",
      +  "messaging_message_read",
      +  "messaging_message_write",
      +  "messaging_channel_read",
      +  "messaging_event_read",
      +  "messaging_event_write",
      +  "kms_space_read",
      +  "kms_space_write",
      +  "kms_page_read",
      +  "kms_page_write",
      +  "kms_comment_read",
      +  "kms_comment_write",
      +  "task_project_read",
      +  "task_project_write",
      +  "task_task_read",
      +  "task_task_write",
      +  "task_change_read",
      +  "task_comment_read",
      +  "task_comment_write",
      +  "scim_users_read",
      +  "scim_users_write",
      +  "scim_groups_read",
      +  "scim_groups_write",
      +  "lms_course_read",
      +  "lms_course_write",
      +  "lms_class_read",
      +  "lms_class_write",
      +  "lms_student_read",
      +  "lms_student_write",
      +  "lms_instructor_read",
      +  "lms_instructor_write",
      +  "lms_content_read",
      +  "lms_content_write",
      +  "lms_collection_read",
      +  "lms_collection_write",
      +  "lms_activity_read",
      +  "lms_activity_write",
      +  "repo_organization_read",
      +  "repo_organization_write",
      +  "repo_repository_read",
      +  "repo_repository_write",
      +  "repo_branch_read",
      +  "repo_branch_write",
      +  "repo_commit_read",
      +  "repo_commit_write",
      +  "repo_pullrequest_read",
      +  "repo_pullrequest_write",
      +  "metadata_metadata_read",
      +  "metadata_metadata_write",
      +  "calendar_calendar_read",
      +  "calendar_calendar_write",
      +  "calendar_event_read",
      +  "calendar_event_write",
      +  "calendar_busy_read",
      +  "calendar_link_read",
      +  "calendar_link_write",
      +  "calendar_recording_read",
      +  "calendar_recording_write",
      +  "calendar_webinar_read",
      +  "calendar_webinar_write",
      +  "enrich_person_read",
      +  "enrich_company_read",
      +  "ads_ad_read",
      +  "ads_ad_write",
      +  "ads_campaign_read",
      +  "ads_campaign_write",
      +  "ads_group_read",
      +  "ads_group_write",
      +  "ads_report_read",
      +  "ads_organization_read",
      +  "ads_organization_write",
      +  "ads_creative_read",
      +  "ads_creative_write",
      +  "ads_insertionorder_read",
      +  "ads_insertionorder_write",
      +  "forms_form_read",
      +  "forms_form_write",
      +  "forms_submission_read",
      +  "forms_submission_write",
      +  "shipping_shipment_read",
      +  "shipping_shipment_write",
      +  "shipping_label_read",
      +  "shipping_label_write",
      +  "shipping_tracking_read",
      +  "shipping_rate_read",
      +  "shipping_carrier_read"
      +]
    • addedInput schema / properties / workspace_id / description
      Added value: +"(reference to KmsSpace)"
  5. First observed

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses that it modifies an existing record and returns the updated connection record. Since annotations already flag destructiveHint=true and idempotentHint=true, the description adds value by specifying the return behavior and the modification target, which is useful context beyond the structured annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences with no filler. The core action is front-loaded, followed by the return value and the pointer to the create sibling. Every sentence earns its place, making it easy to scan and extract the essential information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex tool with 15 params, nested objects, and no output schema, the description is sparse. It correctly mentions the return value and the create alternative, but it omits that `integration_type`, `permissions`, and `categories` are required by the schema even for updates, which could mislead an agent into sending only `id` and a subset of fields. This is a notable gap for a mutation tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is high (87%), so most parameters are already described. The description adds only that `id` and fields to change are required, which is a general statement. It does not explain which fields are updatable or how the auth object relates to the update, so it stays at the baseline for high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action: 'Update an existing connection by its ID' with a specific resource and verb. It distinguishes itself from `create_unified_connection` by explicitly noting that adding a new connection should use that sibling. This is precise and leaves no ambiguity about what the tool does.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly tells agents when to use this tool versus `create_unified_connection` by contrasting 'modifies an existing record' with 'to add a new connection'. It also states prerequisites: requires `id` and fields to change in the request body. This is direct when/when-not guidance with a named alternative.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources