Skip to main content
Glama

List webhooks

list_unified_webhooks
Read-onlyIdempotent

List webhooks from the connected account. Returns an array of webhook records. Supports filtering by updated_gte, sort, order, object, integration_type, connection_id, created_lte, env, and pagination. Use to browse or search many webhooks; to fetch a single webhook by its ID, use get_unified_webhook.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
envNo
sortNo
limitNoMaximum number of results to return in one page (default 100)
orderNo
objectNoFilter the results for webhooks for only this object
offsetNoNumber of results to skip, for pagination (default 0)
created_lteNoReturn only results whose created date is equal or less to this value
updated_gteNoReturn only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
connection_idNoFilter the results to just this integration
integration_typeNoFilter the results to just this integration

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / limit / description
      Added value: +"Maximum number of results to return in one page (default 100)"
    • addedInput schema / properties / offset / description
      Added value: +"Number of results to skip, for pagination (default 0)"
  2. Changed1 schema field changed
    • changedInput schema / properties / object / 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"
      +]
  3. Changed1 schema field changed
    • changedInput schema / properties / object / 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"
      +]
  4. Changed3 schema fields changed
    • removedInput schema / properties / fields
      Removed value: -{
      -  "description": "Comma-separated list of fields to include in the response",
      -  "type": "string"
      -}
    • changedInput schema / properties / object / 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"
      +]
    • changedInput schema / properties / updated_gte / description
      Previous 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)"
  5. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare the operation as read-only, open-world, idempotent, and non-destructive. The description adds useful context beyond that by stating the return shape ('Returns an array of webhook records') and the scope ('from the connected account'). It does not mention pagination mechanics or rate limits, but the schema covers pagination parameters.

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

Conciseness5/5

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

Three tightly packed sentences: the first states the core action, the second summarizes output and filtering options, and the third provides routing guidance. No filler or redundant repetition of schema details.

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

Completeness5/5

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

The description is sufficient for an agent to invoke the tool: it states the resource scope, output type, available filters, and the sibling tool for single-record access. Pagination and defaults are captured in the schema, and the read-only safety profile is fully covered by annotations.

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

Parameters3/5

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

Schema coverage is 70%, and the remaining uncovered parameters (env, sort, order) are mentioned in the description as supported filters but not explicitly explained. The description consolidates the filter options and pagination support, which helps agents recognize the tool's capabilities, but it does not add substantial meaning beyond the schema for most parameters.

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 states the specific action 'List webhooks' and the resource, and explicitly identifies the scope as 'from the connected account'. It also distinguishes itself from `get_unified_webhook` by framing this as browsing/seaching many webhooks rather than fetching a single one.

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

Usage Guidelines5/5

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

It gives direct usage guidance: 'Use to browse or search many webhooks' and explicitly names the alternative for a single webhook lookup: `get_unified_webhook`. This tells the agent when to choose this tool versus its sibling without ambiguity.

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