Unified.to MCP Server
Server Details
Unified MCP Server is a remote MCP connector for AI agents and vertical AI products that provides access to 22,000+ authorized SaaS tools across 400+ integrations and 24 categories directly inside LLMs (Claude, GPT, Gemini, Cohere). Tools operate only on explicitly authorized customer connections, enabling agents to safely read and write against live third-party systems.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
12 tool updates
- Changed
create_unified_connection9 fields changed- added
Input schema / properties / auth / properties / audienceAdded value: +{ + "type": "string" +} - removed
Input schema / properties / auth_aws_arnRemoved value: -{ - "description": "the AWS ARN / secretID for the stored auth field", - "type": "string" -} - removed
Input schema / properties / auth_azure_keyvault_idRemoved value: -{ - "description": "the Azure Key Vault ID for the stored auth field", - "type": "string" -} - removed
Input schema / properties / auth_gcp_secret_nameRemoved value: -{ - "description": "the Google Cloud Secret Manager name for the stored auth field", - "type": "string" -} - removed
Input schema / properties / auth_hashi_vault_pathRemoved value: -{ - "description": "the HashiCorp Vault path for the stored auth field", - "type": "string" -} - changed
Input schema / properties / categories / items / enumPrevious 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" +] - changed
Input schema / properties / permissions / items / enumPrevious 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" +] - added
Input schema / properties / secretsmanager_idAdded value: +{ + "description": "the ID of the SecretsManager object", + "type": "string" +} - added
Input schema / properties / secretsmanager_keyAdded value: +{ + "description": "the key/path/name of the secret within the vault", + "type": "string" +}
- Changed
create_unified_webhook3 fields changed- changed
Input schema / properties / db_type / enumPrevious value: -[ - "mongodb", - "mysql", - "postgres", - "mssql", - "mariadb", - "supabase" -]New value: +[ + "mongodb", + "mysql", + "postgres", + "mssql", + "mariadb", + "supabase", + "snowflake" +] - added
Input schema / properties / is_betaAdded value: +{ + "type": "boolean" +} - changed
Input schema / properties / object_type / enumPrevious value: -[ - "accounting_account", - "accounting_transaction", - "accounting_journal", - "accounting_contact", - "accounting_invoice", - "accounting_bill", - "accounting_creditmemo", - "accounting_taxrate", - "accounting_organization", - "accounting_order", - "accounting_salesorder", - "accounting_purchaseorder", - "accounting_report", - "accounting_balancesheet", - "accounting_profitloss", - "accounting_trialbalance", - "accounting_category", - "accounting_expense", - "accounting_cashflow", - "payment_payment", - "payment_link", - "payment_payout", - "payment_refund", - "payment_subscription", - "commerce_item", - "commerce_collection", - "commerce_inventory", - "commerce_location", - "commerce_review", - "commerce_saleschannel", - "commerce_itemvariant", - "verification_package", - "verification_request", - "assessment_package", - "assessment_order", - "ats_activity", - "ats_application", - "ats_applicationstatus", - "ats_candidate", - "ats_document", - "ats_interview", - "ats_job", - "ats_scorecard", - "ats_company", - "crm_company", - "crm_contact", - "crm_deal", - "crm_event", - "crm_lead", - "crm_pipeline", - "hris_employee", - "hris_group", - "hris_payslip", - "hris_timeoff", - "hris_company", - "hris_location", - "hris_device", - "hris_timeshift", - "hris_deduction", - "hris_benefit", - "hris_bankaccount", - "martech_list", - "martech_member", - "martech_campaign", - "martech_report", - "passthrough", - "ticketing_note", - "ticketing_ticket", - "ticketing_customer", - "ticketing_category", - "uc_contact", - "uc_call", - "uc_comment", - "uc_recording", - "enrich_person", - "enrich_company", - "storage_file", - "genai_model", - "genai_prompt", - "genai_embedding", - "messaging_message", - "messaging_channel", - "messaging_event", - "kms_space", - "kms_page", - "kms_comment", - "task_project", - "task_task", - "task_comment", - "task_change", - "scim_users", - "scim_groups", - "lms_course", - "lms_class", - "lms_student", - "lms_instructor", - "lms_content", - "lms_collection", - "lms_activity", - "repo_organization", - "repo_repository", - "repo_branch", - "repo_commit", - "repo_pullrequest", - "metadata_metadata", - "calendar_calendar", - "calendar_event", - "calendar_busy", - "calendar_link", - "calendar_recording", - "calendar_webinar", - "ads_organization", - "ads_ad", - "ads_campaign", - "ads_report", - "ads_group", - "ads_creative", - "ads_insertionorder", - "forms_form", - "forms_submission", - "shipping_carrier", - "shipping_rate", - "shipping_shipment", - "shipping_label", - "shipping_tracking" -]New value: +[ + "accounting_account", + "accounting_transaction", + "accounting_journal", + "accounting_contact", + "accounting_invoice", + "accounting_bill", + "accounting_creditmemo", + "accounting_taxrate", + "accounting_organization", + "accounting_order", + "accounting_salesorder", + "accounting_purchaseorder", + "accounting_report", + "accounting_balancesheet", + "accounting_profitloss", + "accounting_trialbalance", + "accounting_category", + "accounting_expense", + "accounting_cashflow", + "payment_payment", + "payment_link", + "payment_payout", + "payment_refund", + "payment_subscription", + "commerce_item", + "commerce_collection", + "commerce_inventory", + "commerce_location", + "commerce_review", + "commerce_saleschannel", + "commerce_itemvariant", + "commerce_reservation", + "commerce_availability", + "verification_package", + "verification_request", + "assessment_package", + "assessment_order", + "ats_activity", + "ats_application", + "ats_applicationstatus", + "ats_candidate", + "ats_document", + "ats_interview", + "ats_job", + "ats_scorecard", + "ats_company", + "crm_company", + "crm_contact", + "crm_deal", + "crm_event", + "crm_lead", + "crm_pipeline", + "crm_picklist", + "hris_employee", + "hris_group", + "hris_payslip", + "hris_timeoff", + "hris_company", + "hris_location", + "hris_device", + "hris_timeshift", + "hris_deduction", + "hris_benefit", + "hris_bankaccount", + "martech_list", + "martech_member", + "martech_campaign", + "martech_report", + "passthrough", + "ticketing_note", + "ticketing_ticket", + "ticketing_customer", + "ticketing_category", + "uc_contact", + "uc_call", + "uc_comment", + "uc_recording", + "enrich_person", + "enrich_company", + "storage_file", + "genai_model", + "genai_prompt", + "genai_embedding", + "messaging_message", + "messaging_channel", + "messaging_event", + "kms_space", + "kms_page", + "kms_comment", + "task_project", + "task_task", + "task_comment", + "task_change", + "scim_users", + "scim_groups", + "lms_course", + "lms_class", + "lms_student", + "lms_instructor", + "lms_content", + "lms_collection", + "lms_activity", + "repo_organization", + "repo_repository", + "repo_branch", + "repo_commit", + "repo_pullrequest", + "metadata_metadata", + "calendar_calendar", + "calendar_event", + "calendar_busy", + "calendar_link", + "calendar_recording", + "calendar_webinar", + "ads_organization", + "ads_ad", + "ads_campaign", + "ads_report", + "ads_group", + "ads_creative", + "ads_insertionorder", + "ads_target", + "ads_promoted", + "analytics_property", + "analytics_event", + "analytics_session", + "analytics_visitor", + "analytics_report", + "forms_form", + "forms_submission", + "shipping_carrier", + "shipping_rate", + "shipping_shipment", + "shipping_label", + "shipping_tracking", + "signing_document", + "signing_signatory", + "signing_template", + "clubs_group", + "clubs_member", + "clubs_activity", + "clubs_location", + "clubs_event", + "datastore_database", + "datastore_table", + "datastore_record", + "datastore_query" +]
- Added
create_unified_workspace_secretsmanager - Added
get_unified_workspace_secretsmanager - Changed
list_unified_connections1 field changed- changed
Input schema / properties / categories / items / enumPrevious 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" +]
- Changed
list_unified_integrations1 field changed- changed
Input schema / properties / categories / items / enumPrevious 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" +]
- Changed
list_unified_webhooks1 field changed- changed
Input schema / properties / object / enumPrevious value: -[ - "accounting_account", - "accounting_transaction", - "accounting_journal", - "accounting_contact", - "accounting_invoice", - "accounting_bill", - "accounting_creditmemo", - "accounting_taxrate", - "accounting_organization", - "accounting_order", - "accounting_salesorder", - "accounting_purchaseorder", - "accounting_report", - "accounting_balancesheet", - "accounting_profitloss", - "accounting_trialbalance", - "accounting_category", - "accounting_expense", - "accounting_cashflow", - "payment_payment", - "payment_link", - "payment_payout", - "payment_refund", - "payment_subscription", - "commerce_item", - "commerce_collection", - "commerce_inventory", - "commerce_location", - "commerce_review", - "commerce_saleschannel", - "commerce_itemvariant", - "verification_package", - "verification_request", - "assessment_package", - "assessment_order", - "ats_activity", - "ats_application", - "ats_applicationstatus", - "ats_candidate", - "ats_document", - "ats_interview", - "ats_job", - "ats_scorecard", - "ats_company", - "crm_company", - "crm_contact", - "crm_deal", - "crm_event", - "crm_lead", - "crm_pipeline", - "hris_employee", - "hris_group", - "hris_payslip", - "hris_timeoff", - "hris_company", - "hris_location", - "hris_device", - "hris_timeshift", - "hris_deduction", - "hris_benefit", - "hris_bankaccount", - "martech_list", - "martech_member", - "martech_campaign", - "martech_report", - "passthrough", - "ticketing_note", - "ticketing_ticket", - "ticketing_customer", - "ticketing_category", - "uc_contact", - "uc_call", - "uc_comment", - "uc_recording", - "enrich_person", - "enrich_company", - "storage_file", - "genai_model", - "genai_prompt", - "genai_embedding", - "messaging_message", - "messaging_channel", - "messaging_event", - "kms_space", - "kms_page", - "kms_comment", - "task_project", - "task_task", - "task_comment", - "task_change", - "scim_users", - "scim_groups", - "lms_course", - "lms_class", - "lms_student", - "lms_instructor", - "lms_content", - "lms_collection", - "lms_activity", - "repo_organization", - "repo_repository", - "repo_branch", - "repo_commit", - "repo_pullrequest", - "metadata_metadata", - "calendar_calendar", - "calendar_event", - "calendar_busy", - "calendar_link", - "calendar_recording", - "calendar_webinar", - "ads_organization", - "ads_ad", - "ads_campaign", - "ads_report", - "ads_group", - "ads_creative", - "ads_insertionorder", - "forms_form", - "forms_submission", - "shipping_carrier", - "shipping_rate", - "shipping_shipment", - "shipping_label", - "shipping_tracking" -]New value: +[ + "accounting_account", + "accounting_transaction", + "accounting_journal", + "accounting_contact", + "accounting_invoice", + "accounting_bill", + "accounting_creditmemo", + "accounting_taxrate", + "accounting_organization", + "accounting_order", + "accounting_salesorder", + "accounting_purchaseorder", + "accounting_report", + "accounting_balancesheet", + "accounting_profitloss", + "accounting_trialbalance", + "accounting_category", + "accounting_expense", + "accounting_cashflow", + "payment_payment", + "payment_link", + "payment_payout", + "payment_refund", + "payment_subscription", + "commerce_item", + "commerce_collection", + "commerce_inventory", + "commerce_location", + "commerce_review", + "commerce_saleschannel", + "commerce_itemvariant", + "commerce_reservation", + "commerce_availability", + "verification_package", + "verification_request", + "assessment_package", + "assessment_order", + "ats_activity", + "ats_application", + "ats_applicationstatus", + "ats_candidate", + "ats_document", + "ats_interview", + "ats_job", + "ats_scorecard", + "ats_company", + "crm_company", + "crm_contact", + "crm_deal", + "crm_event", + "crm_lead", + "crm_pipeline", + "crm_picklist", + "hris_employee", + "hris_group", + "hris_payslip", + "hris_timeoff", + "hris_company", + "hris_location", + "hris_device", + "hris_timeshift", + "hris_deduction", + "hris_benefit", + "hris_bankaccount", + "martech_list", + "martech_member", + "martech_campaign", + "martech_report", + "passthrough", + "ticketing_note", + "ticketing_ticket", + "ticketing_customer", + "ticketing_category", + "uc_contact", + "uc_call", + "uc_comment", + "uc_recording", + "enrich_person", + "enrich_company", + "storage_file", + "genai_model", + "genai_prompt", + "genai_embedding", + "messaging_message", + "messaging_channel", + "messaging_event", + "kms_space", + "kms_page", + "kms_comment", + "task_project", + "task_task", + "task_comment", + "task_change", + "scim_users", + "scim_groups", + "lms_course", + "lms_class", + "lms_student", + "lms_instructor", + "lms_content", + "lms_collection", + "lms_activity", + "repo_organization", + "repo_repository", + "repo_branch", + "repo_commit", + "repo_pullrequest", + "metadata_metadata", + "calendar_calendar", + "calendar_event", + "calendar_busy", + "calendar_link", + "calendar_recording", + "calendar_webinar", + "ads_organization", + "ads_ad", + "ads_campaign", + "ads_report", + "ads_group", + "ads_creative", + "ads_insertionorder", + "ads_target", + "ads_promoted", + "analytics_property", + "analytics_event", + "analytics_session", + "analytics_visitor", + "analytics_report", + "forms_form", + "forms_submission", + "shipping_carrier", + "shipping_rate", + "shipping_shipment", + "shipping_label", + "shipping_tracking", + "signing_document", + "signing_signatory", + "signing_template", + "clubs_group", + "clubs_member", + "clubs_activity", + "clubs_location", + "clubs_event", + "datastore_database", + "datastore_table", + "datastore_record", + "datastore_query" +]
- Added
list_unified_workspace_secretsmanagers - Added
remove_unified_workspace_secretsmanager - Added
search_docs - Changed
update_unified_connection9 fields changed- added
Input schema / properties / auth / properties / audienceAdded value: +{ + "type": "string" +} - removed
Input schema / properties / auth_aws_arnRemoved value: -{ - "description": "the AWS ARN / secretID for the stored auth field", - "type": "string" -} - removed
Input schema / properties / auth_azure_keyvault_idRemoved value: -{ - "description": "the Azure Key Vault ID for the stored auth field", - "type": "string" -} - removed
Input schema / properties / auth_gcp_secret_nameRemoved value: -{ - "description": "the Google Cloud Secret Manager name for the stored auth field", - "type": "string" -} - removed
Input schema / properties / auth_hashi_vault_pathRemoved value: -{ - "description": "the HashiCorp Vault path for the stored auth field", - "type": "string" -} - changed
Input schema / properties / categories / items / enumPrevious 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" +] - changed
Input schema / properties / permissions / items / enumPrevious 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" +] - added
Input schema / properties / secretsmanager_idAdded value: +{ + "description": "the ID of the SecretsManager object", + "type": "string" +} - added
Input schema / properties / secretsmanager_keyAdded value: +{ + "description": "the key/path/name of the secret within the vault", + "type": "string" +}
- Changed
update_unified_webhook3 fields changed- changed
Input schema / properties / db_type / enumPrevious value: -[ - "mongodb", - "mysql", - "postgres", - "mssql", - "mariadb", - "supabase" -]New value: +[ + "mongodb", + "mysql", + "postgres", + "mssql", + "mariadb", + "supabase", + "snowflake" +] - added
Input schema / properties / is_betaAdded value: +{ + "type": "boolean" +} - changed
Input schema / properties / object_type / enumPrevious value: -[ - "accounting_account", - "accounting_transaction", - "accounting_journal", - "accounting_contact", - "accounting_invoice", - "accounting_bill", - "accounting_creditmemo", - "accounting_taxrate", - "accounting_organization", - "accounting_order", - "accounting_salesorder", - "accounting_purchaseorder", - "accounting_report", - "accounting_balancesheet", - "accounting_profitloss", - "accounting_trialbalance", - "accounting_category", - "accounting_expense", - "accounting_cashflow", - "payment_payment", - "payment_link", - "payment_payout", - "payment_refund", - "payment_subscription", - "commerce_item", - "commerce_collection", - "commerce_inventory", - "commerce_location", - "commerce_review", - "commerce_saleschannel", - "commerce_itemvariant", - "verification_package", - "verification_request", - "assessment_package", - "assessment_order", - "ats_activity", - "ats_application", - "ats_applicationstatus", - "ats_candidate", - "ats_document", - "ats_interview", - "ats_job", - "ats_scorecard", - "ats_company", - "crm_company", - "crm_contact", - "crm_deal", - "crm_event", - "crm_lead", - "crm_pipeline", - "hris_employee", - "hris_group", - "hris_payslip", - "hris_timeoff", - "hris_company", - "hris_location", - "hris_device", - "hris_timeshift", - "hris_deduction", - "hris_benefit", - "hris_bankaccount", - "martech_list", - "martech_member", - "martech_campaign", - "martech_report", - "passthrough", - "ticketing_note", - "ticketing_ticket", - "ticketing_customer", - "ticketing_category", - "uc_contact", - "uc_call", - "uc_comment", - "uc_recording", - "enrich_person", - "enrich_company", - "storage_file", - "genai_model", - "genai_prompt", - "genai_embedding", - "messaging_message", - "messaging_channel", - "messaging_event", - "kms_space", - "kms_page", - "kms_comment", - "task_project", - "task_task", - "task_comment", - "task_change", - "scim_users", - "scim_groups", - "lms_course", - "lms_class", - "lms_student", - "lms_instructor", - "lms_content", - "lms_collection", - "lms_activity", - "repo_organization", - "repo_repository", - "repo_branch", - "repo_commit", - "repo_pullrequest", - "metadata_metadata", - "calendar_calendar", - "calendar_event", - "calendar_busy", - "calendar_link", - "calendar_recording", - "calendar_webinar", - "ads_organization", - "ads_ad", - "ads_campaign", - "ads_report", - "ads_group", - "ads_creative", - "ads_insertionorder", - "forms_form", - "forms_submission", - "shipping_carrier", - "shipping_rate", - "shipping_shipment", - "shipping_label", - "shipping_tracking" -]New value: +[ + "accounting_account", + "accounting_transaction", + "accounting_journal", + "accounting_contact", + "accounting_invoice", + "accounting_bill", + "accounting_creditmemo", + "accounting_taxrate", + "accounting_organization", + "accounting_order", + "accounting_salesorder", + "accounting_purchaseorder", + "accounting_report", + "accounting_balancesheet", + "accounting_profitloss", + "accounting_trialbalance", + "accounting_category", + "accounting_expense", + "accounting_cashflow", + "payment_payment", + "payment_link", + "payment_payout", + "payment_refund", + "payment_subscription", + "commerce_item", + "commerce_collection", + "commerce_inventory", + "commerce_location", + "commerce_review", + "commerce_saleschannel", + "commerce_itemvariant", + "commerce_reservation", + "commerce_availability", + "verification_package", + "verification_request", + "assessment_package", + "assessment_order", + "ats_activity", + "ats_application", + "ats_applicationstatus", + "ats_candidate", + "ats_document", + "ats_interview", + "ats_job", + "ats_scorecard", + "ats_company", + "crm_company", + "crm_contact", + "crm_deal", + "crm_event", + "crm_lead", + "crm_pipeline", + "crm_picklist", + "hris_employee", + "hris_group", + "hris_payslip", + "hris_timeoff", + "hris_company", + "hris_location", + "hris_device", + "hris_timeshift", + "hris_deduction", + "hris_benefit", + "hris_bankaccount", + "martech_list", + "martech_member", + "martech_campaign", + "martech_report", + "passthrough", + "ticketing_note", + "ticketing_ticket", + "ticketing_customer", + "ticketing_category", + "uc_contact", + "uc_call", + "uc_comment", + "uc_recording", + "enrich_person", + "enrich_company", + "storage_file", + "genai_model", + "genai_prompt", + "genai_embedding", + "messaging_message", + "messaging_channel", + "messaging_event", + "kms_space", + "kms_page", + "kms_comment", + "task_project", + "task_task", + "task_comment", + "task_change", + "scim_users", + "scim_groups", + "lms_course", + "lms_class", + "lms_student", + "lms_instructor", + "lms_content", + "lms_collection", + "lms_activity", + "repo_organization", + "repo_repository", + "repo_branch", + "repo_commit", + "repo_pullrequest", + "metadata_metadata", + "calendar_calendar", + "calendar_event", + "calendar_busy", + "calendar_link", + "calendar_recording", + "calendar_webinar", + "ads_organization", + "ads_ad", + "ads_campaign", + "ads_report", + "ads_group", + "ads_creative", + "ads_insertionorder", + "ads_target", + "ads_promoted", + "analytics_property", + "analytics_event", + "analytics_session", + "analytics_visitor", + "analytics_report", + "forms_form", + "forms_submission", + "shipping_carrier", + "shipping_rate", + "shipping_shipment", + "shipping_label", + "shipping_tracking", + "signing_document", + "signing_signatory", + "signing_template", + "clubs_group", + "clubs_member", + "clubs_activity", + "clubs_location", + "clubs_event", + "datastore_database", + "datastore_table", + "datastore_record", + "datastore_query" +]
1 tool update
- Added
get_unified_connection_mcp_url
19 tool updates
- Changed
create_unified_connection10 fields changed- added
Input schema / properties / auth / properties / user_id / descriptionAdded value: +"(reference to HrisEmployee)" - added
Input schema / properties / auth_azure_keyvault_idAdded value: +{ + "description": "the Azure Key Vault ID for the stored auth field", + "type": "string" +} - added
Input schema / properties / auth_gcp_secret_nameAdded value: +{ + "description": "the Google Cloud Secret Manager name for the stored auth field", + "type": "string" +} - added
Input schema / properties / auth_hashi_vault_pathAdded value: +{ + "description": "the HashiCorp Vault path for the stored auth field", + "type": "string" +} - changed
Input schema / properties / categories / items / enumPrevious 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" +] - removed
Input schema / properties / fieldsRemoved value: -{ - "description": "Comma-separated list of fields to include in the response", - "type": "string" -} - added
Input schema / properties / last_healthy_at / descriptionAdded value: +"(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)" - added
Input schema / properties / last_unhealthy_at / descriptionAdded value: +"(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)" - changed
Input schema / properties / permissions / items / enumPrevious 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" +] - added
Input schema / properties / workspace_id / descriptionAdded value: +"(reference to KmsSpace)"
- Added
create_unified_environment - Changed
create_unified_webhook4 fields changed- changed
Input schema / properties / checked_at / descriptionPrevious value: -"The last date/time that a check was done on this object"New value: +"The last date/time that a check was done on this object (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)" - changed
Input schema / properties / db_type / enumPrevious value: -[ - "mongodb", - "mysql", - "postgres", - "mssql", - "mariadb" -]New value: +[ + "mongodb", + "mysql", + "postgres", + "mssql", + "mariadb", + "supabase" +] - changed
Input schema / properties / object_type / enumPrevious value: -[ - "accounting_account", - "accounting_transaction", - "accounting_journal", - "accounting_contact", - "accounting_invoice", - "accounting_bill", - "accounting_creditmemo", - "accounting_taxrate", - "accounting_organization", - "accounting_order", - "accounting_salesorder", - "accounting_purchaseorder", - "accounting_report", - "accounting_balancesheet", - "accounting_profitloss", - "accounting_trialbalance", - "accounting_category", - "accounting_expense", - "payment_payment", - "payment_link", - "payment_payout", - "payment_refund", - "payment_subscription", - "commerce_item", - "commerce_collection", - "commerce_inventory", - "commerce_location", - "commerce_review", - "verification_package", - "verification_request", - "ats_activity", - "ats_application", - "ats_applicationstatus", - "ats_candidate", - "ats_document", - "ats_interview", - "ats_job", - "ats_scorecard", - "ats_company", - "crm_company", - "crm_contact", - "crm_deal", - "crm_event", - "crm_lead", - "crm_pipeline", - "hris_employee", - "hris_group", - "hris_payslip", - "hris_timeoff", - "hris_company", - "hris_location", - "hris_device", - "hris_timeshift", - "martech_list", - "martech_member", - "passthrough", - "ticketing_note", - "ticketing_ticket", - "ticketing_customer", - "ticketing_category", - "uc_contact", - "uc_call", - "uc_comment", - "uc_recording", - "enrich_person", - "enrich_company", - "storage_file", - "genai_model", - "genai_prompt", - "genai_embedding", - "messaging_message", - "messaging_channel", - "kms_space", - "kms_page", - "kms_comment", - "task_project", - "task_task", - "task_comment", - "task_change", - "scim_users", - "scim_groups", - "lms_course", - "lms_class", - "lms_student", - "lms_instructor", - "repo_organization", - "repo_repository", - "repo_branch", - "repo_commit", - "repo_pullrequest", - "metadata_metadata", - "calendar_calendar", - "calendar_event", - "calendar_busy", - "calendar_link", - "calendar_recording" -]New value: +[ + "accounting_account", + "accounting_transaction", + "accounting_journal", + "accounting_contact", + "accounting_invoice", + "accounting_bill", + "accounting_creditmemo", + "accounting_taxrate", + "accounting_organization", + "accounting_order", + "accounting_salesorder", + "accounting_purchaseorder", + "accounting_report", + "accounting_balancesheet", + "accounting_profitloss", + "accounting_trialbalance", + "accounting_category", + "accounting_expense", + "accounting_cashflow", + "payment_payment", + "payment_link", + "payment_payout", + "payment_refund", + "payment_subscription", + "commerce_item", + "commerce_collection", + "commerce_inventory", + "commerce_location", + "commerce_review", + "commerce_saleschannel", + "commerce_itemvariant", + "verification_package", + "verification_request", + "assessment_package", + "assessment_order", + "ats_activity", + "ats_application", + "ats_applicationstatus", + "ats_candidate", + "ats_document", + "ats_interview", + "ats_job", + "ats_scorecard", + "ats_company", + "crm_company", + "crm_contact", + "crm_deal", + "crm_event", + "crm_lead", + "crm_pipeline", + "hris_employee", + "hris_group", + "hris_payslip", + "hris_timeoff", + "hris_company", + "hris_location", + "hris_device", + "hris_timeshift", + "hris_deduction", + "hris_benefit", + "hris_bankaccount", + "martech_list", + "martech_member", + "martech_campaign", + "martech_report", + "passthrough", + "ticketing_note", + "ticketing_ticket", + "ticketing_customer", + "ticketing_category", + "uc_contact", + "uc_call", + "uc_comment", + "uc_recording", + "enrich_person", + "enrich_company", + "storage_file", + "genai_model", + "genai_prompt", + "genai_embedding", + "messaging_message", + "messaging_channel", + "messaging_event", + "kms_space", + "kms_page", + "kms_comment", + "task_project", + "task_task", + "task_comment", + "task_change", + "scim_users", + "scim_groups", + "lms_course", + "lms_class", + "lms_student", + "lms_instructor", + "lms_content", + "lms_collection", + "lms_activity", + "repo_organization", + "repo_repository", + "repo_branch", + "repo_commit", + "repo_pullrequest", + "metadata_metadata", + "calendar_calendar", + "calendar_event", + "calendar_busy", + "calendar_link", + "calendar_recording", + "calendar_webinar", + "ads_organization", + "ads_ad", + "ads_campaign", + "ads_report", + "ads_group", + "ads_creative", + "ads_insertionorder", + "forms_form", + "forms_submission", + "shipping_carrier", + "shipping_rate", + "shipping_shipment", + "shipping_label", + "shipping_tracking" +] - added
Input schema / properties / workspace_id / descriptionAdded value: +"(reference to KmsSpace)"
- Changed
get_unified_apicall1 field changed- removed
Input schema / properties / fieldsRemoved value: -{ - "description": "Comma-separated list of fields to include in the response", - "type": "string" -}
- Changed
get_unified_connection1 field changed- removed
Input schema / properties / fieldsRemoved value: -{ - "description": "Comma-separated list of fields to include in the response", - "type": "string" -}
- Changed
get_unified_issue1 field changed- removed
Input schema / properties / fieldsRemoved value: -{ - "description": "Comma-separated list of fields to include in the response", - "type": "string" -}
- Changed
get_unified_webhook1 field changed- removed
Input schema / properties / fieldsRemoved value: -{ - "description": "Comma-separated list of fields to include in the response", - "type": "string" -}
- Changed
list_unified_apicalls3 fields changed- removed
Input schema / properties / fieldsRemoved value: -{ - "description": "Comma-separated list of fields to include in the response", - "type": "string" -} - changed
Input schema / properties / type / enumPrevious value: -[ - "login", - "webhook", - "inbound" -]New value: +[ + "login", + "webhook", + "inbound", + "mcp" +] - changed
Input schema / properties / updated_gte / descriptionPrevious value: -"Return only results whose updated date is equal or greater to this value"New value: +"Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)"
- Changed
list_unified_connections3 fields changed- changed
Input schema / properties / categories / items / enumPrevious 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" +] - removed
Input schema / properties / fieldsRemoved value: -{ - "description": "Comma-separated list of fields to include in the response", - "type": "string" -} - changed
Input schema / properties / updated_gte / descriptionPrevious value: -"Return only results whose updated date is equal or greater to this value"New value: +"Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)"
- Added
list_unified_environments - Changed
list_unified_integrations3 fields changed- changed
Input schema / properties / categories / items / enumPrevious 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" +] - removed
Input schema / properties / fieldsRemoved value: -{ - "description": "Comma-separated list of fields to include in the response", - "type": "string" -} - added
Input schema / properties / updated_gte / descriptionAdded value: +"(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)"
- Changed
list_unified_issues2 fields changed- removed
Input schema / properties / fieldsRemoved value: -{ - "description": "Comma-separated list of fields to include in the response", - "type": "string" -} - changed
Input schema / properties / updated_gte / descriptionPrevious value: -"Return only results whose updated date is equal or greater to this value"New value: +"Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)"
- Changed
list_unified_webhooks3 fields changed- removed
Input schema / properties / fieldsRemoved value: -{ - "description": "Comma-separated list of fields to include in the response", - "type": "string" -} - changed
Input schema / properties / object / enumPrevious value: -[ - "accounting_account", - "accounting_transaction", - "accounting_journal", - "accounting_contact", - "accounting_invoice", - "accounting_bill", - "accounting_creditmemo", - "accounting_taxrate", - "accounting_organization", - "accounting_order", - "accounting_salesorder", - "accounting_purchaseorder", - "accounting_report", - "accounting_balancesheet", - "accounting_profitloss", - "accounting_trialbalance", - "accounting_category", - "accounting_expense", - "payment_payment", - "payment_link", - "payment_payout", - "payment_refund", - "payment_subscription", - "commerce_item", - "commerce_collection", - "commerce_inventory", - "commerce_location", - "commerce_review", - "verification_package", - "verification_request", - "ats_activity", - "ats_application", - "ats_applicationstatus", - "ats_candidate", - "ats_document", - "ats_interview", - "ats_job", - "ats_scorecard", - "ats_company", - "crm_company", - "crm_contact", - "crm_deal", - "crm_event", - "crm_lead", - "crm_pipeline", - "hris_employee", - "hris_group", - "hris_payslip", - "hris_timeoff", - "hris_company", - "hris_location", - "hris_device", - "hris_timeshift", - "martech_list", - "martech_member", - "passthrough", - "ticketing_note", - "ticketing_ticket", - "ticketing_customer", - "ticketing_category", - "uc_contact", - "uc_call", - "uc_comment", - "uc_recording", - "enrich_person", - "enrich_company", - "storage_file", - "genai_model", - "genai_prompt", - "genai_embedding", - "messaging_message", - "messaging_channel", - "kms_space", - "kms_page", - "kms_comment", - "task_project", - "task_task", - "task_comment", - "task_change", - "scim_users", - "scim_groups", - "lms_course", - "lms_class", - "lms_student", - "lms_instructor", - "repo_organization", - "repo_repository", - "repo_branch", - "repo_commit", - "repo_pullrequest", - "metadata_metadata", - "calendar_calendar", - "calendar_event", - "calendar_busy", - "calendar_link", - "calendar_recording" -]New value: +[ + "accounting_account", + "accounting_transaction", + "accounting_journal", + "accounting_contact", + "accounting_invoice", + "accounting_bill", + "accounting_creditmemo", + "accounting_taxrate", + "accounting_organization", + "accounting_order", + "accounting_salesorder", + "accounting_purchaseorder", + "accounting_report", + "accounting_balancesheet", + "accounting_profitloss", + "accounting_trialbalance", + "accounting_category", + "accounting_expense", + "accounting_cashflow", + "payment_payment", + "payment_link", + "payment_payout", + "payment_refund", + "payment_subscription", + "commerce_item", + "commerce_collection", + "commerce_inventory", + "commerce_location", + "commerce_review", + "commerce_saleschannel", + "commerce_itemvariant", + "verification_package", + "verification_request", + "assessment_package", + "assessment_order", + "ats_activity", + "ats_application", + "ats_applicationstatus", + "ats_candidate", + "ats_document", + "ats_interview", + "ats_job", + "ats_scorecard", + "ats_company", + "crm_company", + "crm_contact", + "crm_deal", + "crm_event", + "crm_lead", + "crm_pipeline", + "hris_employee", + "hris_group", + "hris_payslip", + "hris_timeoff", + "hris_company", + "hris_location", + "hris_device", + "hris_timeshift", + "hris_deduction", + "hris_benefit", + "hris_bankaccount", + "martech_list", + "martech_member", + "martech_campaign", + "martech_report", + "passthrough", + "ticketing_note", + "ticketing_ticket", + "ticketing_customer", + "ticketing_category", + "uc_contact", + "uc_call", + "uc_comment", + "uc_recording", + "enrich_person", + "enrich_company", + "storage_file", + "genai_model", + "genai_prompt", + "genai_embedding", + "messaging_message", + "messaging_channel", + "messaging_event", + "kms_space", + "kms_page", + "kms_comment", + "task_project", + "task_task", + "task_comment", + "task_change", + "scim_users", + "scim_groups", + "lms_course", + "lms_class", + "lms_student", + "lms_instructor", + "lms_content", + "lms_collection", + "lms_activity", + "repo_organization", + "repo_repository", + "repo_branch", + "repo_commit", + "repo_pullrequest", + "metadata_metadata", + "calendar_calendar", + "calendar_event", + "calendar_busy", + "calendar_link", + "calendar_recording", + "calendar_webinar", + "ads_organization", + "ads_ad", + "ads_campaign", + "ads_report", + "ads_group", + "ads_creative", + "ads_insertionorder", + "forms_form", + "forms_submission", + "shipping_carrier", + "shipping_rate", + "shipping_shipment", + "shipping_label", + "shipping_tracking" +] - changed
Input schema / properties / updated_gte / descriptionPrevious value: -"Return only results whose updated date is equal or greater to this value"New value: +"Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)"
- Changed
remove_unified_connection1 field changed- removed
Input schema / properties / fieldsRemoved value: -{ - "description": "Comma-separated list of fields to include in the response", - "type": "string" -}
- Added
remove_unified_environment - Changed
remove_unified_webhook1 field changed- removed
Input schema / properties / fieldsRemoved value: -{ - "description": "Comma-separated list of fields to include in the response", - "type": "string" -}
- Changed
update_unified_connection10 fields changed- added
Input schema / properties / auth / properties / user_id / descriptionAdded value: +"(reference to HrisEmployee)" - added
Input schema / properties / auth_azure_keyvault_idAdded value: +{ + "description": "the Azure Key Vault ID for the stored auth field", + "type": "string" +} - added
Input schema / properties / auth_gcp_secret_nameAdded value: +{ + "description": "the Google Cloud Secret Manager name for the stored auth field", + "type": "string" +} - added
Input schema / properties / auth_hashi_vault_pathAdded value: +{ + "description": "the HashiCorp Vault path for the stored auth field", + "type": "string" +} - changed
Input schema / properties / categories / items / enumPrevious 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" +] - removed
Input schema / properties / fieldsRemoved value: -{ - "description": "Comma-separated list of fields to include in the response", - "type": "string" -} - added
Input schema / properties / last_healthy_at / descriptionAdded value: +"(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)" - added
Input schema / properties / last_unhealthy_at / descriptionAdded value: +"(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)" - changed
Input schema / properties / permissions / items / enumPrevious 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" +] - added
Input schema / properties / workspace_id / descriptionAdded value: +"(reference to KmsSpace)"
- Changed
update_unified_webhook4 fields changed- changed
Input schema / properties / checked_at / descriptionPrevious value: -"The last date/time that a check was done on this object"New value: +"The last date/time that a check was done on this object (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)" - changed
Input schema / properties / db_type / enumPrevious value: -[ - "mongodb", - "mysql", - "postgres", - "mssql", - "mariadb" -]New value: +[ + "mongodb", + "mysql", + "postgres", + "mssql", + "mariadb", + "supabase" +] - changed
Input schema / properties / object_type / enumPrevious value: -[ - "accounting_account", - "accounting_transaction", - "accounting_journal", - "accounting_contact", - "accounting_invoice", - "accounting_bill", - "accounting_creditmemo", - "accounting_taxrate", - "accounting_organization", - "accounting_order", - "accounting_salesorder", - "accounting_purchaseorder", - "accounting_report", - "accounting_balancesheet", - "accounting_profitloss", - "accounting_trialbalance", - "accounting_category", - "accounting_expense", - "payment_payment", - "payment_link", - "payment_payout", - "payment_refund", - "payment_subscription", - "commerce_item", - "commerce_collection", - "commerce_inventory", - "commerce_location", - "commerce_review", - "verification_package", - "verification_request", - "ats_activity", - "ats_application", - "ats_applicationstatus", - "ats_candidate", - "ats_document", - "ats_interview", - "ats_job", - "ats_scorecard", - "ats_company", - "crm_company", - "crm_contact", - "crm_deal", - "crm_event", - "crm_lead", - "crm_pipeline", - "hris_employee", - "hris_group", - "hris_payslip", - "hris_timeoff", - "hris_company", - "hris_location", - "hris_device", - "hris_timeshift", - "martech_list", - "martech_member", - "passthrough", - "ticketing_note", - "ticketing_ticket", - "ticketing_customer", - "ticketing_category", - "uc_contact", - "uc_call", - "uc_comment", - "uc_recording", - "enrich_person", - "enrich_company", - "storage_file", - "genai_model", - "genai_prompt", - "genai_embedding", - "messaging_message", - "messaging_channel", - "kms_space", - "kms_page", - "kms_comment", - "task_project", - "task_task", - "task_comment", - "task_change", - "scim_users", - "scim_groups", - "lms_course", - "lms_class", - "lms_student", - "lms_instructor", - "repo_organization", - "repo_repository", - "repo_branch", - "repo_commit", - "repo_pullrequest", - "metadata_metadata", - "calendar_calendar", - "calendar_event", - "calendar_busy", - "calendar_link", - "calendar_recording" -]New value: +[ + "accounting_account", + "accounting_transaction", + "accounting_journal", + "accounting_contact", + "accounting_invoice", + "accounting_bill", + "accounting_creditmemo", + "accounting_taxrate", + "accounting_organization", + "accounting_order", + "accounting_salesorder", + "accounting_purchaseorder", + "accounting_report", + "accounting_balancesheet", + "accounting_profitloss", + "accounting_trialbalance", + "accounting_category", + "accounting_expense", + "accounting_cashflow", + "payment_payment", + "payment_link", + "payment_payout", + "payment_refund", + "payment_subscription", + "commerce_item", + "commerce_collection", + "commerce_inventory", + "commerce_location", + "commerce_review", + "commerce_saleschannel", + "commerce_itemvariant", + "verification_package", + "verification_request", + "assessment_package", + "assessment_order", + "ats_activity", + "ats_application", + "ats_applicationstatus", + "ats_candidate", + "ats_document", + "ats_interview", + "ats_job", + "ats_scorecard", + "ats_company", + "crm_company", + "crm_contact", + "crm_deal", + "crm_event", + "crm_lead", + "crm_pipeline", + "hris_employee", + "hris_group", + "hris_payslip", + "hris_timeoff", + "hris_company", + "hris_location", + "hris_device", + "hris_timeshift", + "hris_deduction", + "hris_benefit", + "hris_bankaccount", + "martech_list", + "martech_member", + "martech_campaign", + "martech_report", + "passthrough", + "ticketing_note", + "ticketing_ticket", + "ticketing_customer", + "ticketing_category", + "uc_contact", + "uc_call", + "uc_comment", + "uc_recording", + "enrich_person", + "enrich_company", + "storage_file", + "genai_model", + "genai_prompt", + "genai_embedding", + "messaging_message", + "messaging_channel", + "messaging_event", + "kms_space", + "kms_page", + "kms_comment", + "task_project", + "task_task", + "task_comment", + "task_change", + "scim_users", + "scim_groups", + "lms_course", + "lms_class", + "lms_student", + "lms_instructor", + "lms_content", + "lms_collection", + "lms_activity", + "repo_organization", + "repo_repository", + "repo_branch", + "repo_commit", + "repo_pullrequest", + "metadata_metadata", + "calendar_calendar", + "calendar_event", + "calendar_busy", + "calendar_link", + "calendar_recording", + "calendar_webinar", + "ads_organization", + "ads_ad", + "ads_campaign", + "ads_report", + "ads_group", + "ads_creative", + "ads_insertionorder", + "forms_form", + "forms_submission", + "shipping_carrier", + "shipping_rate", + "shipping_shipment", + "shipping_label", + "shipping_tracking" +] - added
Input schema / properties / workspace_id / descriptionAdded value: +"(reference to KmsSpace)"
- Changed
update_unified_webhook_trigger1 field changed- removed
Input schema / properties / fieldsRemoved value: -{ - "description": "Comma-separated list of fields to include in the response", - "type": "string" -}
16 tool updates
- First observed
create_unified_connection - First observed
create_unified_webhook - First observed
get_unified_apicall - First observed
get_unified_connection - First observed
get_unified_issue - First observed
get_unified_webhook - First observed
list_unified_apicalls - First observed
list_unified_connections - First observed
list_unified_integrations - First observed
list_unified_issues - First observed
list_unified_webhooks - First observed
remove_unified_connection - First observed
remove_unified_webhook - First observed
update_unified_connection - First observed
update_unified_webhook - First observed
update_unified_webhook_trigger
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceUnified AI Agent SaaS Connector & Multi-Provider Gateway connecting to 1,000+ SaaS platforms, vector databases, and 500+ LLM models via MCP, REST API, and CLI.-
- FlicenseNot gradedqualityCmaintenanceA single MCP server that exposes safe, permission-checked tools for AI assistants to reach file systems, databases, APIs, Git, cloud services, and business applications.-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to access a unified catalog of tools from various APIs (OpenAPI, GraphQL, MCP, Google Discovery) through the MCP protocol.MIT
- AlicenseNot gradedqualityDmaintenanceUnified MCP server with 46 tools for AI expert consultations, memory service integration (semantic search, knowledge graphs), workflow automation, and code sandboxing.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct resource (connection, environment, webhook, secrets manager, API call, issue, integration, docs) with a clear action. The only potential overlap (get_unified_connection vs get_unified_connection_mcp_url) is resolved by the MCP URL tool's specific purpose, leaving no ambiguity.
Most tools follow a verb_unified_noun pattern (e.g., create_unified_connection), but search_docs breaks the pattern (missing 'unified'). Additionally, there are singular/plural mismatches: 'apicall' vs 'apicalls' and 'workspace_secretsmanager' vs 'workspace_secretsmanagers'. These inconsistencies hurt predictability.
25 tools is on the higher side but reasonable for a comprehensive integration platform. Each tool earns its place covering CRUD for multiple resources. It is not excessive (under 30) and the scope justifies the count.
Core resources (connections, environments, webhooks, secrets) have full CRUD (create, read, update, delete). However, issues and API calls lack create/update/delete, and integrations only have list. Missing update for environment and secrets manager. This leaves notable gaps for issue management.