Skip to main content
Glama
harness

Harness MCP Server

Official
by harness

harness_delete

DestructiveIdempotent

Permanently delete a Harness resource by ID or URL. Extracts identifiers automatically from a Harness UI link to remove org, project, or account-scoped resources.

Instructions

Delete a Harness resource. You can pass a Harness URL to auto-extract identifiers. This is destructive and cannot be undone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoA Harness UI URL — org, project, resource type, ID, and supported resource_scope are extracted automatically
org_idNoOrganization identifier. Required for org- and project-scoped resources unless a Harness URL is passed. This session has no configured default (common in hosted/multi-user HTTP) — pass the current org_id on the first call. Do not omit it.
paramsNoAdditional identifiers for nested resources (e.g. pipeline_id for triggers/input sets, environment_id for infrastructure).
confirmNoSet to true to confirm the destructive operation. Required when the client cannot surface a confirmation prompt — e.g. managed MCP that does not advertise elicitation, or an elicitation that fails at runtime. Does NOT override an explicit decline from a client that completed an elicitation prompt — a user's decline is authoritative.
project_idNoProject identifier. Required for project-scoped resources unless a Harness URL is passed. This session has no configured default (common in hosted/multi-user HTTP) — pass the current project_id on the first call. Do not omit it.
resource_idNoThe identifier of the resource to delete. Optional when url contains the resource ID.
resource_typeYesThe type of resource to delete
resource_scopeNoScope for the operation. account: account-level resources only — do not use account to skip a known org/project. org: org-level (org_id). project: org+project. Omit to use the resource's default scope. Auto-detected from url when present.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
deletedYesWhether the resource was successfully deleted
detailsNoOptional API response payload (e.g. template-service delete body)
resource_idYesThe ID of the deleted resource
resource_typeYesThe type of resource that was deleted
version_labelNoDeleted template version label, when applicable

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv3.2.28
    • changedInput schema / properties / resource_type / enum
      Previous value: -[
      -  "agent",
      -  "branch",
      -  "chaos_action",
      -  "chaos_action_template",
      -  "chaos_experiment",
      -  "chaos_experiment_template",
      -  "chaos_fault",
      -  "chaos_fault_template",
      -  "chaos_guard_condition",
      -  "chaos_guard_rule",
      -  "chaos_hub",
      -  "chaos_input_set",
      -  "chaos_loadtest",
      -  "chaos_probe",
      -  "chaos_probe_template",
      -  "chaos_risk_scan",
      -  "chaos_service",
      -  "connector",
      -  "cost_budget",
      -  "cost_budget_group",
      -  "cost_category",
      -  "cost_perspective",
      -  "cost_perspective_folder",
      -  "database_instance",
      -  "database_schema",
      -  "delegate_token",
      -  "environment",
      -  "eval_annotation",
      -  "eval_dataset",
      -  "eval_dataset_item",
      -  "eval_metric",
      -  "eval_metric_set",
      -  "eval_metric_set_entry",
      -  "eval_registry_item",
      -  "eval_suite",
      -  "eval_suite_evaluation",
      -  "eval_target",
      -  "evaluation",
      -  "file_store",
      -  "fme_environment",
      -  "fme_feature_flag",
      -  "fme_feature_flag_definition",
      -  "fme_metric",
      -  "fme_rule_based_segment",
      -  "fme_segment",
      -  "fme_segment_definition",
      -  "freeze_window",
      -  "gitops_agent",
      -  "gitops_application",
      -  "gitops_applicationset",
      -  "gitops_cluster",
      -  "gitops_cluster_link",
      -  "gitops_repo_credential",
      -  "gitops_repository",
      -  "infrastructure",
      -  "input_set",
      -  "organization",
      -  "pipeline",
      -  "pipeline_v1",
      -  "policy",
      -  "policy_set",
      -  "pr_comment",
      -  "project",
      -  "release_activity",
      -  "release_process",
      -  "repo_rule",
      -  "resource_group",
      -  "role",
      -  "role_assignment",
      -  "service",
      -  "service_account",
      -  "service_override",
      -  "space_rule",
      -  "tag",
      -  "template",
      -  "template_v1",
      -  "trigger",
      -  "unit_metric",
      -  "user_group"
      -]New value: +[
      +  "agent",
      +  "ai_budget",
      +  "branch",
      +  "chaos_action",
      +  "chaos_action_template",
      +  "chaos_experiment",
      +  "chaos_experiment_template",
      +  "chaos_fault",
      +  "chaos_fault_template",
      +  "chaos_guard_condition",
      +  "chaos_guard_rule",
      +  "chaos_hub",
      +  "chaos_input_set",
      +  "chaos_loadtest",
      +  "chaos_probe",
      +  "chaos_probe_template",
      +  "chaos_risk_scan",
      +  "chaos_service",
      +  "connector",
      +  "cost_budget",
      +  "cost_budget_group",
      +  "cost_category",
      +  "cost_perspective",
      +  "cost_perspective_folder",
      +  "database_instance",
      +  "database_schema",
      +  "delegate_token",
      +  "environment",
      +  "eval_annotation",
      +  "eval_dataset",
      +  "eval_dataset_item",
      +  "eval_metric",
      +  "eval_metric_set",
      +  "eval_metric_set_entry",
      +  "eval_registry_item",
      +  "eval_suite",
      +  "eval_suite_evaluation",
      +  "eval_target",
      +  "evaluation",
      +  "file_store",
      +  "fme_environment",
      +  "fme_feature_flag",
      +  "fme_feature_flag_definition",
      +  "fme_metric",
      +  "fme_rule_based_segment",
      +  "fme_segment",
      +  "fme_segment_definition",
      +  "freeze_window",
      +  "gitops_agent",
      +  "gitops_application",
      +  "gitops_applicationset",
      +  "gitops_cluster",
      +  "gitops_cluster_link",
      +  "gitops_repo_credential",
      +  "gitops_repository",
      +  "infrastructure",
      +  "input_set",
      +  "organization",
      +  "pipeline",
      +  "pipeline_v1",
      +  "policy",
      +  "policy_set",
      +  "pr_comment",
      +  "project",
      +  "release_activity",
      +  "release_process",
      +  "repo_rule",
      +  "resource_group",
      +  "role",
      +  "role_assignment",
      +  "service",
      +  "service_account",
      +  "service_override",
      +  "space_rule",
      +  "tag",
      +  "template",
      +  "template_v1",
      +  "trigger",
      +  "unit_metric",
      +  "user_group"
      +]
  2. Changed1 schema field changedv3.2.27
    • changedInput schema / properties / resource_type / enum
      Previous value: -[
      -  "agent",
      -  "branch",
      -  "chaos_action",
      -  "chaos_action_template",
      -  "chaos_experiment",
      -  "chaos_experiment_template",
      -  "chaos_fault",
      -  "chaos_fault_template",
      -  "chaos_guard_condition",
      -  "chaos_guard_rule",
      -  "chaos_hub",
      -  "chaos_input_set",
      -  "chaos_loadtest",
      -  "chaos_probe",
      -  "chaos_probe_template",
      -  "chaos_risk_scan",
      -  "chaos_service",
      -  "connector",
      -  "cost_budget",
      -  "cost_budget_group",
      -  "cost_category",
      -  "cost_perspective",
      -  "cost_perspective_folder",
      -  "database_instance",
      -  "database_schema",
      -  "delegate_token",
      -  "environment",
      -  "eval_annotation",
      -  "eval_dataset",
      -  "eval_dataset_item",
      -  "eval_metric",
      -  "eval_metric_set",
      -  "eval_metric_set_entry",
      -  "eval_registry_item",
      -  "eval_suite",
      -  "eval_suite_evaluation",
      -  "eval_target",
      -  "evaluation",
      -  "file_store",
      -  "fme_environment",
      -  "fme_feature_flag",
      -  "fme_feature_flag_definition",
      -  "fme_rule_based_segment",
      -  "fme_segment",
      -  "fme_segment_definition",
      -  "freeze_window",
      -  "gitops_agent",
      -  "gitops_application",
      -  "gitops_applicationset",
      -  "gitops_cluster",
      -  "gitops_cluster_link",
      -  "gitops_repo_credential",
      -  "gitops_repository",
      -  "infrastructure",
      -  "input_set",
      -  "organization",
      -  "pipeline",
      -  "pipeline_v1",
      -  "policy",
      -  "policy_set",
      -  "pr_comment",
      -  "project",
      -  "release_activity",
      -  "release_process",
      -  "repo_rule",
      -  "resource_group",
      -  "role",
      -  "role_assignment",
      -  "service",
      -  "service_account",
      -  "service_override",
      -  "space_rule",
      -  "tag",
      -  "template",
      -  "template_v1",
      -  "trigger",
      -  "unit_metric",
      -  "user_group"
      -]New value: +[
      +  "agent",
      +  "branch",
      +  "chaos_action",
      +  "chaos_action_template",
      +  "chaos_experiment",
      +  "chaos_experiment_template",
      +  "chaos_fault",
      +  "chaos_fault_template",
      +  "chaos_guard_condition",
      +  "chaos_guard_rule",
      +  "chaos_hub",
      +  "chaos_input_set",
      +  "chaos_loadtest",
      +  "chaos_probe",
      +  "chaos_probe_template",
      +  "chaos_risk_scan",
      +  "chaos_service",
      +  "connector",
      +  "cost_budget",
      +  "cost_budget_group",
      +  "cost_category",
      +  "cost_perspective",
      +  "cost_perspective_folder",
      +  "database_instance",
      +  "database_schema",
      +  "delegate_token",
      +  "environment",
      +  "eval_annotation",
      +  "eval_dataset",
      +  "eval_dataset_item",
      +  "eval_metric",
      +  "eval_metric_set",
      +  "eval_metric_set_entry",
      +  "eval_registry_item",
      +  "eval_suite",
      +  "eval_suite_evaluation",
      +  "eval_target",
      +  "evaluation",
      +  "file_store",
      +  "fme_environment",
      +  "fme_feature_flag",
      +  "fme_feature_flag_definition",
      +  "fme_metric",
      +  "fme_rule_based_segment",
      +  "fme_segment",
      +  "fme_segment_definition",
      +  "freeze_window",
      +  "gitops_agent",
      +  "gitops_application",
      +  "gitops_applicationset",
      +  "gitops_cluster",
      +  "gitops_cluster_link",
      +  "gitops_repo_credential",
      +  "gitops_repository",
      +  "infrastructure",
      +  "input_set",
      +  "organization",
      +  "pipeline",
      +  "pipeline_v1",
      +  "policy",
      +  "policy_set",
      +  "pr_comment",
      +  "project",
      +  "release_activity",
      +  "release_process",
      +  "repo_rule",
      +  "resource_group",
      +  "role",
      +  "role_assignment",
      +  "service",
      +  "service_account",
      +  "service_override",
      +  "space_rule",
      +  "tag",
      +  "template",
      +  "template_v1",
      +  "trigger",
      +  "unit_metric",
      +  "user_group"
      +]
  3. Changed3 schema fields changedv3.2.22
    • changedInput schema / properties / org_id / description
      Previous value: -"Organization identifier (overrides default)"New value: +"Organization identifier. Required for org- and project-scoped resources unless a Harness URL is passed. This session has no configured default (common in hosted/multi-user HTTP) — pass the current org_id on the first call. Do not omit it."
    • changedInput schema / properties / project_id / description
      Previous value: -"Project identifier (overrides default)"New value: +"Project identifier. Required for project-scoped resources unless a Harness URL is passed. This session has no configured default (common in hosted/multi-user HTTP) — pass the current project_id on the first call. Do not omit it."
    • changedInput schema / properties / resource_scope / description
      Previous value: -"Scope for the operation. account: omit org/project (e.g. /v1/templates). org: org only. project: org+project. Auto-detected from url when present."New value: +"Scope for the operation. account: account-level resources only — do not use account to skip a known org/project. org: org-level (org_id). project: org+project. Omit to use the resource's default scope. Auto-detected from url when present."
  4. Changed1 schema field changedv3.2.21
    • changedInput schema / properties / resource_type / enum
      Previous value: -[
      -  "agent",
      -  "branch",
      -  "chaos_action",
      -  "chaos_action_template",
      -  "chaos_experiment",
      -  "chaos_experiment_template",
      -  "chaos_fault",
      -  "chaos_fault_template",
      -  "chaos_guard_condition",
      -  "chaos_guard_rule",
      -  "chaos_hub",
      -  "chaos_input_set",
      -  "chaos_loadtest",
      -  "chaos_probe",
      -  "chaos_probe_template",
      -  "chaos_risk_scan",
      -  "chaos_service",
      -  "connector",
      -  "cost_budget",
      -  "cost_budget_group",
      -  "cost_category",
      -  "cost_perspective",
      -  "cost_perspective_folder",
      -  "database_instance",
      -  "database_schema",
      -  "delegate_token",
      -  "environment",
      -  "eval_annotation",
      -  "eval_dataset",
      -  "eval_dataset_item",
      -  "eval_metric",
      -  "eval_metric_set",
      -  "eval_metric_set_entry",
      -  "eval_registry_item",
      -  "eval_suite",
      -  "eval_suite_evaluation",
      -  "eval_target",
      -  "evaluation",
      -  "file_store",
      -  "fme_feature_flag",
      -  "fme_rule_based_segment",
      -  "fme_segment",
      -  "fme_segment_definition",
      -  "freeze_window",
      -  "gitops_agent",
      -  "gitops_application",
      -  "gitops_applicationset",
      -  "gitops_cluster",
      -  "gitops_cluster_link",
      -  "gitops_repo_credential",
      -  "gitops_repository",
      -  "infrastructure",
      -  "input_set",
      -  "organization",
      -  "pipeline",
      -  "pipeline_v1",
      -  "policy",
      -  "policy_set",
      -  "pr_comment",
      -  "project",
      -  "repo_rule",
      -  "resource_group",
      -  "role",
      -  "role_assignment",
      -  "service",
      -  "service_account",
      -  "service_override",
      -  "space_rule",
      -  "tag",
      -  "template",
      -  "template_v1",
      -  "trigger",
      -  "unit_metric",
      -  "user_group"
      -]New value: +[
      +  "agent",
      +  "branch",
      +  "chaos_action",
      +  "chaos_action_template",
      +  "chaos_experiment",
      +  "chaos_experiment_template",
      +  "chaos_fault",
      +  "chaos_fault_template",
      +  "chaos_guard_condition",
      +  "chaos_guard_rule",
      +  "chaos_hub",
      +  "chaos_input_set",
      +  "chaos_loadtest",
      +  "chaos_probe",
      +  "chaos_probe_template",
      +  "chaos_risk_scan",
      +  "chaos_service",
      +  "connector",
      +  "cost_budget",
      +  "cost_budget_group",
      +  "cost_category",
      +  "cost_perspective",
      +  "cost_perspective_folder",
      +  "database_instance",
      +  "database_schema",
      +  "delegate_token",
      +  "environment",
      +  "eval_annotation",
      +  "eval_dataset",
      +  "eval_dataset_item",
      +  "eval_metric",
      +  "eval_metric_set",
      +  "eval_metric_set_entry",
      +  "eval_registry_item",
      +  "eval_suite",
      +  "eval_suite_evaluation",
      +  "eval_target",
      +  "evaluation",
      +  "file_store",
      +  "fme_environment",
      +  "fme_feature_flag",
      +  "fme_feature_flag_definition",
      +  "fme_rule_based_segment",
      +  "fme_segment",
      +  "fme_segment_definition",
      +  "freeze_window",
      +  "gitops_agent",
      +  "gitops_application",
      +  "gitops_applicationset",
      +  "gitops_cluster",
      +  "gitops_cluster_link",
      +  "gitops_repo_credential",
      +  "gitops_repository",
      +  "infrastructure",
      +  "input_set",
      +  "organization",
      +  "pipeline",
      +  "pipeline_v1",
      +  "policy",
      +  "policy_set",
      +  "pr_comment",
      +  "project",
      +  "release_activity",
      +  "release_process",
      +  "repo_rule",
      +  "resource_group",
      +  "role",
      +  "role_assignment",
      +  "service",
      +  "service_account",
      +  "service_override",
      +  "space_rule",
      +  "tag",
      +  "template",
      +  "template_v1",
      +  "trigger",
      +  "unit_metric",
      +  "user_group"
      +]
  5. Changed1 schema field changedv3.2.20
    • changedInput schema / properties / resource_type / enum
      Previous value: -[
      -  "agent",
      -  "branch",
      -  "chaos_action",
      -  "chaos_action_template",
      -  "chaos_experiment",
      -  "chaos_experiment_template",
      -  "chaos_fault",
      -  "chaos_fault_template",
      -  "chaos_guard_condition",
      -  "chaos_guard_rule",
      -  "chaos_hub",
      -  "chaos_input_set",
      -  "chaos_loadtest",
      -  "chaos_probe",
      -  "chaos_probe_template",
      -  "chaos_risk_scan",
      -  "connector",
      -  "cost_category",
      -  "cost_perspective",
      -  "cost_perspective_folder",
      -  "database_instance",
      -  "database_schema",
      -  "delegate_token",
      -  "environment",
      -  "eval_annotation",
      -  "eval_dataset",
      -  "eval_dataset_item",
      -  "eval_metric",
      -  "eval_metric_set",
      -  "eval_metric_set_entry",
      -  "eval_registry_item",
      -  "eval_suite",
      -  "eval_suite_evaluation",
      -  "eval_target",
      -  "evaluation",
      -  "file_store",
      -  "fme_feature_flag",
      -  "fme_rule_based_segment",
      -  "freeze_window",
      -  "gitops_agent",
      -  "gitops_application",
      -  "gitops_applicationset",
      -  "gitops_cluster",
      -  "gitops_cluster_link",
      -  "gitops_repo_credential",
      -  "gitops_repository",
      -  "infrastructure",
      -  "input_set",
      -  "organization",
      -  "pipeline",
      -  "pipeline_v1",
      -  "policy",
      -  "policy_set",
      -  "pr_comment",
      -  "project",
      -  "repo_rule",
      -  "resource_group",
      -  "role",
      -  "role_assignment",
      -  "service",
      -  "service_account",
      -  "service_override",
      -  "space_rule",
      -  "tag",
      -  "template",
      -  "template_v1",
      -  "trigger",
      -  "unit_metric",
      -  "user_group"
      -]New value: +[
      +  "agent",
      +  "branch",
      +  "chaos_action",
      +  "chaos_action_template",
      +  "chaos_experiment",
      +  "chaos_experiment_template",
      +  "chaos_fault",
      +  "chaos_fault_template",
      +  "chaos_guard_condition",
      +  "chaos_guard_rule",
      +  "chaos_hub",
      +  "chaos_input_set",
      +  "chaos_loadtest",
      +  "chaos_probe",
      +  "chaos_probe_template",
      +  "chaos_risk_scan",
      +  "chaos_service",
      +  "connector",
      +  "cost_budget",
      +  "cost_budget_group",
      +  "cost_category",
      +  "cost_perspective",
      +  "cost_perspective_folder",
      +  "database_instance",
      +  "database_schema",
      +  "delegate_token",
      +  "environment",
      +  "eval_annotation",
      +  "eval_dataset",
      +  "eval_dataset_item",
      +  "eval_metric",
      +  "eval_metric_set",
      +  "eval_metric_set_entry",
      +  "eval_registry_item",
      +  "eval_suite",
      +  "eval_suite_evaluation",
      +  "eval_target",
      +  "evaluation",
      +  "file_store",
      +  "fme_feature_flag",
      +  "fme_rule_based_segment",
      +  "fme_segment",
      +  "fme_segment_definition",
      +  "freeze_window",
      +  "gitops_agent",
      +  "gitops_application",
      +  "gitops_applicationset",
      +  "gitops_cluster",
      +  "gitops_cluster_link",
      +  "gitops_repo_credential",
      +  "gitops_repository",
      +  "infrastructure",
      +  "input_set",
      +  "organization",
      +  "pipeline",
      +  "pipeline_v1",
      +  "policy",
      +  "policy_set",
      +  "pr_comment",
      +  "project",
      +  "repo_rule",
      +  "resource_group",
      +  "role",
      +  "role_assignment",
      +  "service",
      +  "service_account",
      +  "service_override",
      +  "space_rule",
      +  "tag",
      +  "template",
      +  "template_v1",
      +  "trigger",
      +  "unit_metric",
      +  "user_group"
      +]
  6. Changed1 schema field changedv3.2.17
    • changedInput schema / properties / resource_type / enum
      Previous value: -[
      -  "agent",
      -  "branch",
      -  "chaos_action",
      -  "chaos_action_template",
      -  "chaos_experiment",
      -  "chaos_experiment_template",
      -  "chaos_fault",
      -  "chaos_fault_template",
      -  "chaos_guard_condition",
      -  "chaos_guard_rule",
      -  "chaos_hub",
      -  "chaos_input_set",
      -  "chaos_loadtest",
      -  "chaos_probe",
      -  "chaos_probe_template",
      -  "connector",
      -  "cost_category",
      -  "cost_perspective",
      -  "cost_perspective_folder",
      -  "database_instance",
      -  "database_schema",
      -  "delegate_token",
      -  "environment",
      -  "eval_annotation",
      -  "eval_dataset",
      -  "eval_dataset_item",
      -  "eval_metric",
      -  "eval_metric_set",
      -  "eval_metric_set_entry",
      -  "eval_registry_item",
      -  "eval_suite",
      -  "eval_suite_evaluation",
      -  "eval_target",
      -  "evaluation",
      -  "file_store",
      -  "fme_feature_flag",
      -  "fme_rule_based_segment",
      -  "freeze_window",
      -  "gitops_agent",
      -  "gitops_application",
      -  "gitops_applicationset",
      -  "gitops_cluster",
      -  "gitops_cluster_link",
      -  "gitops_repo_credential",
      -  "gitops_repository",
      -  "infrastructure",
      -  "input_set",
      -  "organization",
      -  "pipeline",
      -  "pipeline_v1",
      -  "policy",
      -  "policy_set",
      -  "pr_comment",
      -  "project",
      -  "repo_rule",
      -  "resource_group",
      -  "role",
      -  "role_assignment",
      -  "service",
      -  "service_account",
      -  "service_override",
      -  "space_rule",
      -  "tag",
      -  "template",
      -  "template_v1",
      -  "trigger",
      -  "unit_metric",
      -  "user_group"
      -]New value: +[
      +  "agent",
      +  "branch",
      +  "chaos_action",
      +  "chaos_action_template",
      +  "chaos_experiment",
      +  "chaos_experiment_template",
      +  "chaos_fault",
      +  "chaos_fault_template",
      +  "chaos_guard_condition",
      +  "chaos_guard_rule",
      +  "chaos_hub",
      +  "chaos_input_set",
      +  "chaos_loadtest",
      +  "chaos_probe",
      +  "chaos_probe_template",
      +  "chaos_risk_scan",
      +  "connector",
      +  "cost_category",
      +  "cost_perspective",
      +  "cost_perspective_folder",
      +  "database_instance",
      +  "database_schema",
      +  "delegate_token",
      +  "environment",
      +  "eval_annotation",
      +  "eval_dataset",
      +  "eval_dataset_item",
      +  "eval_metric",
      +  "eval_metric_set",
      +  "eval_metric_set_entry",
      +  "eval_registry_item",
      +  "eval_suite",
      +  "eval_suite_evaluation",
      +  "eval_target",
      +  "evaluation",
      +  "file_store",
      +  "fme_feature_flag",
      +  "fme_rule_based_segment",
      +  "freeze_window",
      +  "gitops_agent",
      +  "gitops_application",
      +  "gitops_applicationset",
      +  "gitops_cluster",
      +  "gitops_cluster_link",
      +  "gitops_repo_credential",
      +  "gitops_repository",
      +  "infrastructure",
      +  "input_set",
      +  "organization",
      +  "pipeline",
      +  "pipeline_v1",
      +  "policy",
      +  "policy_set",
      +  "pr_comment",
      +  "project",
      +  "repo_rule",
      +  "resource_group",
      +  "role",
      +  "role_assignment",
      +  "service",
      +  "service_account",
      +  "service_override",
      +  "space_rule",
      +  "tag",
      +  "template",
      +  "template_v1",
      +  "trigger",
      +  "unit_metric",
      +  "user_group"
      +]
  7. Changed1 schema field changedv3.2.16
    • changedInput schema / properties / resource_type / enum
      Previous value: -[
      -  "agent",
      -  "branch",
      -  "chaos_action",
      -  "chaos_action_template",
      -  "chaos_experiment",
      -  "chaos_experiment_template",
      -  "chaos_fault",
      -  "chaos_fault_template",
      -  "chaos_guard_condition",
      -  "chaos_guard_rule",
      -  "chaos_hub",
      -  "chaos_input_set",
      -  "chaos_loadtest",
      -  "chaos_probe",
      -  "chaos_probe_template",
      -  "connector",
      -  "cost_category",
      -  "cost_perspective",
      -  "cost_perspective_folder",
      -  "database_instance",
      -  "database_schema",
      -  "delegate_token",
      -  "environment",
      -  "eval_annotation",
      -  "eval_dataset",
      -  "eval_dataset_item",
      -  "eval_metric",
      -  "eval_metric_set",
      -  "eval_metric_set_entry",
      -  "eval_registry_item",
      -  "eval_suite",
      -  "eval_suite_evaluation",
      -  "eval_target",
      -  "evaluation",
      -  "file_store",
      -  "fme_feature_flag",
      -  "fme_rule_based_segment",
      -  "freeze_window",
      -  "gitops_cluster_link",
      -  "infrastructure",
      -  "input_set",
      -  "organization",
      -  "pipeline",
      -  "pipeline_v1",
      -  "policy",
      -  "policy_set",
      -  "pr_comment",
      -  "project",
      -  "repo_rule",
      -  "resource_group",
      -  "role",
      -  "role_assignment",
      -  "service",
      -  "service_account",
      -  "service_override",
      -  "space_rule",
      -  "tag",
      -  "template",
      -  "template_v1",
      -  "trigger",
      -  "unit_metric",
      -  "user_group"
      -]New value: +[
      +  "agent",
      +  "branch",
      +  "chaos_action",
      +  "chaos_action_template",
      +  "chaos_experiment",
      +  "chaos_experiment_template",
      +  "chaos_fault",
      +  "chaos_fault_template",
      +  "chaos_guard_condition",
      +  "chaos_guard_rule",
      +  "chaos_hub",
      +  "chaos_input_set",
      +  "chaos_loadtest",
      +  "chaos_probe",
      +  "chaos_probe_template",
      +  "connector",
      +  "cost_category",
      +  "cost_perspective",
      +  "cost_perspective_folder",
      +  "database_instance",
      +  "database_schema",
      +  "delegate_token",
      +  "environment",
      +  "eval_annotation",
      +  "eval_dataset",
      +  "eval_dataset_item",
      +  "eval_metric",
      +  "eval_metric_set",
      +  "eval_metric_set_entry",
      +  "eval_registry_item",
      +  "eval_suite",
      +  "eval_suite_evaluation",
      +  "eval_target",
      +  "evaluation",
      +  "file_store",
      +  "fme_feature_flag",
      +  "fme_rule_based_segment",
      +  "freeze_window",
      +  "gitops_agent",
      +  "gitops_application",
      +  "gitops_applicationset",
      +  "gitops_cluster",
      +  "gitops_cluster_link",
      +  "gitops_repo_credential",
      +  "gitops_repository",
      +  "infrastructure",
      +  "input_set",
      +  "organization",
      +  "pipeline",
      +  "pipeline_v1",
      +  "policy",
      +  "policy_set",
      +  "pr_comment",
      +  "project",
      +  "repo_rule",
      +  "resource_group",
      +  "role",
      +  "role_assignment",
      +  "service",
      +  "service_account",
      +  "service_override",
      +  "space_rule",
      +  "tag",
      +  "template",
      +  "template_v1",
      +  "trigger",
      +  "unit_metric",
      +  "user_group"
      +]
  8. First observedv3.2.10

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare destructiveHint=true, and the description reinforces this with 'This is destructive and cannot be undone,' adding the irreversibility nuance beyond the annotation. It also discloses the URL auto-extraction behavior. The confirm parameter description further enriches transparency by noting a user's explicit decline is authoritative, which is a valuable behavioral caveat not captured by any annotation. No contradiction with annotations.

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

Conciseness5/5

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

Three short sentences, each earning its place: the core action, the URL convenience mode, and the destruction warning. Front-loaded with the verb and resource. No filler or repetition of schema content.

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

Completeness4/5

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

For a complex destructive tool with 8 parameters, 2 enums, and nested objects, the description is short — but the schema carries full detail at 100% coverage and the output schema exists, so return-value explanation is unnecessary. The safety profile is handled by both annotations and the description's irreversibility warning. The only minor gap is lack of explicit sibling differentiation, but this does not leave an agent unable to call it correctly.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline of 3 applies. The description does add one piece of param-level meaning — that url auto-extracts identifiers — but all eight parameters already carry rich schema descriptions (requirements, defaults, scope semantics). The description does not need to compensate for any coverage gap.

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?

States a specific verb (delete) and resource (Harness resource), and adds a distinctive capability: passing a URL to auto-extract identifiers. This clearly separates it from siblings like harness_create, harness_update, and harness_get, which are the obvious alternatives an agent might confuse it with.

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

Usage Guidelines3/5

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

The main description gives no explicit when-to-use guidance or sibling exclusions. However, the parameter descriptions provide meaningful context: org_id/project_id note they are required unless a URL is passed, and confirm explains when confirmation is mandatory (managed MCP without elicitation or elicitation failure). This is useful operational guidance, but it is buried in the schema rather than surfaced in the description itself, and no alternative tools are named.

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