Skip to main content
Glama

Update webhook

update_unified_webhook
DestructiveIdempotent

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the webhook to update
metaNo
runsNoAn array of the most revent virtual webhook runs
eventYes
db_urlNo
fieldsNo
db_typeNo
filtersNo
is_betaNo
hook_urlNoThe URL of the webhook
intervalNoThe interval (in minutes) to check for updated/new objets
db_schemaNo
is_pausedNo
checked_atNoThe last date/time that a check was done on this object (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
is_healthyNo
environmentNo
object_typeYesThe object to return (eg
webhook_typeNo
workspace_idNo(reference to KmsSpace)
connection_idYes
db_name_prefixNo
page_max_limitNo
integration_typeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / object_type / enum
      Previous 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"
      -]New value: +[
      +  "accounting_account",
      +  "accounting_transaction",
      +  "accounting_journal",
      +  "accounting_contact",
      +  "accounting_invoice",
      +  "accounting_bill",
      +  "accounting_vendorcredit",
      +  "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",
      +  "hris_document",
      +  "hris_taxonomy",
      +  "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",
      +  "cdp_profile",
      +  "cdp_segment",
      +  "cdp_event",
      +  "cdp_source",
      +  "cdp_destination",
      +  "cdp_activation"
      +]
  2. Changed3 schema fields changed
    • changedInput schema / properties / db_type / enum
      Previous value: -[
      -  "mongodb",
      -  "mysql",
      -  "postgres",
      -  "mssql",
      -  "mariadb",
      -  "supabase"
      -]New value: +[
      +  "mongodb",
      +  "mysql",
      +  "postgres",
      +  "mssql",
      +  "mariadb",
      +  "supabase",
      +  "snowflake"
      +]
    • addedInput schema / properties / is_beta
      Added value: +{
      +  "type": "boolean"
      +}
    • changedInput schema / properties / object_type / enum
      Previous 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"
      +]
  3. Changed4 schema fields changed
    • changedInput schema / properties / checked_at / description
      Previous 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)"
    • changedInput schema / properties / db_type / enum
      Previous value: -[
      -  "mongodb",
      -  "mysql",
      -  "postgres",
      -  "mssql",
      -  "mariadb"
      -]New value: +[
      +  "mongodb",
      +  "mysql",
      +  "postgres",
      +  "mssql",
      +  "mariadb",
      +  "supabase"
      +]
    • changedInput schema / properties / object_type / enum
      Previous 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"
      +]
    • addedInput schema / properties / workspace_id / description
      Added value: +"(reference to KmsSpace)"
  4. First observed

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already disclose destructive and non-read-only behavior. The description adds that it returns the updated webhook record and points to create_unified_webhook for new records, which is useful. However, the claim 'Requires `id` and the fields to change' inaccurately reflects the required parameters in the schema (id, connection_id, object_type, event), misrepresenting the invocation constraints. It does not contradict annotations, hence score 3.

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

Conciseness4/5

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

The description is two sentences, front-loaded with the core action and outcome. It is efficient with no filler, but the 'Requires id and fields' part is slightly redundant and could be clearer. Overall it is well-structured and appropriately sized.

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

Completeness2/5

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

Given the tool's complexity (23 parameters, 4 required, no output schema, nested objects), the description is far from sufficient. It does not explain the request body structure, the meaning of required fields beyond id, the expected response format, or the scope (connected account). It also fails to address potential edge cases like partial updates or idempotency. The description is a minimal skeleton for a complex update operation.

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

Parameters1/5

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

With only 30% schema description coverage and 23 parameters, the description does not compensate. It only mentions 'id and the fields to change' without clarifying that connection_id, object_type, and event are required, nor what the many optional parameters mean or how they affect the update. The description adds almost no semantic value for parameter usage.

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

Purpose5/5

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

The description clearly states the action (update), the resource (webhook), identifies it by ID, and explicitly contrasts with create_unified_webhook for new webhooks. It is specific and distinguishes this tool from its create sibling, leaving no ambiguity about its purpose.

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

Usage Guidelines4/5

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

It provides a clear alternative (create_unified_webhook) for new webhooks, which is the primary usage distinction. However, it does not mention other closely related siblings like update_unified_webhook_trigger, nor does it explain when to use this tool versus alternative update mechanisms. The guidance is adequate but not exhaustive.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources