Skip to main content
Glama
harness

Harness MCP Server

Official
by harness

harness_get

Read-only

Fetch a Harness resource by ID or UI URL, with org, project, and type auto-extracted from the link. Returns configuration details for pipelines, services, connectors, and other resources.

Instructions

Get a Harness resource by ID. Accepts a Harness URL to auto-extract identifiers. For failure analysis, prefer harness_diagnose.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoHarness UI URL — auto-extracts org, project, type, and ID
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. Call harness_describe for fields per resource_type.
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_idNoPrimary resource identifier. Auto-detected from url.
resource_typeNoResource type to retrieve. Auto-detected from url.
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.
return_download_urlNoFor execution_log only: return a directly fetchable log download URL instead of buffering log content.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed4 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 to query. Use account for account-level resources and to omit org/project defaults; org injects only org; project injects org+project. Auto-detected from url."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."
    • changedInput schema / properties / resource_type / enum
      Previous value: -[
      -  "agent",
      -  "artifact_security",
      -  "attestation",
      -  "audit_event",
      -  "branch",
      -  "chaos_action",
      -  "chaos_action_template",
      -  "chaos_application_map",
      -  "chaos_component_variable",
      -  "chaos_experiment",
      -  "chaos_experiment_run",
      -  "chaos_experiment_template",
      -  "chaos_fault",
      -  "chaos_fault_template",
      -  "chaos_guard_condition",
      -  "chaos_guard_rule",
      -  "chaos_hub",
      -  "chaos_input_set",
      -  "chaos_k8s_infrastructure",
      -  "chaos_loadtest",
      -  "chaos_probe",
      -  "chaos_probe_template",
      -  "chaos_recommendation",
      -  "chaos_risk",
      -  "chaos_risk_rule",
      -  "chaos_risk_scan",
      -  "chaos_service",
      -  "code_repo_security",
      -  "commit",
      -  "connector",
      -  "cost_account_overview",
      -  "cost_anomaly_drilldown",
      -  "cost_anomaly_summary",
      -  "cost_budget",
      -  "cost_budget_group",
      -  "cost_budget_variance",
      -  "cost_category",
      -  "cost_commitment",
      -  "cost_perspective",
      -  "cost_perspective_folder",
      -  "cost_recommendation",
      -  "cost_recommendation_count",
      -  "cost_recommendation_detail",
      -  "cost_recommendation_filter",
      -  "cost_recommendation_stats",
      -  "cost_summary",
      -  "dashboard_data",
      -  "database_changeset_existence",
      -  "database_default_authoring_instance",
      -  "database_instance",
      -  "database_llm_authoring_pipeline",
      -  "database_schema",
      -  "database_snapshot_object",
      -  "delegate_token",
      -  "deploy",
      -  "environment",
      -  "eval_analytics",
      -  "eval_annotation",
      -  "eval_dataset",
      -  "eval_dataset_item",
      -  "eval_git_settings",
      -  "eval_metric",
      -  "eval_metric_set",
      -  "eval_registry_item",
      -  "eval_run",
      -  "eval_suite",
      -  "eval_suite_run",
      -  "eval_target",
      -  "evaluation",
      -  "execution",
      -  "execution_inputs",
      -  "execution_log",
      -  "file_content",
      -  "file_store",
      -  "fme_environment",
      -  "fme_feature_flag",
      -  "fme_feature_flag_definition",
      -  "fme_rule_based_segment",
      -  "fme_segment",
      -  "fme_segment_definition",
      -  "fme_standard_segment",
      -  "freeze_window",
      -  "gitops_agent",
      -  "gitops_app_resource_tree",
      -  "gitops_application",
      -  "gitops_applicationset",
      -  "gitops_cluster",
      -  "gitops_dashboard",
      -  "gitops_pod_log",
      -  "gitops_repo_credential",
      -  "gitops_repository",
      -  "global_freeze",
      -  "iacm_module",
      -  "iacm_provider",
      -  "iacm_variable_set",
      -  "iacm_workspace",
      -  "idp_entity",
      -  "idp_score_summary",
      -  "incident",
      -  "infrastructure",
      -  "input_set",
      -  "kg_grammar",
      -  "kg_related_type",
      -  "kg_type",
      -  "organization",
      -  "pipeline",
      -  "pipeline_summary",
      -  "pipeline_v1",
      -  "policy",
      -  "policy_evaluation",
      -  "policy_set",
      -  "project",
      -  "pull_request",
      -  "registry",
      -  "release",
      -  "release_activity",
      -  "release_execution_activity_input",
      -  "release_execution_activity_output",
      -  "release_execution_phase_input",
      -  "release_execution_phase_output",
      -  "release_input",
      -  "release_process",
      -  "repo_rule",
      -  "repository",
      -  "resource_group",
      -  "role",
      -  "runtime_input_template",
      -  "scanned_risk",
      -  "scorecard",
      -  "scorecard_check",
      -  "scorecard_check_stats",
      -  "scorecard_stats",
      -  "scs_artifact_remediation",
      -  "scs_auto_pr_config",
      -  "scs_bom_violation",
      -  "scs_chain_of_custody",
      -  "scs_component_dependencies",
      -  "scs_component_enrichment",
      -  "scs_component_remediation",
      -  "scs_oss_risk_summary",
      -  "scs_project_security_overview",
      -  "scs_sbom",
      -  "secret",
      -  "sei_ai_adoption",
      -  "sei_ai_impact",
      -  "sei_ai_usage",
      -  "sei_business_alignment",
      -  "sei_dora_metric",
      -  "sei_org_tree",
      -  "sei_org_tree_detail",
      -  "sei_productivity_metric",
      -  "sei_team",
      -  "service",
      -  "service_account",
      -  "service_override",
      -  "space_rule",
      -  "template",
      -  "template_v1",
      -  "trigger",
      -  "unit_metric",
      -  "user",
      -  "user_group"
      -]New value: +[
      +  "agent",
      +  "alert",
      +  "artifact_security",
      +  "attestation",
      +  "audit_event",
      +  "branch",
      +  "chaos_action",
      +  "chaos_action_template",
      +  "chaos_application_map",
      +  "chaos_component_variable",
      +  "chaos_experiment",
      +  "chaos_experiment_run",
      +  "chaos_experiment_template",
      +  "chaos_fault",
      +  "chaos_fault_template",
      +  "chaos_guard_condition",
      +  "chaos_guard_rule",
      +  "chaos_hub",
      +  "chaos_input_set",
      +  "chaos_k8s_infrastructure",
      +  "chaos_loadtest",
      +  "chaos_probe",
      +  "chaos_probe_template",
      +  "chaos_recommendation",
      +  "chaos_risk",
      +  "chaos_risk_rule",
      +  "chaos_risk_scan",
      +  "chaos_service",
      +  "code_repo_security",
      +  "commit",
      +  "connector",
      +  "cost_account_overview",
      +  "cost_anomaly_drilldown",
      +  "cost_anomaly_summary",
      +  "cost_budget",
      +  "cost_budget_group",
      +  "cost_budget_variance",
      +  "cost_category",
      +  "cost_commitment",
      +  "cost_perspective",
      +  "cost_perspective_folder",
      +  "cost_recommendation",
      +  "cost_recommendation_count",
      +  "cost_recommendation_detail",
      +  "cost_recommendation_filter",
      +  "cost_recommendation_stats",
      +  "cost_summary",
      +  "dashboard_data",
      +  "database_changeset_existence",
      +  "database_default_authoring_instance",
      +  "database_instance",
      +  "database_llm_authoring_pipeline",
      +  "database_schema",
      +  "database_snapshot_object",
      +  "delegate_token",
      +  "deploy",
      +  "environment",
      +  "eval_analytics",
      +  "eval_annotation",
      +  "eval_dataset",
      +  "eval_dataset_item",
      +  "eval_git_settings",
      +  "eval_metric",
      +  "eval_metric_set",
      +  "eval_registry_item",
      +  "eval_run",
      +  "eval_suite",
      +  "eval_suite_run",
      +  "eval_target",
      +  "evaluation",
      +  "execution",
      +  "execution_inputs",
      +  "execution_log",
      +  "file_content",
      +  "file_store",
      +  "fme_environment",
      +  "fme_feature_flag",
      +  "fme_feature_flag_definition",
      +  "fme_rule_based_segment",
      +  "fme_segment",
      +  "fme_segment_definition",
      +  "fme_standard_segment",
      +  "freeze_window",
      +  "gitops_agent",
      +  "gitops_app_resource_tree",
      +  "gitops_application",
      +  "gitops_applicationset",
      +  "gitops_cluster",
      +  "gitops_dashboard",
      +  "gitops_pod_log",
      +  "gitops_repo_credential",
      +  "gitops_repository",
      +  "global_freeze",
      +  "iacm_module",
      +  "iacm_provider",
      +  "iacm_variable_set",
      +  "iacm_workspace",
      +  "idp_entity",
      +  "idp_score_summary",
      +  "incident",
      +  "infrastructure",
      +  "input_set",
      +  "kg_grammar",
      +  "kg_related_type",
      +  "kg_type",
      +  "organization",
      +  "pipeline",
      +  "pipeline_summary",
      +  "pipeline_v1",
      +  "policy",
      +  "policy_evaluation",
      +  "policy_set",
      +  "project",
      +  "pull_request",
      +  "registry",
      +  "release",
      +  "release_activity",
      +  "release_execution_activity_input",
      +  "release_execution_activity_output",
      +  "release_execution_phase_input",
      +  "release_execution_phase_output",
      +  "release_input",
      +  "release_process",
      +  "repo_rule",
      +  "repository",
      +  "resource_group",
      +  "role",
      +  "runtime_input_template",
      +  "scanned_risk",
      +  "scorecard",
      +  "scorecard_check",
      +  "scorecard_check_stats",
      +  "scorecard_stats",
      +  "scs_artifact_remediation",
      +  "scs_auto_pr_config",
      +  "scs_bom_violation",
      +  "scs_chain_of_custody",
      +  "scs_component_dependencies",
      +  "scs_component_enrichment",
      +  "scs_component_remediation",
      +  "scs_oss_risk_summary",
      +  "scs_project_security_overview",
      +  "scs_sbom",
      +  "secret",
      +  "sei_ai_adoption",
      +  "sei_ai_impact",
      +  "sei_ai_usage",
      +  "sei_business_alignment",
      +  "sei_dora_metric",
      +  "sei_org_tree",
      +  "sei_org_tree_detail",
      +  "sei_productivity_metric",
      +  "sei_team",
      +  "service",
      +  "service_account",
      +  "service_override",
      +  "space_rule",
      +  "template",
      +  "template_v1",
      +  "trigger",
      +  "unit_metric",
      +  "user",
      +  "user_group"
      +]
  2. Changed1 schema field changedv3.2.21
    • changedInput schema / properties / resource_type / enum
      Previous value: -[
      -  "agent",
      -  "artifact_security",
      -  "attestation",
      -  "audit_event",
      -  "branch",
      -  "chaos_action",
      -  "chaos_action_template",
      -  "chaos_application_map",
      -  "chaos_component_variable",
      -  "chaos_experiment",
      -  "chaos_experiment_run",
      -  "chaos_experiment_template",
      -  "chaos_fault",
      -  "chaos_fault_template",
      -  "chaos_guard_condition",
      -  "chaos_guard_rule",
      -  "chaos_hub",
      -  "chaos_input_set",
      -  "chaos_k8s_infrastructure",
      -  "chaos_loadtest",
      -  "chaos_probe",
      -  "chaos_probe_template",
      -  "chaos_recommendation",
      -  "chaos_risk",
      -  "chaos_risk_rule",
      -  "chaos_risk_scan",
      -  "chaos_service",
      -  "code_repo_security",
      -  "commit",
      -  "connector",
      -  "cost_account_overview",
      -  "cost_anomaly_drilldown",
      -  "cost_anomaly_summary",
      -  "cost_budget",
      -  "cost_budget_group",
      -  "cost_budget_variance",
      -  "cost_category",
      -  "cost_commitment",
      -  "cost_perspective",
      -  "cost_perspective_folder",
      -  "cost_recommendation",
      -  "cost_recommendation_count",
      -  "cost_recommendation_detail",
      -  "cost_recommendation_filter",
      -  "cost_recommendation_stats",
      -  "cost_summary",
      -  "dashboard_data",
      -  "database_changeset_existence",
      -  "database_default_authoring_instance",
      -  "database_instance",
      -  "database_llm_authoring_pipeline",
      -  "database_schema",
      -  "database_snapshot_object",
      -  "delegate_token",
      -  "deploy",
      -  "environment",
      -  "eval_analytics",
      -  "eval_annotation",
      -  "eval_dataset",
      -  "eval_dataset_item",
      -  "eval_git_settings",
      -  "eval_metric",
      -  "eval_metric_set",
      -  "eval_registry_item",
      -  "eval_run",
      -  "eval_suite",
      -  "eval_suite_run",
      -  "eval_target",
      -  "evaluation",
      -  "execution",
      -  "execution_inputs",
      -  "execution_log",
      -  "file_content",
      -  "file_store",
      -  "fme_feature_flag",
      -  "fme_feature_flag_definition",
      -  "fme_rule_based_segment",
      -  "fme_segment",
      -  "fme_segment_definition",
      -  "fme_standard_segment",
      -  "freeze_window",
      -  "gitops_agent",
      -  "gitops_app_resource_tree",
      -  "gitops_application",
      -  "gitops_applicationset",
      -  "gitops_cluster",
      -  "gitops_dashboard",
      -  "gitops_pod_log",
      -  "gitops_repo_credential",
      -  "gitops_repository",
      -  "global_freeze",
      -  "iacm_module",
      -  "iacm_variable_set",
      -  "iacm_workspace",
      -  "idp_entity",
      -  "idp_score_summary",
      -  "incident",
      -  "infrastructure",
      -  "input_set",
      -  "kg_grammar",
      -  "kg_related_type",
      -  "kg_type",
      -  "organization",
      -  "pipeline",
      -  "pipeline_summary",
      -  "pipeline_v1",
      -  "policy",
      -  "policy_evaluation",
      -  "policy_set",
      -  "project",
      -  "pull_request",
      -  "registry",
      -  "repo_rule",
      -  "repository",
      -  "resource_group",
      -  "role",
      -  "runtime_input_template",
      -  "scanned_risk",
      -  "scorecard",
      -  "scorecard_check",
      -  "scorecard_check_stats",
      -  "scorecard_stats",
      -  "scs_artifact_remediation",
      -  "scs_auto_pr_config",
      -  "scs_bom_violation",
      -  "scs_chain_of_custody",
      -  "scs_component_dependencies",
      -  "scs_component_enrichment",
      -  "scs_component_remediation",
      -  "scs_oss_risk_summary",
      -  "scs_project_security_overview",
      -  "scs_sbom",
      -  "secret",
      -  "sei_ai_adoption",
      -  "sei_ai_impact",
      -  "sei_ai_usage",
      -  "sei_business_alignment",
      -  "sei_dora_metric",
      -  "sei_org_tree",
      -  "sei_org_tree_detail",
      -  "sei_productivity_metric",
      -  "sei_team",
      -  "service",
      -  "service_account",
      -  "service_override",
      -  "space_rule",
      -  "template",
      -  "template_v1",
      -  "trigger",
      -  "unit_metric",
      -  "user",
      -  "user_group"
      -]New value: +[
      +  "agent",
      +  "artifact_security",
      +  "attestation",
      +  "audit_event",
      +  "branch",
      +  "chaos_action",
      +  "chaos_action_template",
      +  "chaos_application_map",
      +  "chaos_component_variable",
      +  "chaos_experiment",
      +  "chaos_experiment_run",
      +  "chaos_experiment_template",
      +  "chaos_fault",
      +  "chaos_fault_template",
      +  "chaos_guard_condition",
      +  "chaos_guard_rule",
      +  "chaos_hub",
      +  "chaos_input_set",
      +  "chaos_k8s_infrastructure",
      +  "chaos_loadtest",
      +  "chaos_probe",
      +  "chaos_probe_template",
      +  "chaos_recommendation",
      +  "chaos_risk",
      +  "chaos_risk_rule",
      +  "chaos_risk_scan",
      +  "chaos_service",
      +  "code_repo_security",
      +  "commit",
      +  "connector",
      +  "cost_account_overview",
      +  "cost_anomaly_drilldown",
      +  "cost_anomaly_summary",
      +  "cost_budget",
      +  "cost_budget_group",
      +  "cost_budget_variance",
      +  "cost_category",
      +  "cost_commitment",
      +  "cost_perspective",
      +  "cost_perspective_folder",
      +  "cost_recommendation",
      +  "cost_recommendation_count",
      +  "cost_recommendation_detail",
      +  "cost_recommendation_filter",
      +  "cost_recommendation_stats",
      +  "cost_summary",
      +  "dashboard_data",
      +  "database_changeset_existence",
      +  "database_default_authoring_instance",
      +  "database_instance",
      +  "database_llm_authoring_pipeline",
      +  "database_schema",
      +  "database_snapshot_object",
      +  "delegate_token",
      +  "deploy",
      +  "environment",
      +  "eval_analytics",
      +  "eval_annotation",
      +  "eval_dataset",
      +  "eval_dataset_item",
      +  "eval_git_settings",
      +  "eval_metric",
      +  "eval_metric_set",
      +  "eval_registry_item",
      +  "eval_run",
      +  "eval_suite",
      +  "eval_suite_run",
      +  "eval_target",
      +  "evaluation",
      +  "execution",
      +  "execution_inputs",
      +  "execution_log",
      +  "file_content",
      +  "file_store",
      +  "fme_environment",
      +  "fme_feature_flag",
      +  "fme_feature_flag_definition",
      +  "fme_rule_based_segment",
      +  "fme_segment",
      +  "fme_segment_definition",
      +  "fme_standard_segment",
      +  "freeze_window",
      +  "gitops_agent",
      +  "gitops_app_resource_tree",
      +  "gitops_application",
      +  "gitops_applicationset",
      +  "gitops_cluster",
      +  "gitops_dashboard",
      +  "gitops_pod_log",
      +  "gitops_repo_credential",
      +  "gitops_repository",
      +  "global_freeze",
      +  "iacm_module",
      +  "iacm_provider",
      +  "iacm_variable_set",
      +  "iacm_workspace",
      +  "idp_entity",
      +  "idp_score_summary",
      +  "incident",
      +  "infrastructure",
      +  "input_set",
      +  "kg_grammar",
      +  "kg_related_type",
      +  "kg_type",
      +  "organization",
      +  "pipeline",
      +  "pipeline_summary",
      +  "pipeline_v1",
      +  "policy",
      +  "policy_evaluation",
      +  "policy_set",
      +  "project",
      +  "pull_request",
      +  "registry",
      +  "release",
      +  "release_activity",
      +  "release_execution_activity_input",
      +  "release_execution_activity_output",
      +  "release_execution_phase_input",
      +  "release_execution_phase_output",
      +  "release_input",
      +  "release_process",
      +  "repo_rule",
      +  "repository",
      +  "resource_group",
      +  "role",
      +  "runtime_input_template",
      +  "scanned_risk",
      +  "scorecard",
      +  "scorecard_check",
      +  "scorecard_check_stats",
      +  "scorecard_stats",
      +  "scs_artifact_remediation",
      +  "scs_auto_pr_config",
      +  "scs_bom_violation",
      +  "scs_chain_of_custody",
      +  "scs_component_dependencies",
      +  "scs_component_enrichment",
      +  "scs_component_remediation",
      +  "scs_oss_risk_summary",
      +  "scs_project_security_overview",
      +  "scs_sbom",
      +  "secret",
      +  "sei_ai_adoption",
      +  "sei_ai_impact",
      +  "sei_ai_usage",
      +  "sei_business_alignment",
      +  "sei_dora_metric",
      +  "sei_org_tree",
      +  "sei_org_tree_detail",
      +  "sei_productivity_metric",
      +  "sei_team",
      +  "service",
      +  "service_account",
      +  "service_override",
      +  "space_rule",
      +  "template",
      +  "template_v1",
      +  "trigger",
      +  "unit_metric",
      +  "user",
      +  "user_group"
      +]
  3. Changed1 schema field changedv3.2.20
    • changedInput schema / properties / resource_type / enum
      Previous value: -[
      -  "agent",
      -  "artifact_security",
      -  "attestation",
      -  "audit_event",
      -  "branch",
      -  "chaos_action",
      -  "chaos_action_template",
      -  "chaos_application_map",
      -  "chaos_component_variable",
      -  "chaos_experiment",
      -  "chaos_experiment_run",
      -  "chaos_experiment_template",
      -  "chaos_fault",
      -  "chaos_fault_template",
      -  "chaos_guard_condition",
      -  "chaos_guard_rule",
      -  "chaos_hub",
      -  "chaos_input_set",
      -  "chaos_k8s_infrastructure",
      -  "chaos_loadtest",
      -  "chaos_probe",
      -  "chaos_probe_template",
      -  "chaos_recommendation",
      -  "chaos_risk",
      -  "chaos_risk_rule",
      -  "chaos_risk_scan",
      -  "code_repo_security",
      -  "commit",
      -  "connector",
      -  "cost_account_overview",
      -  "cost_anomaly_drilldown",
      -  "cost_anomaly_summary",
      -  "cost_category",
      -  "cost_commitment",
      -  "cost_perspective",
      -  "cost_perspective_folder",
      -  "cost_recommendation",
      -  "cost_recommendation_count",
      -  "cost_recommendation_detail",
      -  "cost_recommendation_filter",
      -  "cost_recommendation_stats",
      -  "cost_summary",
      -  "dashboard_data",
      -  "database_changeset_existence",
      -  "database_default_authoring_instance",
      -  "database_instance",
      -  "database_llm_authoring_pipeline",
      -  "database_schema",
      -  "database_snapshot_object",
      -  "delegate_token",
      -  "deploy",
      -  "environment",
      -  "eval_analytics",
      -  "eval_annotation",
      -  "eval_dataset",
      -  "eval_dataset_item",
      -  "eval_git_settings",
      -  "eval_metric",
      -  "eval_metric_set",
      -  "eval_registry_item",
      -  "eval_run",
      -  "eval_suite",
      -  "eval_suite_run",
      -  "eval_target",
      -  "evaluation",
      -  "execution",
      -  "execution_inputs",
      -  "execution_log",
      -  "file_content",
      -  "file_store",
      -  "fme_feature_flag",
      -  "fme_feature_flag_definition",
      -  "fme_rule_based_segment",
      -  "fme_standard_segment",
      -  "freeze_window",
      -  "gitops_agent",
      -  "gitops_app_resource_tree",
      -  "gitops_application",
      -  "gitops_applicationset",
      -  "gitops_cluster",
      -  "gitops_dashboard",
      -  "gitops_pod_log",
      -  "gitops_repo_credential",
      -  "gitops_repository",
      -  "global_freeze",
      -  "iacm_module",
      -  "iacm_workspace",
      -  "idp_entity",
      -  "idp_score_summary",
      -  "incident",
      -  "infrastructure",
      -  "input_set",
      -  "kg_grammar",
      -  "kg_related_type",
      -  "kg_type",
      -  "organization",
      -  "pipeline",
      -  "pipeline_summary",
      -  "pipeline_v1",
      -  "policy",
      -  "policy_evaluation",
      -  "policy_set",
      -  "project",
      -  "pull_request",
      -  "registry",
      -  "repo_rule",
      -  "repository",
      -  "resource_group",
      -  "role",
      -  "runtime_input_template",
      -  "scanned_risk",
      -  "scorecard",
      -  "scorecard_check",
      -  "scorecard_check_stats",
      -  "scorecard_stats",
      -  "scs_artifact_remediation",
      -  "scs_auto_pr_config",
      -  "scs_bom_violation",
      -  "scs_chain_of_custody",
      -  "scs_component_dependencies",
      -  "scs_component_enrichment",
      -  "scs_component_remediation",
      -  "scs_oss_risk_summary",
      -  "scs_project_security_overview",
      -  "scs_sbom",
      -  "secret",
      -  "sei_ai_adoption",
      -  "sei_ai_impact",
      -  "sei_ai_usage",
      -  "sei_business_alignment",
      -  "sei_dora_metric",
      -  "sei_org_tree",
      -  "sei_org_tree_detail",
      -  "sei_productivity_metric",
      -  "sei_team",
      -  "service",
      -  "service_account",
      -  "service_override",
      -  "space_rule",
      -  "template",
      -  "template_v1",
      -  "trigger",
      -  "unit_metric",
      -  "user",
      -  "user_group"
      -]New value: +[
      +  "agent",
      +  "artifact_security",
      +  "attestation",
      +  "audit_event",
      +  "branch",
      +  "chaos_action",
      +  "chaos_action_template",
      +  "chaos_application_map",
      +  "chaos_component_variable",
      +  "chaos_experiment",
      +  "chaos_experiment_run",
      +  "chaos_experiment_template",
      +  "chaos_fault",
      +  "chaos_fault_template",
      +  "chaos_guard_condition",
      +  "chaos_guard_rule",
      +  "chaos_hub",
      +  "chaos_input_set",
      +  "chaos_k8s_infrastructure",
      +  "chaos_loadtest",
      +  "chaos_probe",
      +  "chaos_probe_template",
      +  "chaos_recommendation",
      +  "chaos_risk",
      +  "chaos_risk_rule",
      +  "chaos_risk_scan",
      +  "chaos_service",
      +  "code_repo_security",
      +  "commit",
      +  "connector",
      +  "cost_account_overview",
      +  "cost_anomaly_drilldown",
      +  "cost_anomaly_summary",
      +  "cost_budget",
      +  "cost_budget_group",
      +  "cost_budget_variance",
      +  "cost_category",
      +  "cost_commitment",
      +  "cost_perspective",
      +  "cost_perspective_folder",
      +  "cost_recommendation",
      +  "cost_recommendation_count",
      +  "cost_recommendation_detail",
      +  "cost_recommendation_filter",
      +  "cost_recommendation_stats",
      +  "cost_summary",
      +  "dashboard_data",
      +  "database_changeset_existence",
      +  "database_default_authoring_instance",
      +  "database_instance",
      +  "database_llm_authoring_pipeline",
      +  "database_schema",
      +  "database_snapshot_object",
      +  "delegate_token",
      +  "deploy",
      +  "environment",
      +  "eval_analytics",
      +  "eval_annotation",
      +  "eval_dataset",
      +  "eval_dataset_item",
      +  "eval_git_settings",
      +  "eval_metric",
      +  "eval_metric_set",
      +  "eval_registry_item",
      +  "eval_run",
      +  "eval_suite",
      +  "eval_suite_run",
      +  "eval_target",
      +  "evaluation",
      +  "execution",
      +  "execution_inputs",
      +  "execution_log",
      +  "file_content",
      +  "file_store",
      +  "fme_feature_flag",
      +  "fme_feature_flag_definition",
      +  "fme_rule_based_segment",
      +  "fme_segment",
      +  "fme_segment_definition",
      +  "fme_standard_segment",
      +  "freeze_window",
      +  "gitops_agent",
      +  "gitops_app_resource_tree",
      +  "gitops_application",
      +  "gitops_applicationset",
      +  "gitops_cluster",
      +  "gitops_dashboard",
      +  "gitops_pod_log",
      +  "gitops_repo_credential",
      +  "gitops_repository",
      +  "global_freeze",
      +  "iacm_module",
      +  "iacm_variable_set",
      +  "iacm_workspace",
      +  "idp_entity",
      +  "idp_score_summary",
      +  "incident",
      +  "infrastructure",
      +  "input_set",
      +  "kg_grammar",
      +  "kg_related_type",
      +  "kg_type",
      +  "organization",
      +  "pipeline",
      +  "pipeline_summary",
      +  "pipeline_v1",
      +  "policy",
      +  "policy_evaluation",
      +  "policy_set",
      +  "project",
      +  "pull_request",
      +  "registry",
      +  "repo_rule",
      +  "repository",
      +  "resource_group",
      +  "role",
      +  "runtime_input_template",
      +  "scanned_risk",
      +  "scorecard",
      +  "scorecard_check",
      +  "scorecard_check_stats",
      +  "scorecard_stats",
      +  "scs_artifact_remediation",
      +  "scs_auto_pr_config",
      +  "scs_bom_violation",
      +  "scs_chain_of_custody",
      +  "scs_component_dependencies",
      +  "scs_component_enrichment",
      +  "scs_component_remediation",
      +  "scs_oss_risk_summary",
      +  "scs_project_security_overview",
      +  "scs_sbom",
      +  "secret",
      +  "sei_ai_adoption",
      +  "sei_ai_impact",
      +  "sei_ai_usage",
      +  "sei_business_alignment",
      +  "sei_dora_metric",
      +  "sei_org_tree",
      +  "sei_org_tree_detail",
      +  "sei_productivity_metric",
      +  "sei_team",
      +  "service",
      +  "service_account",
      +  "service_override",
      +  "space_rule",
      +  "template",
      +  "template_v1",
      +  "trigger",
      +  "unit_metric",
      +  "user",
      +  "user_group"
      +]
  4. Changed1 schema field changedv3.2.17
    • changedInput schema / properties / resource_type / enum
      Previous value: -[
      -  "agent",
      -  "artifact_security",
      -  "audit_event",
      -  "branch",
      -  "chaos_action",
      -  "chaos_action_template",
      -  "chaos_application_map",
      -  "chaos_component_variable",
      -  "chaos_experiment",
      -  "chaos_experiment_run",
      -  "chaos_experiment_template",
      -  "chaos_fault",
      -  "chaos_fault_template",
      -  "chaos_guard_condition",
      -  "chaos_guard_rule",
      -  "chaos_hub",
      -  "chaos_input_set",
      -  "chaos_k8s_infrastructure",
      -  "chaos_loadtest",
      -  "chaos_probe",
      -  "chaos_probe_template",
      -  "chaos_recommendation",
      -  "chaos_risk",
      -  "code_repo_security",
      -  "commit",
      -  "connector",
      -  "cost_account_overview",
      -  "cost_anomaly_drilldown",
      -  "cost_anomaly_summary",
      -  "cost_category",
      -  "cost_commitment",
      -  "cost_perspective",
      -  "cost_perspective_folder",
      -  "cost_recommendation",
      -  "cost_recommendation_count",
      -  "cost_recommendation_detail",
      -  "cost_recommendation_filter",
      -  "cost_recommendation_stats",
      -  "cost_summary",
      -  "dashboard_data",
      -  "database_changeset_existence",
      -  "database_default_authoring_instance",
      -  "database_instance",
      -  "database_llm_authoring_pipeline",
      -  "database_schema",
      -  "database_snapshot_object",
      -  "delegate_token",
      -  "deploy",
      -  "environment",
      -  "eval_analytics",
      -  "eval_annotation",
      -  "eval_dataset",
      -  "eval_dataset_item",
      -  "eval_git_settings",
      -  "eval_metric",
      -  "eval_metric_set",
      -  "eval_registry_item",
      -  "eval_run",
      -  "eval_suite",
      -  "eval_suite_run",
      -  "eval_target",
      -  "evaluation",
      -  "execution",
      -  "execution_inputs",
      -  "execution_log",
      -  "file_content",
      -  "file_store",
      -  "fme_feature_flag",
      -  "fme_feature_flag_definition",
      -  "fme_rule_based_segment",
      -  "fme_standard_segment",
      -  "freeze_window",
      -  "gitops_agent",
      -  "gitops_app_resource_tree",
      -  "gitops_application",
      -  "gitops_applicationset",
      -  "gitops_cluster",
      -  "gitops_dashboard",
      -  "gitops_pod_log",
      -  "gitops_repo_credential",
      -  "gitops_repository",
      -  "global_freeze",
      -  "iacm_module",
      -  "iacm_workspace",
      -  "idp_entity",
      -  "idp_score_summary",
      -  "incident",
      -  "infrastructure",
      -  "input_set",
      -  "kg_grammar",
      -  "kg_related_type",
      -  "kg_type",
      -  "organization",
      -  "pipeline",
      -  "pipeline_summary",
      -  "pipeline_v1",
      -  "policy",
      -  "policy_evaluation",
      -  "policy_set",
      -  "project",
      -  "pull_request",
      -  "registry",
      -  "repo_rule",
      -  "repository",
      -  "resource_group",
      -  "role",
      -  "runtime_input_template",
      -  "scorecard",
      -  "scorecard_check",
      -  "scorecard_check_stats",
      -  "scorecard_stats",
      -  "scs_artifact_remediation",
      -  "scs_auto_pr_config",
      -  "scs_bom_violation",
      -  "scs_chain_of_custody",
      -  "scs_component_dependencies",
      -  "scs_component_enrichment",
      -  "scs_component_remediation",
      -  "scs_oss_risk_summary",
      -  "scs_project_security_overview",
      -  "scs_sbom",
      -  "secret",
      -  "sei_ai_adoption",
      -  "sei_ai_impact",
      -  "sei_ai_usage",
      -  "sei_business_alignment",
      -  "sei_dora_metric",
      -  "sei_org_tree",
      -  "sei_org_tree_detail",
      -  "sei_productivity_metric",
      -  "sei_team",
      -  "service",
      -  "service_account",
      -  "service_override",
      -  "space_rule",
      -  "template",
      -  "template_v1",
      -  "trigger",
      -  "unit_metric",
      -  "user",
      -  "user_group"
      -]New value: +[
      +  "agent",
      +  "artifact_security",
      +  "attestation",
      +  "audit_event",
      +  "branch",
      +  "chaos_action",
      +  "chaos_action_template",
      +  "chaos_application_map",
      +  "chaos_component_variable",
      +  "chaos_experiment",
      +  "chaos_experiment_run",
      +  "chaos_experiment_template",
      +  "chaos_fault",
      +  "chaos_fault_template",
      +  "chaos_guard_condition",
      +  "chaos_guard_rule",
      +  "chaos_hub",
      +  "chaos_input_set",
      +  "chaos_k8s_infrastructure",
      +  "chaos_loadtest",
      +  "chaos_probe",
      +  "chaos_probe_template",
      +  "chaos_recommendation",
      +  "chaos_risk",
      +  "chaos_risk_rule",
      +  "chaos_risk_scan",
      +  "code_repo_security",
      +  "commit",
      +  "connector",
      +  "cost_account_overview",
      +  "cost_anomaly_drilldown",
      +  "cost_anomaly_summary",
      +  "cost_category",
      +  "cost_commitment",
      +  "cost_perspective",
      +  "cost_perspective_folder",
      +  "cost_recommendation",
      +  "cost_recommendation_count",
      +  "cost_recommendation_detail",
      +  "cost_recommendation_filter",
      +  "cost_recommendation_stats",
      +  "cost_summary",
      +  "dashboard_data",
      +  "database_changeset_existence",
      +  "database_default_authoring_instance",
      +  "database_instance",
      +  "database_llm_authoring_pipeline",
      +  "database_schema",
      +  "database_snapshot_object",
      +  "delegate_token",
      +  "deploy",
      +  "environment",
      +  "eval_analytics",
      +  "eval_annotation",
      +  "eval_dataset",
      +  "eval_dataset_item",
      +  "eval_git_settings",
      +  "eval_metric",
      +  "eval_metric_set",
      +  "eval_registry_item",
      +  "eval_run",
      +  "eval_suite",
      +  "eval_suite_run",
      +  "eval_target",
      +  "evaluation",
      +  "execution",
      +  "execution_inputs",
      +  "execution_log",
      +  "file_content",
      +  "file_store",
      +  "fme_feature_flag",
      +  "fme_feature_flag_definition",
      +  "fme_rule_based_segment",
      +  "fme_standard_segment",
      +  "freeze_window",
      +  "gitops_agent",
      +  "gitops_app_resource_tree",
      +  "gitops_application",
      +  "gitops_applicationset",
      +  "gitops_cluster",
      +  "gitops_dashboard",
      +  "gitops_pod_log",
      +  "gitops_repo_credential",
      +  "gitops_repository",
      +  "global_freeze",
      +  "iacm_module",
      +  "iacm_workspace",
      +  "idp_entity",
      +  "idp_score_summary",
      +  "incident",
      +  "infrastructure",
      +  "input_set",
      +  "kg_grammar",
      +  "kg_related_type",
      +  "kg_type",
      +  "organization",
      +  "pipeline",
      +  "pipeline_summary",
      +  "pipeline_v1",
      +  "policy",
      +  "policy_evaluation",
      +  "policy_set",
      +  "project",
      +  "pull_request",
      +  "registry",
      +  "repo_rule",
      +  "repository",
      +  "resource_group",
      +  "role",
      +  "runtime_input_template",
      +  "scanned_risk",
      +  "scorecard",
      +  "scorecard_check",
      +  "scorecard_check_stats",
      +  "scorecard_stats",
      +  "scs_artifact_remediation",
      +  "scs_auto_pr_config",
      +  "scs_bom_violation",
      +  "scs_chain_of_custody",
      +  "scs_component_dependencies",
      +  "scs_component_enrichment",
      +  "scs_component_remediation",
      +  "scs_oss_risk_summary",
      +  "scs_project_security_overview",
      +  "scs_sbom",
      +  "secret",
      +  "sei_ai_adoption",
      +  "sei_ai_impact",
      +  "sei_ai_usage",
      +  "sei_business_alignment",
      +  "sei_dora_metric",
      +  "sei_org_tree",
      +  "sei_org_tree_detail",
      +  "sei_productivity_metric",
      +  "sei_team",
      +  "service",
      +  "service_account",
      +  "service_override",
      +  "space_rule",
      +  "template",
      +  "template_v1",
      +  "trigger",
      +  "unit_metric",
      +  "user",
      +  "user_group"
      +]
  5. Changed1 schema field changedv3.2.16
    • changedInput schema / properties / resource_type / enum
      Previous value: -[
      -  "agent",
      -  "artifact_security",
      -  "audit_event",
      -  "branch",
      -  "chaos_action",
      -  "chaos_action_template",
      -  "chaos_application_map",
      -  "chaos_component_variable",
      -  "chaos_experiment",
      -  "chaos_experiment_run",
      -  "chaos_experiment_template",
      -  "chaos_fault",
      -  "chaos_fault_template",
      -  "chaos_guard_condition",
      -  "chaos_guard_rule",
      -  "chaos_hub",
      -  "chaos_input_set",
      -  "chaos_k8s_infrastructure",
      -  "chaos_loadtest",
      -  "chaos_probe",
      -  "chaos_probe_template",
      -  "chaos_recommendation",
      -  "chaos_risk",
      -  "code_repo_security",
      -  "commit",
      -  "connector",
      -  "cost_account_overview",
      -  "cost_anomaly_drilldown",
      -  "cost_anomaly_summary",
      -  "cost_category",
      -  "cost_commitment",
      -  "cost_perspective",
      -  "cost_perspective_folder",
      -  "cost_recommendation",
      -  "cost_recommendation_detail",
      -  "cost_recommendation_stats",
      -  "cost_summary",
      -  "dashboard_data",
      -  "database_default_authoring_instance",
      -  "database_instance",
      -  "database_llm_authoring_pipeline",
      -  "database_schema",
      -  "database_snapshot_object",
      -  "delegate_token",
      -  "deploy",
      -  "environment",
      -  "eval_analytics",
      -  "eval_annotation",
      -  "eval_dataset",
      -  "eval_dataset_item",
      -  "eval_git_settings",
      -  "eval_metric",
      -  "eval_metric_set",
      -  "eval_registry_item",
      -  "eval_run",
      -  "eval_suite",
      -  "eval_suite_run",
      -  "eval_target",
      -  "evaluation",
      -  "execution",
      -  "execution_inputs",
      -  "execution_log",
      -  "file_content",
      -  "file_store",
      -  "fme_feature_flag",
      -  "fme_feature_flag_definition",
      -  "fme_rule_based_segment",
      -  "fme_standard_segment",
      -  "freeze_window",
      -  "gitops_agent",
      -  "gitops_app_resource_tree",
      -  "gitops_application",
      -  "gitops_applicationset",
      -  "gitops_cluster",
      -  "gitops_dashboard",
      -  "gitops_pod_log",
      -  "gitops_repo_credential",
      -  "gitops_repository",
      -  "global_freeze",
      -  "iacm_module",
      -  "iacm_workspace",
      -  "idp_entity",
      -  "idp_score_summary",
      -  "incident",
      -  "infrastructure",
      -  "input_set",
      -  "kg_grammar",
      -  "kg_related_type",
      -  "kg_type",
      -  "organization",
      -  "pipeline",
      -  "pipeline_summary",
      -  "pipeline_v1",
      -  "policy",
      -  "policy_evaluation",
      -  "policy_set",
      -  "project",
      -  "pull_request",
      -  "registry",
      -  "repo_rule",
      -  "repository",
      -  "resource_group",
      -  "role",
      -  "runtime_input_template",
      -  "scorecard",
      -  "scorecard_check",
      -  "scorecard_check_stats",
      -  "scorecard_stats",
      -  "scs_artifact_remediation",
      -  "scs_auto_pr_config",
      -  "scs_bom_violation",
      -  "scs_chain_of_custody",
      -  "scs_component_dependencies",
      -  "scs_component_enrichment",
      -  "scs_component_remediation",
      -  "scs_oss_risk_summary",
      -  "scs_project_security_overview",
      -  "scs_sbom",
      -  "secret",
      -  "sei_ai_adoption",
      -  "sei_ai_impact",
      -  "sei_ai_usage",
      -  "sei_business_alignment",
      -  "sei_dora_metric",
      -  "sei_org_tree",
      -  "sei_org_tree_detail",
      -  "sei_productivity_metric",
      -  "sei_team",
      -  "service",
      -  "service_account",
      -  "service_override",
      -  "space_rule",
      -  "template",
      -  "template_v1",
      -  "trigger",
      -  "unit_metric",
      -  "user",
      -  "user_group"
      -]New value: +[
      +  "agent",
      +  "artifact_security",
      +  "audit_event",
      +  "branch",
      +  "chaos_action",
      +  "chaos_action_template",
      +  "chaos_application_map",
      +  "chaos_component_variable",
      +  "chaos_experiment",
      +  "chaos_experiment_run",
      +  "chaos_experiment_template",
      +  "chaos_fault",
      +  "chaos_fault_template",
      +  "chaos_guard_condition",
      +  "chaos_guard_rule",
      +  "chaos_hub",
      +  "chaos_input_set",
      +  "chaos_k8s_infrastructure",
      +  "chaos_loadtest",
      +  "chaos_probe",
      +  "chaos_probe_template",
      +  "chaos_recommendation",
      +  "chaos_risk",
      +  "code_repo_security",
      +  "commit",
      +  "connector",
      +  "cost_account_overview",
      +  "cost_anomaly_drilldown",
      +  "cost_anomaly_summary",
      +  "cost_category",
      +  "cost_commitment",
      +  "cost_perspective",
      +  "cost_perspective_folder",
      +  "cost_recommendation",
      +  "cost_recommendation_count",
      +  "cost_recommendation_detail",
      +  "cost_recommendation_filter",
      +  "cost_recommendation_stats",
      +  "cost_summary",
      +  "dashboard_data",
      +  "database_changeset_existence",
      +  "database_default_authoring_instance",
      +  "database_instance",
      +  "database_llm_authoring_pipeline",
      +  "database_schema",
      +  "database_snapshot_object",
      +  "delegate_token",
      +  "deploy",
      +  "environment",
      +  "eval_analytics",
      +  "eval_annotation",
      +  "eval_dataset",
      +  "eval_dataset_item",
      +  "eval_git_settings",
      +  "eval_metric",
      +  "eval_metric_set",
      +  "eval_registry_item",
      +  "eval_run",
      +  "eval_suite",
      +  "eval_suite_run",
      +  "eval_target",
      +  "evaluation",
      +  "execution",
      +  "execution_inputs",
      +  "execution_log",
      +  "file_content",
      +  "file_store",
      +  "fme_feature_flag",
      +  "fme_feature_flag_definition",
      +  "fme_rule_based_segment",
      +  "fme_standard_segment",
      +  "freeze_window",
      +  "gitops_agent",
      +  "gitops_app_resource_tree",
      +  "gitops_application",
      +  "gitops_applicationset",
      +  "gitops_cluster",
      +  "gitops_dashboard",
      +  "gitops_pod_log",
      +  "gitops_repo_credential",
      +  "gitops_repository",
      +  "global_freeze",
      +  "iacm_module",
      +  "iacm_workspace",
      +  "idp_entity",
      +  "idp_score_summary",
      +  "incident",
      +  "infrastructure",
      +  "input_set",
      +  "kg_grammar",
      +  "kg_related_type",
      +  "kg_type",
      +  "organization",
      +  "pipeline",
      +  "pipeline_summary",
      +  "pipeline_v1",
      +  "policy",
      +  "policy_evaluation",
      +  "policy_set",
      +  "project",
      +  "pull_request",
      +  "registry",
      +  "repo_rule",
      +  "repository",
      +  "resource_group",
      +  "role",
      +  "runtime_input_template",
      +  "scorecard",
      +  "scorecard_check",
      +  "scorecard_check_stats",
      +  "scorecard_stats",
      +  "scs_artifact_remediation",
      +  "scs_auto_pr_config",
      +  "scs_bom_violation",
      +  "scs_chain_of_custody",
      +  "scs_component_dependencies",
      +  "scs_component_enrichment",
      +  "scs_component_remediation",
      +  "scs_oss_risk_summary",
      +  "scs_project_security_overview",
      +  "scs_sbom",
      +  "secret",
      +  "sei_ai_adoption",
      +  "sei_ai_impact",
      +  "sei_ai_usage",
      +  "sei_business_alignment",
      +  "sei_dora_metric",
      +  "sei_org_tree",
      +  "sei_org_tree_detail",
      +  "sei_productivity_metric",
      +  "sei_team",
      +  "service",
      +  "service_account",
      +  "service_override",
      +  "space_rule",
      +  "template",
      +  "template_v1",
      +  "trigger",
      +  "unit_metric",
      +  "user",
      +  "user_group"
      +]
  6. First observedv3.2.10

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already cover read-only and non-destructive behavior, so the description's extra value is the URL auto-extraction behavior, which is a meaningful operational trait not visible in the schema. It does not contradict the annotations and doesn't need to restate safety.

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?

Two sentences with no filler: the core operation, the URL capability, and a routing caveat. Every sentence earns its place and the most important info is front-loaded.

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?

Between the schema's per-parameter guidance, the output schema, and the annotations, the agent has what it needs to call and interpret results; the description adds the URL parsing and diagnose routing that structured fields don't convey. For a broad resource-type tool, this is complete enough.

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?

Input schema covers all 8 parameters with detailed descriptions (100% coverage), including required-context warnings for org_id/project_id and resource_type/resource_scope enums. The description adds only an overview-level URL auto-extraction hint, which is appropriate given the schema's richness.

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?

Description opens with a clear verb+object structure — 'Get a Harness resource by ID' — and adds the URL auto-extraction mechanism, so an agent knows exactly what this tool retrieves. Naming harness_diagnose as the failure-analysis alternative distinguishes it from an important sibling. It is specific and unambiguous.

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?

The final sentence gives an explicit routing rule: for failure analysis, prefer harness_diagnose. The URL auto-extraction note also signals that the tool is appropriate when a Harness URL is available. It does not spell out when to choose harness_search/list over this tool, but the by-ID scope implies those cases.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/harness/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server