Skip to main content
Glama

get_run

Read-onlyIdempotent

Retrieve full details for a selected run to enable deeper analysis. Loads execution data by run ID for subsequent inspection with analyze tools.

Instructions

Hydrate a run selected by list_runs; use an analyze_* tool for bounded interpretation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
run_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Changed87 schema fields changedv0.1.15
    • addedOutput schema / $defs / ActionId
      Added value: +{
      +  "description": "Stable product-level identities for executable agent workflow edges.",
      +  "enum": [
      +    "workspace.initialize",
      +    "workload.configuration.inspect",
      +    "workload.configure",
      +    "capabilities.inspect",
      +    "capabilities.setup.start",
      +    "capabilities.setup.status",
      +    "adapter.prepare",
      +    "workload.dependencies.prepare",
      +    "workflow.list",
      +    "workflow.get",
      +    "fault_experiment.plan",
      +    "capture.plan",
      +    "capture.detached.start",
      +    "capture.detached.status",
      +    "catalog.rebuild",
      +    "run.list",
      +    "artifact.list",
      +    "artifact.preview",
      +    "artifact.native_viewer.plan",
      +    "artifact.import",
      +    "artifact.import.xctrace",
      +    "artifact.extract.perfetto",
      +    "artifact.extract.memray",
      +    "artifact.extract.status",
      +    "artifact.extract.nsight_systems",
      +    "artifact.extract.nsight_compute",
      +    "artifact.extract.compute_sanitizer",
      +    "inference.server.configure",
      +    "inference.configuration.list",
      +    "inference.scenario.plan",
      +    "reduction.execute",
      +    "reduction.status",
      +    "analysis.memory",
      +    "analysis.nsight_compute"
      +  ],
      +  "title": "ActionId",
      +  "type": "string"
      +}
    • addedOutput schema / $defs / AgentCommandProjection
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "argument_count": {
      +      "minimum": 0,
      +      "title": "Argument Count",
      +      "type": "integer"
      +    },
      +    "arguments_digest": {
      +      "anyOf": [
      +        {
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Arguments Digest"
      +    },
      +    "environment_names": {
      +      "default": [],
      +      "items": {
      +        "type": "string"
      +      },
      +      "title": "Environment Names",
      +      "type": "array"
      +    },
      +    "executable_name": {
      +      "title": "Executable Name",
      +      "type": "string"
      +    },
      +    "timeout_seconds": {
      +      "title": "Timeout Seconds",
      +      "type": "number"
      +    }
      +  },
      +  "required": [
      +    "executable_name",
      +    "argument_count",
      +    "timeout_seconds"
      +  ],
      +  "title": "AgentCommandProjection",
      +  "type": "object"
      +}
    • addedOutput schema / $defs / AgentExternalContextProjection
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "lease_id": {
      +      "title": "Lease Id",
      +      "type": "string"
      +    },
      +    "orchestration_run_id": {
      +      "title": "Orchestration Run Id",
      +      "type": "string"
      +    },
      +    "orchestrator": {
      +      "title": "Orchestrator",
      +      "type": "string"
      +    },
      +    "provider": {
      +      "title": "Provider",
      +      "type": "string"
      +    },
      +    "sensitivity": {
      +      "$ref": "#/$defs/Sensitivity"
      +    },
      +    "worker_id": {
      +      "title": "Worker Id",
      +      "type": "string"
      +    }
      +  },
      +  "required": [
      +    "orchestrator",
      +    "provider",
      +    "sensitivity",
      +    "lease_id",
      +    "worker_id",
      +    "orchestration_run_id"
      +  ],
      +  "title": "AgentExternalContextProjection",
      +  "type": "object"
      +}
    • addedOutput schema / $defs / AgentRunProjectionStatus
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "authoritative_revision": {
      +      "minimum": 0,
      +      "title": "Authoritative Revision",
      +      "type": "integer"
      +    },
      +    "current": {
      +      "title": "Current",
      +      "type": "boolean"
      +    },
      +    "failure_code": {
      +      "anyOf": [
      +        {
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Failure Code"
      +    },
      +    "intent_id": {
      +      "anyOf": [
      +        {
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Intent Id"
      +    },
      +    "projected_revision": {
      +      "anyOf": [
      +        {
      +          "minimum": 0,
      +          "type": "integer"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Projected Revision"
      +    },
      +    "state": {
      +      "$ref": "#/$defs/ProjectionVisibilityState"
      +    }
      +  },
      +  "required": [
      +    "state",
      +    "current",
      +    "authoritative_revision"
      +  ],
      +  "title": "AgentRunProjectionStatus",
      +  "type": "object"
      +}
    • removedOutput schema / $defs / ArtifactKind
      Removed value: -{
      -  "enum": [
      -    "execution_trace",
      -    "otlp_trace",
      -    "python_startup",
      -    "test_execution",
      -    "sample_profile",
      -    "memory_profile",
      -    "benchmark_samples",
      -    "execution_coverage",
      -    "semantic_observations",
      -    "process_output",
      -    "validation_output",
      -    "core_dump",
      -    "sanitizer_report",
      -    "source_snapshot",
      -    "collector_metadata",
      -    "analysis_result",
      -    "process_tree_snapshot",
      -    "experiment_configuration",
      -    "inference_request_trace",
      -    "inference_result",
      -    "kernel_build",
      -    "kernel_profile"
      -  ],
      -  "title": "ArtifactKind",
      -  "type": "string"
      -}
    • removedOutput schema / $defs / ArtifactRegistration
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "artifact_id": {
      -      "pattern": "^sha256:[0-9a-f]{64}$",
      -      "title": "Artifact Id",
      -      "type": "string"
      -    },
      -    "display_name": {
      -      "maxLength": 500,
      -      "minLength": 1,
      -      "title": "Display Name",
      -      "type": "string"
      -    },
      -    "kind": {
      -      "$ref": "#/$defs/ArtifactKind"
      -    },
      -    "media_type": {
      -      "maxLength": 200,
      -      "minLength": 1,
      -      "title": "Media Type",
      -      "type": "string"
      -    },
      -    "producer": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Producer"
      -    },
      -    "producer_version": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Producer Version"
      -    },
      -    "registered_at": {
      -      "format": "date-time",
      -      "title": "Registered At",
      -      "type": "string"
      -    },
      -    "registration_id": {
      -      "maxLength": 200,
      -      "minLength": 1,
      -      "title": "Registration Id",
      -      "type": "string"
      -    },
      -    "role": {
      -      "maxLength": 100,
      -      "minLength": 1,
      -      "title": "Role",
      -      "type": "string"
      -    },
      -    "run_id": {
      -      "maxLength": 200,
      -      "minLength": 1,
      -      "title": "Run Id",
      -      "type": "string"
      -    },
      -    "schema_version": {
      -      "const": 1,
      -      "default": 1,
      -      "title": "Schema Version",
      -      "type": "integer"
      -    },
      -    "sensitivity": {
      -      "$ref": "#/$defs/Sensitivity"
      -    }
      -  },
      -  "required": [
      -    "registration_id",
      -    "run_id",
      -    "artifact_id",
      -    "display_name",
      -    "media_type",
      -    "kind",
      -    "role",
      -    "sensitivity"
      -  ],
      -  "title": "ArtifactRegistration",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / CaptureLease
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "boot_id": {
      -      "maxLength": 200,
      -      "minLength": 1,
      -      "title": "Boot Id",
      -      "type": "string"
      -    },
      -    "expires_at": {
      -      "format": "date-time",
      -      "title": "Expires At",
      -      "type": "string"
      -    },
      -    "heartbeat_monotonic_ns": {
      -      "minimum": 0,
      -      "title": "Heartbeat Monotonic Ns",
      -      "type": "integer"
      -    },
      -    "observed_at": {
      -      "format": "date-time",
      -      "title": "Observed At",
      -      "type": "string"
      -    },
      -    "process_id": {
      -      "exclusiveMinimum": 0,
      -      "title": "Process Id",
      -      "type": "integer"
      -    },
      -    "process_start_identity": {
      -      "maxLength": 200,
      -      "minLength": 1,
      -      "title": "Process Start Identity",
      -      "type": "string"
      -    }
      -  },
      -  "required": [
      -    "process_id",
      -    "process_start_identity",
      -    "boot_id",
      -    "heartbeat_monotonic_ns",
      -    "observed_at",
      -    "expires_at"
      -  ],
      -  "title": "CaptureLease",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / CommandSpec
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "argv": {
      -      "items": {
      -        "maxLength": 32768,
      -        "minLength": 1,
      -        "pattern": "^[^\\x00]*$",
      -        "type": "string"
      -      },
      -      "minItems": 1,
      -      "title": "Argv",
      -      "type": "array"
      -    },
      -    "cwd": {
      -      "maxLength": 4096,
      -      "minLength": 1,
      -      "title": "Cwd",
      -      "type": "string"
      -    },
      -    "env_overrides": {
      -      "additionalProperties": {
      -        "type": "string"
      -      },
      -      "title": "Env Overrides",
      -      "type": "object"
      -    },
      -    "timeout_seconds": {
      -      "default": 300,
      -      "exclusiveMinimum": 0,
      -      "maximum": 86400,
      -      "title": "Timeout Seconds",
      -      "type": "number"
      -    }
      -  },
      -  "required": [
      -    "argv",
      -    "cwd"
      -  ],
      -  "title": "CommandSpec",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / ConfigureInferenceRecovery
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "kind": {
      -      "const": "configure_inference",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "next_tool": {
      -      "enum": [
      -        "configure_inference_server",
      -        "list_inference_configurations"
      -      ],
      -      "title": "Next Tool",
      -      "type": "string"
      -    },
      -    "retry_after_ms": {
      -      "default": null,
      -      "title": "Retry After Ms",
      -      "type": "null"
      -    },
      -    "safe_to_repeat_same_call": {
      -      "const": false,
      -      "default": false,
      -      "title": "Safe To Repeat Same Call",
      -      "type": "boolean"
      -    }
      -  },
      -  "required": [
      -    "kind",
      -    "next_tool"
      -  ],
      -  "title": "ConfigureInferenceRecovery",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / ConfigureWorkloadRecovery
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "context": {
      -      "anyOf": [
      -        {
      -          "$ref": "#/$defs/ConfigureWorkloadRecoveryContext"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null
      -    },
      -    "kind": {
      -      "const": "configure_workload",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "next_tool": {
      -      "const": "configure_workload",
      -      "title": "Next Tool",
      -      "type": "string"
      -    },
      -    "retry_after_ms": {
      -      "default": null,
      -      "title": "Retry After Ms",
      -      "type": "null"
      -    },
      -    "safe_to_repeat_same_call": {
      -      "const": false,
      -      "default": false,
      -      "title": "Safe To Repeat Same Call",
      -      "type": "boolean"
      -    }
      -  },
      -  "required": [
      -    "kind",
      -    "next_tool"
      -  ],
      -  "title": "ConfigureWorkloadRecovery",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / ConfigureWorkloadRecoveryContext
      Removed value: -{
      -  "additionalProperties": false,
      -  "description": "Typed arguments for the safe structured configuration recovery.",
      -  "properties": {
      -    "config_path": {
      -      "const": "flameox.toml",
      -      "default": "flameox.toml",
      -      "title": "Config Path",
      -      "type": "string"
      -    },
      -    "kind": {
      -      "const": "configure_workload",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "operation": {
      -      "const": "create",
      -      "default": "create",
      -      "title": "Operation",
      -      "type": "string"
      -    }
      -  },
      -  "required": [
      -    "kind"
      -  ],
      -  "title": "ConfigureWorkloadRecoveryContext",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / DigestOracleReceiptValue
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "kind": {
      -      "const": "digest",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "value": {
      -      "pattern": "^sha256:[0-9a-f]{64}$",
      -      "title": "Value",
      -      "type": "string"
      -    }
      -  },
      -  "required": [
      -    "kind",
      -    "value"
      -  ],
      -  "title": "DigestOracleReceiptValue",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / DiscoverArtifactsRecovery
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "kind": {
      -      "const": "discover_artifacts",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "next_tool": {
      -      "const": "list_artifacts",
      -      "title": "Next Tool",
      -      "type": "string"
      -    },
      -    "retry_after_ms": {
      -      "default": null,
      -      "title": "Retry After Ms",
      -      "type": "null"
      -    },
      -    "safe_to_repeat_same_call": {
      -      "const": false,
      -      "default": false,
      -      "title": "Safe To Repeat Same Call",
      -      "type": "boolean"
      -    }
      -  },
      -  "required": [
      -    "kind",
      -    "next_tool"
      -  ],
      -  "title": "DiscoverArtifactsRecovery",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / DiscoverRunsRecovery
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "kind": {
      -      "const": "discover_runs",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "next_tool": {
      -      "const": "list_runs",
      -      "title": "Next Tool",
      -      "type": "string"
      -    },
      -    "retry_after_ms": {
      -      "default": null,
      -      "title": "Retry After Ms",
      -      "type": "null"
      -    },
      -    "safe_to_repeat_same_call": {
      -      "const": false,
      -      "default": false,
      -      "title": "Safe To Repeat Same Call",
      -      "type": "boolean"
      -    }
      -  },
      -  "required": [
      -    "kind",
      -    "next_tool"
      -  ],
      -  "title": "DiscoverRunsRecovery",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / DiscoverWorkflowsRecovery
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "kind": {
      -      "const": "discover_workflows",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "next_tool": {
      -      "enum": [
      -        "list_declared_workflows",
      -        "get_declared_workflow"
      -      ],
      -      "title": "Next Tool",
      -      "type": "string"
      -    },
      -    "retry_after_ms": {
      -      "default": null,
      -      "title": "Retry After Ms",
      -      "type": "null"
      -    },
      -    "safe_to_repeat_same_call": {
      -      "const": false,
      -      "default": false,
      -      "title": "Safe To Repeat Same Call",
      -      "type": "boolean"
      -    }
      -  },
      -  "required": [
      -    "kind",
      -    "next_tool"
      -  ],
      -  "title": "DiscoverWorkflowsRecovery",
      -  "type": "object"
      -}
    • changedOutput schema / $defs / ErrorCode / enum
      Previous value: -[
      -  "INVALID_ARGUMENTS",
      -  "WORKSPACE_NOT_FOUND",
      -  "WORKSPACE_INVALID",
      -  "RUN_NOT_FOUND",
      -  "CAPABILITY_UNAVAILABLE",
      -  "INVALID_CAPTURE_PLAN",
      -  "EXECUTION_REFUSED",
      -  "PROCESS_FAILED",
      -  "PROCESS_TIMEOUT",
      -  "PROCESS_CANCELLED",
      -  "ARTIFACT_TOO_LARGE",
      -  "ARTIFACT_INTEGRITY_FAILED",
      -  "ARTIFACT_PARSE_FAILED",
      -  "EVIDENCE_SCHEMA_MISMATCH",
      -  "COMPARISON_INVALID",
      -  "QUERY_BUDGET_EXCEEDED",
      -  "STORAGE_QUOTA_EXCEEDED",
      -  "WRITE_LOCK_TIMEOUT",
      -  "SENSITIVE_ARTIFACT_REFUSED",
      -  "REVISION_CONFLICT",
      -  "STALE_CURSOR",
      -  "INTERNAL_ERROR"
      -]New value: +[
      +  "INVALID_ARGUMENTS",
      +  "WORKSPACE_NOT_FOUND",
      +  "WORKSPACE_INVALID",
      +  "RUN_NOT_FOUND",
      +  "CAPABILITY_UNAVAILABLE",
      +  "INVALID_CAPTURE_PLAN",
      +  "PLAN_ID_MISMATCH",
      +  "PLAN_TOKEN_UNKNOWN",
      +  "PLAN_TOKEN_EXPIRED",
      +  "PLAN_TOKEN_CONSUMED",
      +  "EXECUTION_REFUSED",
      +  "PROCESS_FAILED",
      +  "PROCESS_TIMEOUT",
      +  "PROCESS_CANCELLED",
      +  "ARTIFACT_TOO_LARGE",
      +  "ARTIFACT_NOT_FOUND",
      +  "ARTIFACT_INTEGRITY_FAILED",
      +  "ARTIFACT_PARSE_FAILED",
      +  "ADAPTER_INCOMPATIBLE",
      +  "EVIDENCE_SCHEMA_MISMATCH",
      +  "COMPARISON_INVALID",
      +  "QUERY_BUDGET_EXCEEDED",
      +  "STORAGE_QUOTA_EXCEEDED",
      +  "WRITE_LOCK_TIMEOUT",
      +  "LOCK_ORDER_VIOLATION",
      +  "SENSITIVE_ARTIFACT_REFUSED",
      +  "REVISION_CONFLICT",
      +  "STALE_CURSOR",
      +  "INTERNAL_ERROR"
      +]
    • removedOutput schema / $defs / ExecutionIdentityInput
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "build_id": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Build Id"
      -    },
      -    "configured_path": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Configured Path"
      -    },
      -    "content_digest": {
      -      "anyOf": [
      -        {
      -          "pattern": "^sha256:[0-9a-f]{64}$",
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Content Digest"
      -    },
      -    "distribution": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Distribution"
      -    },
      -    "kind": {
      -      "enum": [
      -        "python_module",
      -        "native_file"
      -      ],
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "limitations": {
      -      "default": [],
      -      "items": {
      -        "type": "string"
      -      },
      -      "title": "Limitations",
      -      "type": "array"
      -    },
      -    "loaded_path": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Loaded Path"
      -    },
      -    "requested": {
      -      "title": "Requested",
      -      "type": "string"
      -    },
      -    "resolved_path": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Resolved Path"
      -    },
      -    "status": {
      -      "enum": [
      -        "exact",
      -        "missing",
      -        "ambiguous",
      -        "resolution_failed",
      -        "not_observed"
      -      ],
      -      "title": "Status",
      -      "type": "string"
      -    },
      -    "version": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Version"
      -    }
      -  },
      -  "required": [
      -    "kind",
      -    "requested",
      -    "status"
      -  ],
      -  "title": "ExecutionIdentityInput",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / ExecutionRunManifest
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "artifacts": {
      -      "default": [],
      -      "items": {
      -        "$ref": "#/$defs/ArtifactRegistration"
      -      },
      -      "title": "Artifacts",
      -      "type": "array"
      -    },
      -    "capture_status": {
      -      "$ref": "#/$defs/CaptureStatus"
      -    },
      -    "collector": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Collector"
      -    },
      -    "collector_version": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Collector Version"
      -    },
      -    "command": {
      -      "anyOf": [
      -        {
      -          "$ref": "#/$defs/CommandSpec"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null
      -    },
      -    "created_at": {
      -      "format": "date-time",
      -      "title": "Created At",
      -      "type": "string"
      -    },
      -    "environment_id": {
      -      "pattern": "^sha256:[0-9a-f]{64}$",
      -      "title": "Environment Id",
      -      "type": "string"
      -    },
      -    "execution_identity": {
      -      "anyOf": [
      -        {
      -          "$ref": "#/$defs/WorkloadExecutionIdentity"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null
      -    },
      -    "execution_status": {
      -      "enum": [
      -        "planned",
      -        "running",
      -        "succeeded",
      -        "failed",
      -        "timed_out",
      -        "cancelled"
      -      ],
      -      "title": "Execution Status",
      -      "type": "string"
      -    },
      -    "external_context": {
      -      "anyOf": [
      -        {
      -          "$ref": "#/$defs/ExternalExecutionContext"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null
      -    },
      -    "finished_at": {
      -      "anyOf": [
      -        {
      -          "format": "date-time",
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Finished At"
      -    },
      -    "inference_protocol_identity_id": {
      -      "anyOf": [
      -        {
      -          "pattern": "^sha256:[0-9a-f]{64}$",
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Inference Protocol Identity Id"
      -    },
      -    "inference_protocol_identity_json": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Inference Protocol Identity Json"
      -    },
      -    "lease": {
      -      "anyOf": [
      -        {
      -          "$ref": "#/$defs/CaptureLease"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null
      -    },
      -    "limitation_details": {
      -      "default": [],
      -      "items": {
      -        "$ref": "#/$defs/LimitationDetail"
      -      },
      -      "title": "Limitation Details",
      -      "type": "array"
      -    },
      -    "limitations": {
      -      "default": [],
      -      "items": {
      -        "type": "string"
      -      },
      -      "title": "Limitations",
      -      "type": "array"
      -    },
      -    "measurement_protocol_id": {
      -      "anyOf": [
      -        {
      -          "pattern": "^sha256:[0-9a-f]{64}$",
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Measurement Protocol Id"
      -    },
      -    "oracle_receipt": {
      -      "anyOf": [
      -        {
      -          "$ref": "#/$defs/OracleReceiptRecord"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null
      -    },
      -    "preflight": {
      -      "anyOf": [
      -        {
      -          "$ref": "#/$defs/PreflightReport"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null
      -    },
      -    "process": {
      -      "anyOf": [
      -        {
      -          "$ref": "#/$defs/ProcessResult"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null
      -    },
      -    "revision": {
      -      "default": 0,
      -      "minimum": 0,
      -      "title": "Revision",
      -      "type": "integer"
      -    },
      -    "run_id": {
      -      "maxLength": 200,
      -      "minLength": 1,
      -      "title": "Run Id",
      -      "type": "string"
      -    },
      -    "run_type": {
      -      "const": "execution",
      -      "default": "execution",
      -      "title": "Run Type",
      -      "type": "string"
      -    },
      -    "schema_version": {
      -      "const": 1,
      -      "default": 1,
      -      "title": "Schema Version",
      -      "type": "integer"
      -    },
      -    "source_measurement_run_id": {
      -      "anyOf": [
      -        {
      -          "maxLength": 200,
      -          "minLength": 1,
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Source Measurement Run Id"
      -    },
      -    "source_state_id": {
      -      "anyOf": [
      -        {
      -          "pattern": "^sha256:[0-9a-f]{64}$",
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Source State Id"
      -    },
      -    "started_at": {
      -      "anyOf": [
      -        {
      -          "format": "date-time",
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Started At"
      -    },
      -    "validation_status": {
      -      "$ref": "#/$defs/ValidationStatus"
      -    },
      -    "workload_definition_id": {
      -      "anyOf": [
      -        {
      -          "pattern": "^sha256:[0-9a-f]{64}$",
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Workload Definition Id"
      -    },
      -    "workload_instance_id": {
      -      "anyOf": [
      -        {
      -          "pattern": "^sha256:[0-9a-f]{64}$",
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Workload Instance Id"
      -    },
      -    "writable_roots": {
      -      "default": [],
      -      "items": {
      -        "$ref": "#/$defs/WritableRootBinding"
      -      },
      -      "title": "Writable Roots",
      -      "type": "array"
      -    }
      -  },
      -  "required": [
      -    "run_id",
      -    "capture_status",
      -    "validation_status",
      -    "environment_id",
      -    "execution_status"
      -  ],
      -  "title": "ExecutionRunManifest",
      -  "type": "object"
      -}
    • addedOutput schema / $defs / ExecutionStatus
      Added value: +{
      +  "enum": [
      +    "not_applicable",
      +    "planned",
      +    "running",
      +    "succeeded",
      +    "failed",
      +    "timed_out",
      +    "cancelled"
      +  ],
      +  "title": "ExecutionStatus",
      +  "type": "string"
      +}
    • removedOutput schema / $defs / ExternalExecutionContext
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "lease_id": {
      -      "maxLength": 200,
      -      "minLength": 1,
      -      "pattern": "^[A-Za-z0-9._:/-]+$",
      -      "title": "Lease Id",
      -      "type": "string"
      -    },
      -    "orchestration_run_id": {
      -      "maxLength": 200,
      -      "minLength": 1,
      -      "pattern": "^[A-Za-z0-9._:/-]+$",
      -      "title": "Orchestration Run Id",
      -      "type": "string"
      -    },
      -    "orchestrator": {
      -      "maxLength": 100,
      -      "minLength": 1,
      -      "pattern": "^[A-Za-z0-9._:/-]+$",
      -      "title": "Orchestrator",
      -      "type": "string"
      -    },
      -    "provider": {
      -      "maxLength": 100,
      -      "minLength": 1,
      -      "pattern": "^[A-Za-z0-9._:/-]+$",
      -      "title": "Provider",
      -      "type": "string"
      -    },
      -    "sensitivity": {
      -      "default": "internal",
      -      "enum": [
      -        "internal",
      -        "sensitive"
      -      ],
      -      "title": "Sensitivity",
      -      "type": "string"
      -    },
      -    "worker_id": {
      -      "maxLength": 200,
      -      "minLength": 1,
      -      "pattern": "^[A-Za-z0-9._:/-]+$",
      -      "title": "Worker Id",
      -      "type": "string"
      -    }
      -  },
      -  "required": [
      -    "orchestrator",
      -    "provider",
      -    "lease_id",
      -    "worker_id",
      -    "orchestration_run_id"
      -  ],
      -  "title": "ExternalExecutionContext",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / ExtractPerfettoRecovery
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "context": {
      -      "anyOf": [
      -        {
      -          "$ref": "#/$defs/ExtractPerfettoRecoveryContext"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null
      -    },
      -    "kind": {
      -      "const": "extract_perfetto",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "next_tool": {
      -      "const": "extract_perfetto",
      -      "title": "Next Tool",
      -      "type": "string"
      -    },
      -    "retry_after_ms": {
      -      "default": null,
      -      "title": "Retry After Ms",
      -      "type": "null"
      -    },
      -    "safe_to_repeat_same_call": {
      -      "const": true,
      -      "default": true,
      -      "title": "Safe To Repeat Same Call",
      -      "type": "boolean"
      -    }
      -  },
      -  "required": [
      -    "kind",
      -    "next_tool"
      -  ],
      -  "title": "ExtractPerfettoRecovery",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / ExtractPerfettoRecoveryContext
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "kind": {
      -      "const": "extract_perfetto",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "run_id": {
      -      "minLength": 1,
      -      "title": "Run Id",
      -      "type": "string"
      -    }
      -  },
      -  "required": [
      -    "kind",
      -    "run_id"
      -  ],
      -  "title": "ExtractPerfettoRecoveryContext",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / FailurePayload / properties / schema_version
      Removed value: -{
      -  "const": 1,
      -  "title": "Schema Version",
      -  "type": "integer"
      -}
    • changedOutput schema / $defs / FailurePayload / required
      Previous value: -[
      -  "schema_version",
      -  "ok",
      -  "result",
      -  "error"
      -]New value: +[
      +  "ok",
      +  "result",
      +  "error"
      +]
    • removedOutput schema / $defs / ImportArtifactRecovery
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "kind": {
      -      "const": "import_artifact",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "next_tool": {
      -      "const": "import_artifact",
      -      "title": "Next Tool",
      -      "type": "string"
      -    },
      -    "retry_after_ms": {
      -      "default": null,
      -      "title": "Retry After Ms",
      -      "type": "null"
      -    },
      -    "safe_to_repeat_same_call": {
      -      "const": false,
      -      "default": false,
      -      "title": "Safe To Repeat Same Call",
      -      "type": "boolean"
      -    }
      -  },
      -  "required": [
      -    "kind",
      -    "next_tool"
      -  ],
      -  "title": "ImportArtifactRecovery",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / ImportRunManifest
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "artifacts": {
      -      "default": [],
      -      "items": {
      -        "$ref": "#/$defs/ArtifactRegistration"
      -      },
      -      "title": "Artifacts",
      -      "type": "array"
      -    },
      -    "capture_status": {
      -      "$ref": "#/$defs/CaptureStatus"
      -    },
      -    "collector": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Collector"
      -    },
      -    "collector_version": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Collector Version"
      -    },
      -    "command": {
      -      "const": null,
      -      "default": null,
      -      "title": "Command",
      -      "type": "null"
      -    },
      -    "created_at": {
      -      "format": "date-time",
      -      "title": "Created At",
      -      "type": "string"
      -    },
      -    "environment_id": {
      -      "pattern": "^sha256:[0-9a-f]{64}$",
      -      "title": "Environment Id",
      -      "type": "string"
      -    },
      -    "execution_identity": {
      -      "const": null,
      -      "default": null,
      -      "title": "Execution Identity",
      -      "type": "null"
      -    },
      -    "execution_status": {
      -      "const": "not_applicable",
      -      "default": "not_applicable",
      -      "title": "Execution Status",
      -      "type": "string"
      -    },
      -    "external_context": {
      -      "const": null,
      -      "default": null,
      -      "title": "External Context",
      -      "type": "null"
      -    },
      -    "finished_at": {
      -      "const": null,
      -      "default": null,
      -      "title": "Finished At",
      -      "type": "null"
      -    },
      -    "inference_protocol_identity_id": {
      -      "anyOf": [
      -        {
      -          "pattern": "^sha256:[0-9a-f]{64}$",
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Inference Protocol Identity Id"
      -    },
      -    "inference_protocol_identity_json": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Inference Protocol Identity Json"
      -    },
      -    "lease": {
      -      "const": null,
      -      "default": null,
      -      "title": "Lease",
      -      "type": "null"
      -    },
      -    "limitation_details": {
      -      "default": [],
      -      "items": {
      -        "$ref": "#/$defs/LimitationDetail"
      -      },
      -      "title": "Limitation Details",
      -      "type": "array"
      -    },
      -    "limitations": {
      -      "default": [],
      -      "items": {
      -        "type": "string"
      -      },
      -      "title": "Limitations",
      -      "type": "array"
      -    },
      -    "measurement_protocol_id": {
      -      "const": null,
      -      "default": null,
      -      "title": "Measurement Protocol Id",
      -      "type": "null"
      -    },
      -    "oracle_receipt": {
      -      "const": null,
      -      "default": null,
      -      "title": "Oracle Receipt",
      -      "type": "null"
      -    },
      -    "preflight": {
      -      "const": null,
      -      "default": null,
      -      "title": "Preflight",
      -      "type": "null"
      -    },
      -    "process": {
      -      "const": null,
      -      "default": null,
      -      "title": "Process",
      -      "type": "null"
      -    },
      -    "revision": {
      -      "default": 0,
      -      "minimum": 0,
      -      "title": "Revision",
      -      "type": "integer"
      -    },
      -    "run_id": {
      -      "maxLength": 200,
      -      "minLength": 1,
      -      "title": "Run Id",
      -      "type": "string"
      -    },
      -    "run_type": {
      -      "const": "import",
      -      "default": "import",
      -      "title": "Run Type",
      -      "type": "string"
      -    },
      -    "schema_version": {
      -      "const": 1,
      -      "default": 1,
      -      "title": "Schema Version",
      -      "type": "integer"
      -    },
      -    "source_measurement_run_id": {
      -      "const": null,
      -      "default": null,
      -      "title": "Source Measurement Run Id",
      -      "type": "null"
      -    },
      -    "source_state_id": {
      -      "anyOf": [
      -        {
      -          "pattern": "^sha256:[0-9a-f]{64}$",
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Source State Id"
      -    },
      -    "started_at": {
      -      "const": null,
      -      "default": null,
      -      "title": "Started At",
      -      "type": "null"
      -    },
      -    "validation_status": {
      -      "$ref": "#/$defs/ValidationStatus"
      -    },
      -    "workload_definition_id": {
      -      "const": null,
      -      "default": null,
      -      "title": "Workload Definition Id",
      -      "type": "null"
      -    },
      -    "workload_instance_id": {
      -      "const": null,
      -      "default": null,
      -      "title": "Workload Instance Id",
      -      "type": "null"
      -    },
      -    "writable_roots": {
      -      "default": [],
      -      "maxItems": 0,
      -      "minItems": 0,
      -      "title": "Writable Roots",
      -      "type": "array"
      -    }
      -  },
      -  "required": [
      -    "run_id",
      -    "capture_status",
      -    "validation_status",
      -    "environment_id"
      -  ],
      -  "title": "ImportRunManifest",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / InitializeWorkspaceRecovery
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "kind": {
      -      "const": "initialize_workspace",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "next_tool": {
      -      "const": "initialize_workspace",
      -      "title": "Next Tool",
      -      "type": "string"
      -    },
      -    "retry_after_ms": {
      -      "default": null,
      -      "title": "Retry After Ms",
      -      "type": "null"
      -    },
      -    "safe_to_repeat_same_call": {
      -      "const": false,
      -      "default": false,
      -      "title": "Safe To Repeat Same Call",
      -      "type": "boolean"
      -    }
      -  },
      -  "required": [
      -    "kind",
      -    "next_tool"
      -  ],
      -  "title": "InitializeWorkspaceRecovery",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / InspectCapabilitiesRecovery
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "kind": {
      -      "const": "inspect_capabilities",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "next_tool": {
      -      "const": "list_capabilities",
      -      "title": "Next Tool",
      -      "type": "string"
      -    },
      -    "retry_after_ms": {
      -      "default": null,
      -      "title": "Retry After Ms",
      -      "type": "null"
      -    },
      -    "safe_to_repeat_same_call": {
      -      "const": false,
      -      "default": false,
      -      "title": "Safe To Repeat Same Call",
      -      "type": "boolean"
      -    }
      -  },
      -  "required": [
      -    "kind",
      -    "next_tool"
      -  ],
      -  "title": "InspectCapabilitiesRecovery",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / InspectWorkloadConfigurationRecovery
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "kind": {
      -      "const": "inspect_workload_configuration",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "next_tool": {
      -      "const": "workload_configuration_status",
      -      "title": "Next Tool",
      -      "type": "string"
      -    },
      -    "retry_after_ms": {
      -      "default": null,
      -      "title": "Retry After Ms",
      -      "type": "null"
      -    },
      -    "safe_to_repeat_same_call": {
      -      "const": false,
      -      "default": false,
      -      "title": "Safe To Repeat Same Call",
      -      "type": "boolean"
      -    }
      -  },
      -  "required": [
      -    "kind",
      -    "next_tool"
      -  ],
      -  "title": "InspectWorkloadConfigurationRecovery",
      -  "type": "object"
      -}
    • addedOutput schema / $defs / JsonValue
      Added value: +{}
    • removedOutput schema / $defs / LimitationDetail
      Removed value: -{
      -  "additionalProperties": false,
      -  "description": "A bounded, machine-readable explanation of an evidence limitation.",
      -  "properties": {
      -    "code": {
      -      "maxLength": 100,
      -      "minLength": 1,
      -      "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
      -      "title": "Code",
      -      "type": "string"
      -    },
      -    "message": {
      -      "maxLength": 500,
      -      "minLength": 1,
      -      "title": "Message",
      -      "type": "string"
      -    },
      -    "source": {
      -      "enum": [
      -        "adapter",
      -        "containment",
      -        "preflight",
      -        "collector",
      -        "artifact",
      -        "resource",
      -        "validation"
      -      ],
      -      "title": "Source",
      -      "type": "string"
      -    }
      -  },
      -  "required": [
      -    "source",
      -    "code",
      -    "message"
      -  ],
      -  "title": "LimitationDetail",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / ManualConfigurationRecoveryContext
      Removed value: -{
      -  "additionalProperties": false,
      -  "description": "Typed context for configuration that cannot be safely rewritten by MCP.",
      -  "properties": {
      -    "config_path": {
      -      "const": "flameox.toml",
      -      "default": "flameox.toml",
      -      "title": "Config Path",
      -      "type": "string"
      -    },
      -    "diagnostic": {
      -      "maxLength": 500,
      -      "title": "Diagnostic",
      -      "type": "string"
      -    },
      -    "kind": {
      -      "const": "manual_configuration",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "verification_tool": {
      -      "const": "workload_configuration_status",
      -      "default": "workload_configuration_status",
      -      "title": "Verification Tool",
      -      "type": "string"
      -    }
      -  },
      -  "required": [
      -    "kind",
      -    "diagnostic"
      -  ],
      -  "title": "ManualConfigurationRecoveryContext",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / ManualRecovery
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "context": {
      -      "anyOf": [
      -        {
      -          "$ref": "#/$defs/ManualConfigurationRecoveryContext"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null
      -    },
      -    "kind": {
      -      "const": "manual",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "next_tool": {
      -      "default": null,
      -      "title": "Next Tool",
      -      "type": "null"
      -    },
      -    "retry_after_ms": {
      -      "default": null,
      -      "title": "Retry After Ms",
      -      "type": "null"
      -    },
      -    "safe_to_repeat_same_call": {
      -      "const": false,
      -      "default": false,
      -      "title": "Safe To Repeat Same Call",
      -      "type": "boolean"
      -    }
      -  },
      -  "required": [
      -    "kind"
      -  ],
      -  "title": "ManualRecovery",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / OracleReceiptRecord
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "diagnostic_artifact_ids": {
      -      "default": [],
      -      "items": {
      -        "pattern": "^sha256:[0-9a-f]{64}$",
      -        "type": "string"
      -      },
      -      "maxItems": 8,
      -      "title": "Diagnostic Artifact Ids",
      -      "type": "array"
      -    },
      -    "parsing_limitations": {
      -      "default": [],
      -      "items": {
      -        "maxLength": 500,
      -        "type": "string"
      -      },
      -      "maxItems": 16,
      -      "title": "Parsing Limitations",
      -      "type": "array"
      -    },
      -    "receipt": {
      -      "$ref": "#/$defs/OracleReceiptV1"
      -    },
      -    "receipt_artifact_id": {
      -      "pattern": "^sha256:[0-9a-f]{64}$",
      -      "title": "Receipt Artifact Id",
      -      "type": "string"
      -    },
      -    "validation_stderr_artifact_id": {
      -      "anyOf": [
      -        {
      -          "pattern": "^sha256:[0-9a-f]{64}$",
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Validation Stderr Artifact Id"
      -    },
      -    "validation_stdout_artifact_id": {
      -      "anyOf": [
      -        {
      -          "pattern": "^sha256:[0-9a-f]{64}$",
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Validation Stdout Artifact Id"
      -    }
      -  },
      -  "required": [
      -    "receipt",
      -    "receipt_artifact_id"
      -  ],
      -  "title": "OracleReceiptRecord",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / OracleReceiptV1
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "absolute_error": {
      -      "anyOf": [
      -        {
      -          "minimum": 0,
      -          "type": "number"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Absolute Error"
      -    },
      -    "case_id": {
      -      "anyOf": [
      -        {
      -          "maxLength": 200,
      -          "minLength": 1,
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Case Id"
      -    },
      -    "coordinate": {
      -      "default": [],
      -      "items": {
      -        "anyOf": [
      -          {
      -            "type": "string"
      -          },
      -          {
      -            "type": "integer"
      -          }
      -        ]
      -      },
      -      "maxItems": 8,
      -      "title": "Coordinate",
      -      "type": "array"
      -    },
      -    "diagnostic_roles": {
      -      "default": [],
      -      "items": {
      -        "maxLength": 200,
      -        "minLength": 1,
      -        "type": "string"
      -      },
      -      "maxItems": 8,
      -      "title": "Diagnostic Roles",
      -      "type": "array"
      -    },
      -    "expected": {
      -      "anyOf": [
      -        {
      -          "$ref": "#/$defs/OracleReceiptValue"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null
      -    },
      -    "limitations": {
      -      "default": [],
      -      "items": {
      -        "maxLength": 500,
      -        "type": "string"
      -      },
      -      "maxItems": 16,
      -      "title": "Limitations",
      -      "type": "array"
      -    },
      -    "observed": {
      -      "anyOf": [
      -        {
      -          "$ref": "#/$defs/OracleReceiptValue"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null
      -    },
      -    "output_field": {
      -      "anyOf": [
      -        {
      -          "maxLength": 200,
      -          "minLength": 1,
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Output Field"
      -    },
      -    "reason": {
      -      "maxLength": 100,
      -      "minLength": 1,
      -      "pattern": "^[A-Za-z0-9._:-]+$",
      -      "title": "Reason",
      -      "type": "string"
      -    },
      -    "relative_error": {
      -      "anyOf": [
      -        {
      -          "minimum": 0,
      -          "type": "number"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Relative Error"
      -    },
      -    "schema_version": {
      -      "const": "flameox.oracle-receipt.v1",
      -      "title": "Schema Version",
      -      "type": "string"
      -    },
      -    "status": {
      -      "enum": [
      -        "pass",
      -        "fail",
      -        "inconclusive",
      -        "unsupported"
      -      ],
      -      "title": "Status",
      -      "type": "string"
      -    },
      -    "tolerance": {
      -      "anyOf": [
      -        {
      -          "$ref": "#/$defs/OracleTolerance"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null
      -    }
      -  },
      -  "required": [
      -    "schema_version",
      -    "status",
      -    "reason"
      -  ],
      -  "title": "OracleReceiptV1",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / OracleReceiptValue
      Removed value: -{
      -  "discriminator": {
      -    "mapping": {
      -      "digest": "#/$defs/DigestOracleReceiptValue",
      -      "scalar": "#/$defs/ScalarOracleReceiptValue"
      -    },
      -    "propertyName": "kind"
      -  },
      -  "oneOf": [
      -    {
      -      "$ref": "#/$defs/ScalarOracleReceiptValue"
      -    },
      -    {
      -      "$ref": "#/$defs/DigestOracleReceiptValue"
      -    }
      -  ]
      -}
    • removedOutput schema / $defs / OracleTolerance
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "absolute": {
      -      "anyOf": [
      -        {
      -          "minimum": 0,
      -          "type": "number"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Absolute"
      -    },
      -    "equal_nan": {
      -      "default": false,
      -      "title": "Equal Nan",
      -      "type": "boolean"
      -    },
      -    "relative": {
      -      "anyOf": [
      -        {
      -          "minimum": 0,
      -          "type": "number"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Relative"
      -    }
      -  },
      -  "title": "OracleTolerance",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / PreflightReport
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "disposition": {
      -      "enum": [
      -        "ready",
      -        "blocked",
      -        "exploratory"
      -      ],
      -      "title": "Disposition",
      -      "type": "string"
      -    },
      -    "limitations": {
      -      "default": [],
      -      "items": {
      -        "type": "string"
      -      },
      -      "title": "Limitations",
      -      "type": "array"
      -    },
      -    "mode": {
      -      "enum": [
      -        "passive",
      -        "active"
      -      ],
      -      "title": "Mode",
      -      "type": "string"
      -    },
      -    "preflight_id": {
      -      "pattern": "^sha256:[0-9a-f]{64}$",
      -      "title": "Preflight Id",
      -      "type": "string"
      -    },
      -    "requirements": {
      -      "items": {
      -        "$ref": "#/$defs/RequirementResult"
      -      },
      -      "title": "Requirements",
      -      "type": "array"
      -    },
      -    "schema_version": {
      -      "const": 1,
      -      "default": 1,
      -      "title": "Schema Version",
      -      "type": "integer"
      -    }
      -  },
      -  "required": [
      -    "preflight_id",
      -    "mode",
      -    "disposition",
      -    "requirements"
      -  ],
      -  "title": "PreflightReport",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / PrepareAdapterRecovery
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "kind": {
      -      "const": "prepare_adapter",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "next_tool": {
      -      "const": "prepare_adapter",
      -      "title": "Next Tool",
      -      "type": "string"
      -    },
      -    "retry_after_ms": {
      -      "default": null,
      -      "title": "Retry After Ms",
      -      "type": "null"
      -    },
      -    "safe_to_repeat_same_call": {
      -      "const": true,
      -      "default": true,
      -      "title": "Safe To Repeat Same Call",
      -      "type": "boolean"
      -    }
      -  },
      -  "required": [
      -    "kind",
      -    "next_tool"
      -  ],
      -  "title": "PrepareAdapterRecovery",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / PrepareWorkloadDependenciesRecovery
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "kind": {
      -      "const": "prepare_workload_dependencies",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "next_tool": {
      -      "const": "prepare_workload_dependencies",
      -      "title": "Next Tool",
      -      "type": "string"
      -    },
      -    "retry_after_ms": {
      -      "default": null,
      -      "title": "Retry After Ms",
      -      "type": "null"
      -    },
      -    "safe_to_repeat_same_call": {
      -      "const": true,
      -      "default": true,
      -      "title": "Safe To Repeat Same Call",
      -      "type": "boolean"
      -    }
      -  },
      -  "required": [
      -    "kind",
      -    "next_tool"
      -  ],
      -  "title": "PrepareWorkloadDependenciesRecovery",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / ProcessResult
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "cancellation_cause": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Cancellation Cause"
      -    },
      -    "cleanup_complete": {
      -      "anyOf": [
      -        {
      -          "type": "boolean"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Cleanup Complete"
      -    },
      -    "exit_code": {
      -      "anyOf": [
      -        {
      -          "type": "integer"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Exit Code"
      -    },
      -    "peak_rss_bytes": {
      -      "anyOf": [
      -        {
      -          "minimum": 0,
      -          "type": "integer"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Peak Rss Bytes"
      -    },
      -    "resources": {
      -      "anyOf": [
      -        {
      -          "$ref": "#/$defs/RuntimeResourceSummary"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null
      -    },
      -    "stderr": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Stderr"
      -    },
      -    "stdout": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Stdout"
      -    },
      -    "terminating_signal": {
      -      "anyOf": [
      -        {
      -          "type": "integer"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Terminating Signal"
      -    },
      -    "timed_out": {
      -      "default": false,
      -      "title": "Timed Out",
      -      "type": "boolean"
      -    },
      -    "wall_time_ns": {
      -      "anyOf": [
      -        {
      -          "minimum": 0,
      -          "type": "integer"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Wall Time Ns"
      -    }
      -  },
      -  "title": "ProcessResult",
      -  "type": "object"
      -}
    • addedOutput schema / $defs / ProjectionVisibilityState
      Added value: +{
      +  "enum": [
      +    "pending",
      +    "published",
      +    "failed",
      +    "intentionally_absent",
      +    "untracked"
      +  ],
      +  "title": "ProjectionVisibilityState",
      +  "type": "string"
      +}
    • removedOutput schema / $defs / RecoveryAction / discriminator / mapping / configure_inference
      Removed value: -"#/$defs/ConfigureInferenceRecovery"
    • removedOutput schema / $defs / RecoveryAction / discriminator / mapping / configure_workload
      Removed value: -"#/$defs/ConfigureWorkloadRecovery"
    • removedOutput schema / $defs / RecoveryAction / discriminator / mapping / discover_artifacts
      Removed value: -"#/$defs/DiscoverArtifactsRecovery"
    • removedOutput schema / $defs / RecoveryAction / discriminator / mapping / discover_runs
      Removed value: -"#/$defs/DiscoverRunsRecovery"
    • removedOutput schema / $defs / RecoveryAction / discriminator / mapping / discover_workflows
      Removed value: -"#/$defs/DiscoverWorkflowsRecovery"
    • addedOutput schema / $defs / RecoveryAction / discriminator / mapping / external
      Added value: +"#/$defs/RecoveryExternalAction"
    • removedOutput schema / $defs / RecoveryAction / discriminator / mapping / extract_perfetto
      Removed value: -"#/$defs/ExtractPerfettoRecovery"
    • removedOutput schema / $defs / RecoveryAction / discriminator / mapping / import_artifact
      Removed value: -"#/$defs/ImportArtifactRecovery"
    • removedOutput schema / $defs / RecoveryAction / discriminator / mapping / initialize_workspace
      Removed value: -"#/$defs/InitializeWorkspaceRecovery"
    • removedOutput schema / $defs / RecoveryAction / discriminator / mapping / inspect_capabilities
      Removed value: -"#/$defs/InspectCapabilitiesRecovery"
    • removedOutput schema / $defs / RecoveryAction / discriminator / mapping / inspect_workload_configuration
      Removed value: -"#/$defs/InspectWorkloadConfigurationRecovery"
    • changedOutput schema / $defs / RecoveryAction / discriminator / mapping / manual
      Previous value: -"#/$defs/ManualRecovery"New value: +"#/$defs/RecoveryManualAction"
    • removedOutput schema / $defs / RecoveryAction / discriminator / mapping / prepare_adapter
      Removed value: -"#/$defs/PrepareAdapterRecovery"
    • removedOutput schema / $defs / RecoveryAction / discriminator / mapping / prepare_workload_dependencies
      Removed value: -"#/$defs/PrepareWorkloadDependenciesRecovery"
    • changedOutput schema / $defs / RecoveryAction / discriminator / mapping / repeat_same_call
      Previous value: -"#/$defs/RepeatSameCallRecovery"New value: +"#/$defs/RetryRecovery"
    • removedOutput schema / $defs / RecoveryAction / discriminator / mapping / replan_capture
      Removed value: -"#/$defs/ReplanCaptureRecovery"
    • removedOutput schema / $defs / RecoveryAction / discriminator / mapping / replan_inference
      Removed value: -"#/$defs/ReplanInferenceRecovery"
    • removedOutput schema / $defs / RecoveryAction / discriminator / mapping / start_capability_setup
      Removed value: -"#/$defs/StartCapabilitySetupRecovery"
    • addedOutput schema / $defs / RecoveryAction / discriminator / mapping / tool
      Added value: +"#/$defs/RecoveryToolAction"
    • changedOutput schema / $defs / RecoveryAction / discriminator / mapping / wait_then_repeat
      Previous value: -"#/$defs/WaitThenRepeatRecovery"New value: +"#/$defs/RetryRecovery"
    • changedOutput schema / $defs / RecoveryAction / oneOf
      Previous value: -[
      -  {
      -    "$ref": "#/$defs/RepeatSameCallRecovery"
      -  },
      -  {
      -    "$ref": "#/$defs/WaitThenRepeatRecovery"
      -  },
      -  {
      -    "$ref": "#/$defs/ReplanCaptureRecovery"
      -  },
      -  {
      -    "$ref": "#/$defs/InitializeWorkspaceRecovery"
      -  },
      -  {
      -    "$ref": "#/$defs/ConfigureWorkloadRecovery"
      -  },
      -  {
      -    "$ref": "#/$defs/InspectWorkloadConfigurationRecovery"
      -  },
      -  {
      -    "$ref": "#/$defs/StartCapabilitySetupRecovery"
      -  },
      -  {
      -    "$ref": "#/$defs/PrepareAdapterRecovery"
      -  },
      -  {
      -    "$ref": "#/$defs/PrepareWorkloadDependenciesRecovery"
      -  },
      -  {
      -    "$ref": "#/$defs/InspectCapabilitiesRecovery"
      -  },
      -  {
      -    "$ref": "#/$defs/DiscoverWorkflowsRecovery"
      -  },
      -  {
      -    "$ref": "#/$defs/DiscoverRunsRecovery"
      -  },
      -  {
      -    "$ref": "#/$defs/DiscoverArtifactsRecovery"
      -  },
      -  {
      -    "$ref": "#/$defs/ImportArtifactRecovery"
      -  },
      -  {
      -    "$ref": "#/$defs/ExtractPerfettoRecovery"
      -  },
      -  {
      -    "$ref": "#/$defs/ConfigureInferenceRecovery"
      -  },
      -  {
      -    "$ref": "#/$defs/ReplanInferenceRecovery"
      -  },
      -  {
      -    "$ref": "#/$defs/ManualRecovery"
      -  }
      -]New value: +[
      +  {
      +    "$ref": "#/$defs/RetryRecovery"
      +  },
      +  {
      +    "$ref": "#/$defs/RecoveryToolAction"
      +  },
      +  {
      +    "$ref": "#/$defs/RecoveryManualAction"
      +  },
      +  {
      +    "$ref": "#/$defs/RecoveryExternalAction"
      +  }
      +]
    • addedOutput schema / $defs / RecoveryExternalAction
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "instruction": {
      +      "maxLength": 500,
      +      "minLength": 1,
      +      "title": "Instruction",
      +      "type": "string"
      +    },
      +    "kind": {
      +      "const": "external",
      +      "default": "external",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "retry_after_ms": {
      +      "default": null,
      +      "title": "Retry After Ms",
      +      "type": "null"
      +    },
      +    "safe_to_repeat_same_call": {
      +      "const": false,
      +      "default": false,
      +      "title": "Safe To Repeat Same Call",
      +      "type": "boolean"
      +    },
      +    "system": {
      +      "maxLength": 100,
      +      "minLength": 1,
      +      "title": "System",
      +      "type": "string"
      +    }
      +  },
      +  "required": [
      +    "instruction",
      +    "system"
      +  ],
      +  "title": "RecoveryExternalAction",
      +  "type": "object"
      +}
    • addedOutput schema / $defs / RecoveryManualAction
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "instruction": {
      +      "maxLength": 500,
      +      "minLength": 1,
      +      "title": "Instruction",
      +      "type": "string"
      +    },
      +    "kind": {
      +      "const": "manual",
      +      "default": "manual",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "missing_arguments": {
      +      "default": [],
      +      "items": {
      +        "type": "string"
      +      },
      +      "title": "Missing Arguments",
      +      "type": "array"
      +    },
      +    "retry_after_ms": {
      +      "default": null,
      +      "title": "Retry After Ms",
      +      "type": "null"
      +    },
      +    "safe_to_repeat_same_call": {
      +      "const": false,
      +      "default": false,
      +      "title": "Safe To Repeat Same Call",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "instruction"
      +  ],
      +  "title": "RecoveryManualAction",
      +  "type": "object"
      +}
    • addedOutput schema / $defs / RecoveryToolAction
      Added value: +{
      +  "additionalProperties": false,
      +  "description": "One executable MCP recovery action with a concrete tool name.",
      +  "properties": {
      +    "arguments": {
      +      "additionalProperties": true,
      +      "title": "Arguments",
      +      "type": "object"
      +    },
      +    "kind": {
      +      "const": "tool",
      +      "default": "tool",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "retry_after_ms": {
      +      "default": null,
      +      "title": "Retry After Ms",
      +      "type": "null"
      +    },
      +    "safe_to_repeat_same_call": {
      +      "const": false,
      +      "default": false,
      +      "title": "Safe To Repeat Same Call",
      +      "type": "boolean"
      +    },
      +    "tool_name": {
      +      "$ref": "#/$defs/ToolName"
      +    }
      +  },
      +  "required": [
      +    "tool_name"
      +  ],
      +  "title": "RecoveryToolAction",
      +  "type": "object"
      +}
    • removedOutput schema / $defs / RepeatSameCallRecovery
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "kind": {
      -      "const": "repeat_same_call",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "next_tool": {
      -      "default": null,
      -      "title": "Next Tool",
      -      "type": "null"
      -    },
      -    "retry_after_ms": {
      -      "minimum": 0,
      -      "title": "Retry After Ms",
      -      "type": "integer"
      -    },
      -    "safe_to_repeat_same_call": {
      -      "const": true,
      -      "default": true,
      -      "title": "Safe To Repeat Same Call",
      -      "type": "boolean"
      -    }
      -  },
      -  "required": [
      -    "kind",
      -    "retry_after_ms"
      -  ],
      -  "title": "RepeatSameCallRecovery",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / ReplanCaptureRecovery
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "kind": {
      -      "const": "replan_capture",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "next_tool": {
      -      "const": "plan_capture",
      -      "title": "Next Tool",
      -      "type": "string"
      -    },
      -    "retry_after_ms": {
      -      "default": null,
      -      "title": "Retry After Ms",
      -      "type": "null"
      -    },
      -    "safe_to_repeat_same_call": {
      -      "const": false,
      -      "default": false,
      -      "title": "Safe To Repeat Same Call",
      -      "type": "boolean"
      -    }
      -  },
      -  "required": [
      -    "kind",
      -    "next_tool"
      -  ],
      -  "title": "ReplanCaptureRecovery",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / ReplanInferenceRecovery
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "kind": {
      -      "const": "replan_inference",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "next_tool": {
      -      "const": "plan_inference_scenario",
      -      "title": "Next Tool",
      -      "type": "string"
      -    },
      -    "retry_after_ms": {
      -      "default": null,
      -      "title": "Retry After Ms",
      -      "type": "null"
      -    },
      -    "safe_to_repeat_same_call": {
      -      "const": false,
      -      "default": false,
      -      "title": "Safe To Repeat Same Call",
      -      "type": "boolean"
      -    }
      -  },
      -  "required": [
      -    "kind",
      -    "next_tool"
      -  ],
      -  "title": "ReplanInferenceRecovery",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / RequirementResult
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "evidence": {
      -      "default": [],
      -      "items": {
      -        "type": "string"
      -      },
      -      "title": "Evidence",
      -      "type": "array"
      -    },
      -    "identity": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Identity"
      -    },
      -    "kind": {
      -      "enum": [
      -        "executable",
      -        "python_distribution",
      -        "capability"
      -      ],
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "limitations": {
      -      "default": [],
      -      "items": {
      -        "type": "string"
      -      },
      -      "title": "Limitations",
      -      "type": "array"
      -    },
      -    "next_tool": {
      -      "anyOf": [
      -        {
      -          "enum": [
      -            "prepare_adapter",
      -            "start_capability_setup",
      -            "prepare_workload_dependencies",
      -            "list_capabilities",
      -            "plan_capture"
      -          ],
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Next Tool"
      -    },
      -    "probe_kind": {
      -      "enum": [
      -        "passive",
      -        "active"
      -      ],
      -      "title": "Probe Kind",
      -      "type": "string"
      -    },
      -    "remediation": {
      -      "default": [],
      -      "items": {
      -        "type": "string"
      -      },
      -      "title": "Remediation",
      -      "type": "array"
      -    },
      -    "required": {
      -      "title": "Required",
      -      "type": "boolean"
      -    },
      -    "requirement": {
      -      "title": "Requirement",
      -      "type": "string"
      -    },
      -    "status": {
      -      "enum": [
      -        "available",
      -        "absent",
      -        "permission_denied",
      -        "environment_blocked",
      -        "unsupported",
      -        "unknown",
      -        "probe_failed"
      -      ],
      -      "title": "Status",
      -      "type": "string"
      -    }
      -  },
      -  "required": [
      -    "requirement",
      -    "kind",
      -    "required",
      -    "probe_kind",
      -    "status"
      -  ],
      -  "title": "RequirementResult",
      -  "type": "object"
      -}
    • addedOutput schema / $defs / RetryRecovery
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "kind": {
      +      "enum": [
      +        "repeat_same_call",
      +        "wait_then_repeat"
      +      ],
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "retry_after_ms": {
      +      "minimum": 0,
      +      "title": "Retry After Ms",
      +      "type": "integer"
      +    },
      +    "safe_to_repeat_same_call": {
      +      "const": true,
      +      "default": true,
      +      "title": "Safe To Repeat Same Call",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "kind",
      +    "retry_after_ms"
      +  ],
      +  "title": "RetryRecovery",
      +  "type": "object"
      +}
    • removedOutput schema / $defs / RunManifest
      Removed value: -{
      -  "discriminator": {
      -    "mapping": {
      -      "execution": "#/$defs/ExecutionRunManifest",
      -      "import": "#/$defs/ImportRunManifest"
      -    },
      -    "propertyName": "run_type"
      -  },
      -  "oneOf": [
      -    {
      -      "$ref": "#/$defs/ImportRunManifest"
      -    },
      -    {
      -      "$ref": "#/$defs/ExecutionRunManifest"
      -    }
      -  ]
      -}
    • addedOutput schema / $defs / RunSemanticsProjection
      Added value: +{
      +  "additionalProperties": false,
      +  "description": "Bounded, transport-safe view of authoritative run semantics.",
      +  "properties": {
      +    "adapter": {
      +      "anyOf": [
      +        {
      +          "maxLength": 200,
      +          "minLength": 1,
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Adapter"
      +    },
      +    "adapter_version": {
      +      "anyOf": [
      +        {
      +          "maxLength": 200,
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Adapter Version"
      +    },
      +    "bounds": {
      +      "additionalProperties": {
      +        "$ref": "#/$defs/JsonValue"
      +      },
      +      "maxProperties": 32,
      +      "propertyNames": {
      +        "maxLength": 200,
      +        "minLength": 1
      +      },
      +      "title": "Bounds",
      +      "type": "object"
      +    },
      +    "filters": {
      +      "additionalProperties": {
      +        "$ref": "#/$defs/JsonValue"
      +      },
      +      "maxProperties": 32,
      +      "propertyNames": {
      +        "maxLength": 200,
      +        "minLength": 1
      +      },
      +      "title": "Filters",
      +      "type": "object"
      +    },
      +    "mode": {
      +      "anyOf": [
      +        {
      +          "$ref": "#/$defs/JsonValue"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null
      +    },
      +    "origin": {
      +      "enum": [
      +        "capture",
      +        "import",
      +        "internal"
      +      ],
      +      "title": "Origin",
      +      "type": "string"
      +    },
      +    "process_scope": {
      +      "anyOf": [
      +        {
      +          "$ref": "#/$defs/JsonValue"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null
      +    },
      +    "semantic_id": {
      +      "pattern": "^sha256:[0-9a-f]{64}$",
      +      "title": "Semantic Id",
      +      "type": "string"
      +    },
      +    "unavailable_fields": {
      +      "default": [],
      +      "items": {
      +        "maxLength": 200,
      +        "minLength": 1,
      +        "type": "string"
      +      },
      +      "maxItems": 32,
      +      "title": "Unavailable Fields",
      +      "type": "array"
      +    },
      +    "workload_cwd": {
      +      "anyOf": [
      +        {
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Workload Cwd"
      +    }
      +  },
      +  "required": [
      +    "semantic_id",
      +    "origin"
      +  ],
      +  "title": "RunSemanticsProjection",
      +  "type": "object"
      +}
    • addedOutput schema / $defs / RunType
      Added value: +{
      +  "enum": [
      +    "execution",
      +    "import"
      +  ],
      +  "title": "RunType",
      +  "type": "string"
      +}
    • removedOutput schema / $defs / RuntimeResourceSummary
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "minimum_free_bytes": {
      -      "anyOf": [
      -        {
      -          "minimum": 0,
      -          "type": "integer"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Minimum Free Bytes"
      -    },
      -    "peak_rss_backend": {
      -      "anyOf": [
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Peak Rss Backend"
      -    },
      -    "peak_rss_bytes": {
      -      "anyOf": [
      -        {
      -          "minimum": 0,
      -          "type": "integer"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Peak Rss Bytes"
      -    },
      -    "policy_termination": {
      -      "anyOf": [
      -        {
      -          "enum": [
      -            "storage_reserve_exceeded",
      -            "memory_limit_exceeded"
      -          ],
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Policy Termination"
      -    },
      -    "sampling_interval_ms": {
      -      "exclusiveMinimum": 0,
      -      "title": "Sampling Interval Ms",
      -      "type": "integer"
      -    },
      -    "staging_growth_bytes": {
      -      "anyOf": [
      -        {
      -          "minimum": 0,
      -          "type": "integer"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "default": null,
      -      "title": "Staging Growth Bytes"
      -    },
      -    "unavailable_metrics": {
      -      "default": [],
      -      "items": {
      -        "type": "string"
      -      },
      -      "title": "Unavailable Metrics",
      -      "type": "array"
      -    },
      -    "writable_root_growth_bytes": {
      -      "additionalProperties": {
      -        "minimum": 0,
      -        "type": "integer"
      -      },
      -      "title": "Writable Root Growth Bytes",
      -      "type": "object"
      -    }
      -  },
      -  "required": [
      -    "sampling_interval_ms"
      -  ],
      -  "title": "RuntimeResourceSummary",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / ScalarOracleReceiptValue
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "kind": {
      -      "const": "scalar",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "value": {
      -      "anyOf": [
      -        {
      -          "type": "boolean"
      -        },
      -        {
      -          "type": "integer"
      -        },
      -        {
      -          "type": "number"
      -        },
      -        {
      -          "type": "string"
      -        },
      -        {
      -          "type": "null"
      -        }
      -      ],
      -      "title": "Value"
      -    }
      -  },
      -  "required": [
      -    "kind",
      -    "value"
      -  ],
      -  "title": "ScalarOracleReceiptValue",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / StartCapabilitySetupRecovery
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "kind": {
      -      "const": "start_capability_setup",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "next_tool": {
      -      "const": "start_capability_setup",
      -      "title": "Next Tool",
      -      "type": "string"
      -    },
      -    "retry_after_ms": {
      -      "default": null,
      -      "title": "Retry After Ms",
      -      "type": "null"
      -    },
      -    "safe_to_repeat_same_call": {
      -      "const": true,
      -      "default": true,
      -      "title": "Safe To Repeat Same Call",
      -      "type": "boolean"
      -    }
      -  },
      -  "required": [
      -    "kind",
      -    "next_tool"
      -  ],
      -  "title": "StartCapabilitySetupRecovery",
      -  "type": "object"
      -}
    • addedOutput schema / $defs / SuccessPayload_AgentRunProjection_
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "error": {
      +      "title": "Error",
      +      "type": "null"
      +    },
      +    "ok": {
      +      "const": true,
      +      "title": "Ok",
      +      "type": "boolean"
      +    },
      +    "result": {
      +      "additionalProperties": false,
      +      "description": "Privacy-safe, snapshot-bound run projection for ordinary agent transports.",
      +      "properties": {
      +        "artifact_count": {
      +          "default": 0,
      +          "minimum": 0,
      +          "title": "Artifact Count",
      +          "type": "integer"
      +        },
      +        "artifact_ids": {
      +          "default": [],
      +          "items": {
      +            "type": "string"
      +          },
      +          "maxItems": 100,
      +          "title": "Artifact Ids",
      +          "type": "array"
      +        },
      +        "artifact_list_truncated": {
      +          "default": false,
      +          "title": "Artifact List Truncated",
      +          "type": "boolean"
      +        },
      +        "capture_status": {
      +          "$ref": "#/$defs/CaptureStatus"
      +        },
      +        "command": {
      +          "anyOf": [
      +            {
      +              "$ref": "#/$defs/AgentCommandProjection"
      +            },
      +            {
      +              "type": "null"
      +            }
      +          ],
      +          "default": null
      +        },
      +        "corpus_commit_id": {
      +          "title": "Corpus Commit Id",
      +          "type": "string"
      +        },
      +        "created_at": {
      +          "title": "Created At",
      +          "type": "string"
      +        },
      +        "environment_id": {
      +          "title": "Environment Id",
      +          "type": "string"
      +        },
      +        "execution_status": {
      +          "$ref": "#/$defs/ExecutionStatus"
      +        },
      +        "external_context": {
      +          "anyOf": [
      +            {
      +              "$ref": "#/$defs/AgentExternalContextProjection"
      +            },
      +            {
      +              "type": "null"
      +            }
      +          ],
      +          "default": null
      +        },
      +        "finished_at": {
      +          "anyOf": [
      +            {
      +              "type": "string"
      +            },
      +            {
      +              "type": "null"
      +            }
      +          ],
      +          "default": null,
      +          "title": "Finished At"
      +        },
      +        "limitation_codes": {
      +          "default": [],
      +          "items": {
      +            "type": "string"
      +          },
      +          "maxItems": 100,
      +          "title": "Limitation Codes",
      +          "type": "array"
      +        },
      +        "limitation_count": {
      +          "default": 0,
      +          "minimum": 0,
      +          "title": "Limitation Count",
      +          "type": "integer"
      +        },
      +        "manifest_digest": {
      +          "title": "Manifest Digest",
      +          "type": "string"
      +        },
      +        "manifest_source": {
      +          "enum": [
      +            "corpus_projection",
      +            "control_plane"
      +          ],
      +          "title": "Manifest Source",
      +          "type": "string"
      +        },
      +        "measurement_protocol_id": {
      +          "anyOf": [
      +            {
      +              "type": "string"
      +            },
      +            {
      +              "type": "null"
      +            }
      +          ],
      +          "default": null,
      +          "title": "Measurement Protocol Id"
      +        },
      +        "projection": {
      +          "$ref": "#/$defs/AgentRunProjectionStatus"
      +        },
      +        "recovery_actions": {
      +          "default": [],
      +          "items": {
      +            "$ref": "#/$defs/ToolAction"
      +          },
      +          "maxItems": 2,
      +          "title": "Recovery Actions",
      +          "type": "array"
      +        },
      +        "redactions": {
      +          "items": {
      +            "enum": [
      +              "command_arguments",
      +              "environment_values",
      +              "sensitive_external_identifiers",
      +              "host_paths",
      +              "limitation_text"
      +            ],
      +            "type": "string"
      +          },
      +          "title": "Redactions",
      +          "type": "array"
      +        },
      +        "revision": {
      +          "minimum": 0,
      +          "title": "Revision",
      +          "type": "integer"
      +        },
      +        "run_id": {
      +          "title": "Run Id",
      +          "type": "string"
      +        },
      +        "run_type": {
      +          "$ref": "#/$defs/RunType"
      +        },
      +        "semantics": {
      +          "$ref": "#/$defs/RunSemanticsProjection"
      +        },
      +        "source_measurement_run_id": {
      +          "anyOf": [
      +            {
      +              "type": "string"
      +            },
      +            {
      +              "type": "null"
      +            }
      +          ],
      +          "default": null,
      +          "title": "Source Measurement Run Id"
      +        },
      +        "source_state_id": {
      +          "anyOf": [
      +            {
      +              "type": "string"
      +            },
      +            {
      +              "type": "null"
      +            }
      +          ],
      +          "default": null,
      +          "title": "Source State Id"
      +        },
      +        "started_at": {
      +          "anyOf": [
      +            {
      +              "type": "string"
      +            },
      +            {
      +              "type": "null"
      +            }
      +          ],
      +          "default": null,
      +          "title": "Started At"
      +        },
      +        "validation_status": {
      +          "$ref": "#/$defs/ValidationStatus"
      +        },
      +        "workload_definition_id": {
      +          "anyOf": [
      +            {
      +              "type": "string"
      +            },
      +            {
      +              "type": "null"
      +            }
      +          ],
      +          "default": null,
      +          "title": "Workload Definition Id"
      +        },
      +        "workload_instance_id": {
      +          "anyOf": [
      +            {
      +              "type": "string"
      +            },
      +            {
      +              "type": "null"
      +            }
      +          ],
      +          "default": null,
      +          "title": "Workload Instance Id"
      +        }
      +      },
      +      "required": [
      +        "corpus_commit_id",
      +        "manifest_digest",
      +        "manifest_source",
      +        "projection",
      +        "run_id",
      +        "revision",
      +        "run_type",
      +        "created_at",
      +        "execution_status",
      +        "capture_status",
      +        "validation_status",
      +        "environment_id",
      +        "semantics",
      +        "redactions"
      +      ],
      +      "title": "AgentRunProjection",
      +      "type": "object"
      +    }
      +  },
      +  "required": [
      +    "ok",
      +    "result",
      +    "error"
      +  ],
      +  "title": "SuccessPayload[AgentRunProjection]",
      +  "type": "object"
      +}
    • removedOutput schema / $defs / SuccessPayload_RunManifest_
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "error": {
      -      "title": "Error",
      -      "type": "null"
      -    },
      -    "ok": {
      -      "const": true,
      -      "title": "Ok",
      -      "type": "boolean"
      -    },
      -    "result": {
      -      "$ref": "#/$defs/RunManifest"
      -    },
      -    "schema_version": {
      -      "const": 1,
      -      "title": "Schema Version",
      -      "type": "integer"
      -    }
      -  },
      -  "required": [
      -    "schema_version",
      -    "ok",
      -    "result",
      -    "error"
      -  ],
      -  "title": "SuccessPayload[RunManifest]",
      -  "type": "object"
      -}
    • addedOutput schema / $defs / ToolAction
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "action": {
      +      "$ref": "#/$defs/ActionId"
      +    },
      +    "arguments": {
      +      "additionalProperties": true,
      +      "title": "Arguments",
      +      "type": "object"
      +    },
      +    "kind": {
      +      "const": "tool",
      +      "default": "tool",
      +      "title": "Kind",
      +      "type": "string"
      +    }
      +  },
      +  "required": [
      +    "action"
      +  ],
      +  "title": "ToolAction",
      +  "type": "object"
      +}
    • addedOutput schema / $defs / ToolName
      Added value: +{
      +  "enum": [
      +    "initialize_workspace",
      +    "workload_configuration_status",
      +    "configure_workload",
      +    "list_capabilities",
      +    "start_capability_setup",
      +    "get_capability_setup",
      +    "prepare_adapter",
      +    "prepare_workload_dependencies",
      +    "list_declared_workflows",
      +    "get_declared_workflow",
      +    "plan_fault_experiment",
      +    "plan_capture",
      +    "start_detached_capture",
      +    "get_detached_capture",
      +    "rebuild_catalog",
      +    "list_runs",
      +    "list_artifacts",
      +    "preview_artifact",
      +    "get_native_viewer_plan",
      +    "import_artifact",
      +    "import_xctrace",
      +    "extract_perfetto",
      +    "extract_memray",
      +    "get_extraction",
      +    "extract_nsight_systems",
      +    "extract_nsight_compute",
      +    "extract_compute_sanitizer",
      +    "configure_inference_server",
      +    "list_inference_configurations",
      +    "plan_inference_scenario",
      +    "execute_reduction",
      +    "get_reduction",
      +    "analyze_memory",
      +    "analyze_nsight_compute"
      +  ],
      +  "title": "ToolName",
      +  "type": "string"
      +}
    • removedOutput schema / $defs / WaitThenRepeatRecovery
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "kind": {
      -      "const": "wait_then_repeat",
      -      "title": "Kind",
      -      "type": "string"
      -    },
      -    "next_tool": {
      -      "default": null,
      -      "title": "Next Tool",
      -      "type": "null"
      -    },
      -    "retry_after_ms": {
      -      "minimum": 0,
      -      "title": "Retry After Ms",
      -      "type": "integer"
      -    },
      -    "safe_to_repeat_same_call": {
      -      "const": true,
      -      "default": true,
      -      "title": "Safe To Repeat Same Call",
      -      "type": "boolean"
      -    }
      -  },
      -  "required": [
      -    "kind",
      -    "retry_after_ms"
      -  ],
      -  "title": "WaitThenRepeatRecovery",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / WorkloadExecutionIdentity
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "identity_id": {
      -      "pattern": "^sha256:[0-9a-f]{64}$",
      -      "title": "Identity Id",
      -      "type": "string"
      -    },
      -    "inputs": {
      -      "items": {
      -        "$ref": "#/$defs/ExecutionIdentityInput"
      -      },
      -      "title": "Inputs",
      -      "type": "array"
      -    },
      -    "missing_inputs": {
      -      "default": [],
      -      "items": {
      -        "type": "string"
      -      },
      -      "title": "Missing Inputs",
      -      "type": "array"
      -    },
      -    "quality": {
      -      "enum": [
      -        "exact",
      -        "partial",
      -        "unknown",
      -        "not_applicable"
      -      ],
      -      "title": "Quality",
      -      "type": "string"
      -    },
      -    "schema_version": {
      -      "const": 1,
      -      "default": 1,
      -      "title": "Schema Version",
      -      "type": "integer"
      -    }
      -  },
      -  "required": [
      -    "identity_id",
      -    "quality",
      -    "inputs"
      -  ],
      -  "title": "WorkloadExecutionIdentity",
      -  "type": "object"
      -}
    • removedOutput schema / $defs / WritableRootBinding
      Removed value: -{
      -  "additionalProperties": false,
      -  "properties": {
      -    "storage_path": {
      -      "title": "Storage Path",
      -      "type": "string"
      -    },
      -    "target_identity": {
      -      "pattern": "^sha256:[0-9a-f]{64}$",
      -      "title": "Target Identity",
      -      "type": "string"
      -    },
      -    "target_path": {
      -      "title": "Target Path",
      -      "type": "string"
      -    }
      -  },
      -  "required": [
      -    "target_path",
      -    "storage_path",
      -    "target_identity"
      -  ],
      -  "title": "WritableRootBinding",
      -  "type": "object"
      -}
    • changedOutput schema / discriminator / mapping / True
      Previous value: -"#/$defs/SuccessPayload_RunManifest_"New value: +"#/$defs/SuccessPayload_AgentRunProjection_"
    • changedOutput schema / oneOf
      Previous value: -[
      -  {
      -    "$ref": "#/$defs/SuccessPayload_RunManifest_"
      -  },
      -  {
      -    "$ref": "#/$defs/FailurePayload"
      -  }
      -]New value: +[
      +  {
      +    "$ref": "#/$defs/SuccessPayload_AgentRunProjection_"
      +  },
      +  {
      +    "$ref": "#/$defs/FailurePayload"
      +  }
      +]
    • changedOutput schema / title
      Previous value: -"ToolPayload[RunManifest]"New value: +"ToolPayload[AgentRunProjection]"
  2. Changed65 schema fields changedv0.1.12
    • removedInput schema / additionalProperties
      Removed value: -false
    • changedOutput schema / $defs / ArtifactKind / enum
      Previous value: -[
      -  "execution_trace",
      -  "otlp_trace",
      -  "python_startup",
      -  "test_execution",
      -  "sample_profile",
      -  "memory_profile",
      -  "benchmark_samples",
      -  "execution_coverage",
      -  "semantic_observations",
      -  "process_output",
      -  "validation_output",
      -  "core_dump",
      -  "sanitizer_report",
      -  "source_snapshot",
      -  "collector_metadata",
      -  "analysis_result",
      -  "process_tree_snapshot",
      -  "experiment_configuration"
      -]New value: +[
      +  "execution_trace",
      +  "otlp_trace",
      +  "python_startup",
      +  "test_execution",
      +  "sample_profile",
      +  "memory_profile",
      +  "benchmark_samples",
      +  "execution_coverage",
      +  "semantic_observations",
      +  "process_output",
      +  "validation_output",
      +  "core_dump",
      +  "sanitizer_report",
      +  "source_snapshot",
      +  "collector_metadata",
      +  "analysis_result",
      +  "process_tree_snapshot",
      +  "experiment_configuration",
      +  "inference_request_trace",
      +  "inference_result",
      +  "kernel_build",
      +  "kernel_profile"
      +]
    • addedOutput schema / $defs / CommandSpec / properties / argv / items / pattern
      Added value: +"^[^\\x00]*$"
    • addedOutput schema / $defs / CommandSpec / properties / argv / minItems
      Added value: +1
    • addedOutput schema / $defs / ConfigureInferenceRecovery
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "kind": {
      +      "const": "configure_inference",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "next_tool": {
      +      "enum": [
      +        "configure_inference_server",
      +        "list_inference_configurations"
      +      ],
      +      "title": "Next Tool",
      +      "type": "string"
      +    },
      +    "retry_after_ms": {
      +      "default": null,
      +      "title": "Retry After Ms",
      +      "type": "null"
      +    },
      +    "safe_to_repeat_same_call": {
      +      "const": false,
      +      "default": false,
      +      "title": "Safe To Repeat Same Call",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "kind",
      +    "next_tool"
      +  ],
      +  "title": "ConfigureInferenceRecovery",
      +  "type": "object"
      +}
    • addedOutput schema / $defs / ConfigureWorkloadRecovery
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "context": {
      +      "anyOf": [
      +        {
      +          "$ref": "#/$defs/ConfigureWorkloadRecoveryContext"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null
      +    },
      +    "kind": {
      +      "const": "configure_workload",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "next_tool": {
      +      "const": "configure_workload",
      +      "title": "Next Tool",
      +      "type": "string"
      +    },
      +    "retry_after_ms": {
      +      "default": null,
      +      "title": "Retry After Ms",
      +      "type": "null"
      +    },
      +    "safe_to_repeat_same_call": {
      +      "const": false,
      +      "default": false,
      +      "title": "Safe To Repeat Same Call",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "kind",
      +    "next_tool"
      +  ],
      +  "title": "ConfigureWorkloadRecovery",
      +  "type": "object"
      +}
    • addedOutput schema / $defs / DigestOracleReceiptValue
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "kind": {
      +      "const": "digest",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "value": {
      +      "pattern": "^sha256:[0-9a-f]{64}$",
      +      "title": "Value",
      +      "type": "string"
      +    }
      +  },
      +  "required": [
      +    "kind",
      +    "value"
      +  ],
      +  "title": "DigestOracleReceiptValue",
      +  "type": "object"
      +}
    • addedOutput schema / $defs / DiscoverArtifactsRecovery
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "kind": {
      +      "const": "discover_artifacts",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "next_tool": {
      +      "const": "list_artifacts",
      +      "title": "Next Tool",
      +      "type": "string"
      +    },
      +    "retry_after_ms": {
      +      "default": null,
      +      "title": "Retry After Ms",
      +      "type": "null"
      +    },
      +    "safe_to_repeat_same_call": {
      +      "const": false,
      +      "default": false,
      +      "title": "Safe To Repeat Same Call",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "kind",
      +    "next_tool"
      +  ],
      +  "title": "DiscoverArtifactsRecovery",
      +  "type": "object"
      +}
    • addedOutput schema / $defs / DiscoverRunsRecovery
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "kind": {
      +      "const": "discover_runs",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "next_tool": {
      +      "const": "list_runs",
      +      "title": "Next Tool",
      +      "type": "string"
      +    },
      +    "retry_after_ms": {
      +      "default": null,
      +      "title": "Retry After Ms",
      +      "type": "null"
      +    },
      +    "safe_to_repeat_same_call": {
      +      "const": false,
      +      "default": false,
      +      "title": "Safe To Repeat Same Call",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "kind",
      +    "next_tool"
      +  ],
      +  "title": "DiscoverRunsRecovery",
      +  "type": "object"
      +}
    • addedOutput schema / $defs / DiscoverWorkflowsRecovery
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "kind": {
      +      "const": "discover_workflows",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "next_tool": {
      +      "enum": [
      +        "list_declared_workflows",
      +        "get_declared_workflow"
      +      ],
      +      "title": "Next Tool",
      +      "type": "string"
      +    },
      +    "retry_after_ms": {
      +      "default": null,
      +      "title": "Retry After Ms",
      +      "type": "null"
      +    },
      +    "safe_to_repeat_same_call": {
      +      "const": false,
      +      "default": false,
      +      "title": "Safe To Repeat Same Call",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "kind",
      +    "next_tool"
      +  ],
      +  "title": "DiscoverWorkflowsRecovery",
      +  "type": "object"
      +}
    • addedOutput schema / $defs / ErrorCode
      Added value: +{
      +  "enum": [
      +    "INVALID_ARGUMENTS",
      +    "WORKSPACE_NOT_FOUND",
      +    "WORKSPACE_INVALID",
      +    "RUN_NOT_FOUND",
      +    "CAPABILITY_UNAVAILABLE",
      +    "INVALID_CAPTURE_PLAN",
      +    "EXECUTION_REFUSED",
      +    "PROCESS_FAILED",
      +    "PROCESS_TIMEOUT",
      +    "PROCESS_CANCELLED",
      +    "ARTIFACT_TOO_LARGE",
      +    "ARTIFACT_INTEGRITY_FAILED",
      +    "ARTIFACT_PARSE_FAILED",
      +    "EVIDENCE_SCHEMA_MISMATCH",
      +    "COMPARISON_INVALID",
      +    "QUERY_BUDGET_EXCEEDED",
      +    "STORAGE_QUOTA_EXCEEDED",
      +    "WRITE_LOCK_TIMEOUT",
      +    "SENSITIVE_ARTIFACT_REFUSED",
      +    "REVISION_CONFLICT",
      +    "STALE_CURSOR",
      +    "INTERNAL_ERROR"
      +  ],
      +  "title": "ErrorCode",
      +  "type": "string"
      +}
    • addedOutput schema / $defs / ErrorDetail / properties / code / $ref
      Added value: +"#/$defs/ErrorCode"
    • removedOutput schema / $defs / ErrorDetail / properties / code / title
      Removed value: -"Code"
    • removedOutput schema / $defs / ErrorDetail / properties / code / type
      Removed value: -"string"
    • addedOutput schema / $defs / ExecutionRunManifest
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "artifacts": {
      +      "default": [],
      +      "items": {
      +        "$ref": "#/$defs/ArtifactRegistration"
      +      },
      +      "title": "Artifacts",
      +      "type": "array"
      +    },
      +    "capture_status": {
      +      "$ref": "#/$defs/CaptureStatus"
      +    },
      +    "collector": {
      +      "anyOf": [
      +        {
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Collector"
      +    },
      +    "collector_version": {
      +      "anyOf": [
      +        {
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Collector Version"
      +    },
      +    "command": {
      +      "anyOf": [
      +        {
      +          "$ref": "#/$defs/CommandSpec"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null
      +    },
      +    "created_at": {
      +      "format": "date-time",
      +      "title": "Created At",
      +      "type": "string"
      +    },
      +    "environment_id": {
      +      "pattern": "^sha256:[0-9a-f]{64}$",
      +      "title": "Environment Id",
      +      "type": "string"
      +    },
      +    "execution_identity": {
      +      "anyOf": [
      +        {
      +          "$ref": "#/$defs/WorkloadExecutionIdentity"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null
      +    },
      +    "execution_status": {
      +      "enum": [
      +        "planned",
      +        "running",
      +        "succeeded",
      +        "failed",
      +        "timed_out",
      +        "cancelled"
      +      ],
      +      "title": "Execution Status",
      +      "type": "string"
      +    },
      +    "external_context": {
      +      "anyOf": [
      +        {
      +          "$ref": "#/$defs/ExternalExecutionContext"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null
      +    },
      +    "finished_at": {
      +      "anyOf": [
      +        {
      +          "format": "date-time",
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Finished At"
      +    },
      +    "inference_protocol_identity_id": {
      +      "anyOf": [
      +        {
      +          "pattern": "^sha256:[0-9a-f]{64}$",
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Inference Protocol Identity Id"
      +    },
      +    "inference_protocol_identity_json": {
      +      "anyOf": [
      +        {
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Inference Protocol Identity Json"
      +    },
      +    "lease": {
      +      "anyOf": [
      +        {
      +          "$ref": "#/$defs/CaptureLease"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null
      +    },
      +    "limitation_details": {
      +      "default": [],
      +      "items": {
      +        "$ref": "#/$defs/LimitationDetail"
      +      },
      +      "title": "Limitation Details",
      +      "type": "array"
      +    },
      +    "limitations": {
      +      "default": [],
      +      "items": {
      +        "type": "string"
      +      },
      +      "title": "Limitations",
      +      "type": "array"
      +    },
      +    "measurement_protocol_id": {
      +      "anyOf": [
      +        {
      +          "pattern": "^sha256:[0-9a-f]{64}$",
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Measurement Protocol Id"
      +    },
      +    "oracle_receipt": {
      +      "anyOf": [
      +        {
      +          "$ref": "#/$defs/OracleReceiptRecord"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null
      +    },
      +    "preflight": {
      +      "anyOf": [
      +        {
      +          "$ref": "#/$defs/PreflightReport"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null
      +    },
      +    "process": {
      +      "anyOf": [
      +        {
      +          "$ref": "#/$defs/ProcessResult"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null
      +    },
      +    "revision": {
      +      "default": 0,
      +      "minimum": 0,
      +      "title": "Revision",
      +      "type": "integer"
      +    },
      +    "run_id": {
      +      "maxLength": 200,
      +      "minLength": 1,
      +      "title": "Run Id",
      +      "type": "string"
      +    },
      +    "run_type": {
      +      "const": "execution",
      +      "default": "execution",
      +      "title": "Run Type",
      +      "type": "string"
      +    },
      +    "schema_version": {
      +      "const": 1,
      +      "default": 1,
      +      "title": "Schema Version",
      +      "type": "integer"
      +    },
      +    "source_measurement_run_id": {
      +      "anyOf": [
      +        {
      +          "maxLength": 200,
      +          "minLength": 1,
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Source Measurement Run Id"
      +    },
      +    "source_state_id": {
      +      "anyOf": [
      +        {
      +          "pattern": "^sha256:[0-9a-f]{64}$",
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Source State Id"
      +    },
      +    "started_at": {
      +      "anyOf": [
      +        {
      +          "format": "date-time",
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Started At"
      +    },
      +    "validation_status": {
      +      "$ref": "#/$defs/ValidationStatus"
      +    },
      +    "workload_definition_id": {
      +      "anyOf": [
      +        {
      +          "pattern": "^sha256:[0-9a-f]{64}$",
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Workload Definition Id"
      +    },
      +    "workload_instance_id": {
      +      "anyOf": [
      +        {
      +          "pattern": "^sha256:[0-9a-f]{64}$",
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Workload Instance Id"
      +    },
      +    "writable_roots": {
      +      "default": [],
      +      "items": {
      +        "$ref": "#/$defs/WritableRootBinding"
      +      },
      +      "title": "Writable Roots",
      +      "type": "array"
      +    }
      +  },
      +  "required": [
      +    "run_id",
      +    "capture_status",
      +    "validation_status",
      +    "environment_id",
      +    "execution_status"
      +  ],
      +  "title": "ExecutionRunManifest",
      +  "type": "object"
      +}
    • removedOutput schema / $defs / ExecutionStatus
      Removed value: -{
      -  "enum": [
      -    "not_applicable",
      -    "planned",
      -    "running",
      -    "succeeded",
      -    "failed",
      -    "timed_out",
      -    "cancelled"
      -  ],
      -  "title": "ExecutionStatus",
      -  "type": "string"
      -}
    • addedOutput schema / $defs / ExtractPerfettoRecovery
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "context": {
      +      "anyOf": [
      +        {
      +          "$ref": "#/$defs/ExtractPerfettoRecoveryContext"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null
      +    },
      +    "kind": {
      +      "const": "extract_perfetto",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "next_tool": {
      +      "const": "extract_perfetto",
      +      "title": "Next Tool",
      +      "type": "string"
      +    },
      +    "retry_after_ms": {
      +      "default": null,
      +      "title": "Retry After Ms",
      +      "type": "null"
      +    },
      +    "safe_to_repeat_same_call": {
      +      "const": true,
      +      "default": true,
      +      "title": "Safe To Repeat Same Call",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "kind",
      +    "next_tool"
      +  ],
      +  "title": "ExtractPerfettoRecovery",
      +  "type": "object"
      +}
    • removedOutput schema / $defs / FailurePayload / properties / ok / default
      Removed value: -false
    • removedOutput schema / $defs / FailurePayload / properties / result / default
      Removed value: -null
    • addedOutput schema / $defs / FailurePayload / properties / schema_version / const
      Added value: +1
    • removedOutput schema / $defs / FailurePayload / properties / schema_version / default
      Removed value: -1
    • changedOutput schema / $defs / FailurePayload / required
      Previous value: -[
      -  "error"
      -]New value: +[
      +  "schema_version",
      +  "ok",
      +  "result",
      +  "error"
      +]
    • addedOutput schema / $defs / ImportArtifactRecovery
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "kind": {
      +      "const": "import_artifact",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "next_tool": {
      +      "const": "import_artifact",
      +      "title": "Next Tool",
      +      "type": "string"
      +    },
      +    "retry_after_ms": {
      +      "default": null,
      +      "title": "Retry After Ms",
      +      "type": "null"
      +    },
      +    "safe_to_repeat_same_call": {
      +      "const": false,
      +      "default": false,
      +      "title": "Safe To Repeat Same Call",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "kind",
      +    "next_tool"
      +  ],
      +  "title": "ImportArtifactRecovery",
      +  "type": "object"
      +}
    • addedOutput schema / $defs / ImportRunManifest
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "artifacts": {
      +      "default": [],
      +      "items": {
      +        "$ref": "#/$defs/ArtifactRegistration"
      +      },
      +      "title": "Artifacts",
      +      "type": "array"
      +    },
      +    "capture_status": {
      +      "$ref": "#/$defs/CaptureStatus"
      +    },
      +    "collector": {
      +      "anyOf": [
      +        {
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Collector"
      +    },
      +    "collector_version": {
      +      "anyOf": [
      +        {
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Collector Version"
      +    },
      +    "command": {
      +      "const": null,
      +      "default": null,
      +      "title": "Command",
      +      "type": "null"
      +    },
      +    "created_at": {
      +      "format": "date-time",
      +      "title": "Created At",
      +      "type": "string"
      +    },
      +    "environment_id": {
      +      "pattern": "^sha256:[0-9a-f]{64}$",
      +      "title": "Environment Id",
      +      "type": "string"
      +    },
      +    "execution_identity": {
      +      "const": null,
      +      "default": null,
      +      "title": "Execution Identity",
      +      "type": "null"
      +    },
      +    "execution_status": {
      +      "const": "not_applicable",
      +      "default": "not_applicable",
      +      "title": "Execution Status",
      +      "type": "string"
      +    },
      +    "external_context": {
      +      "const": null,
      +      "default": null,
      +      "title": "External Context",
      +      "type": "null"
      +    },
      +    "finished_at": {
      +      "const": null,
      +      "default": null,
      +      "title": "Finished At",
      +      "type": "null"
      +    },
      +    "inference_protocol_identity_id": {
      +      "anyOf": [
      +        {
      +          "pattern": "^sha256:[0-9a-f]{64}$",
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Inference Protocol Identity Id"
      +    },
      +    "inference_protocol_identity_json": {
      +      "anyOf": [
      +        {
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Inference Protocol Identity Json"
      +    },
      +    "lease": {
      +      "const": null,
      +      "default": null,
      +      "title": "Lease",
      +      "type": "null"
      +    },
      +    "limitation_details": {
      +      "default": [],
      +      "items": {
      +        "$ref": "#/$defs/LimitationDetail"
      +      },
      +      "title": "Limitation Details",
      +      "type": "array"
      +    },
      +    "limitations": {
      +      "default": [],
      +      "items": {
      +        "type": "string"
      +      },
      +      "title": "Limitations",
      +      "type": "array"
      +    },
      +    "measurement_protocol_id": {
      +      "const": null,
      +      "default": null,
      +      "title": "Measurement Protocol Id",
      +      "type": "null"
      +    },
      +    "oracle_receipt": {
      +      "const": null,
      +      "default": null,
      +      "title": "Oracle Receipt",
      +      "type": "null"
      +    },
      +    "preflight": {
      +      "const": null,
      +      "default": null,
      +      "title": "Preflight",
      +      "type": "null"
      +    },
      +    "process": {
      +      "const": null,
      +      "default": null,
      +      "title": "Process",
      +      "type": "null"
      +    },
      +    "revision": {
      +      "default": 0,
      +      "minimum": 0,
      +      "title": "Revision",
      +      "type": "integer"
      +    },
      +    "run_id": {
      +      "maxLength": 200,
      +      "minLength": 1,
      +      "title": "Run Id",
      +      "type": "string"
      +    },
      +    "run_type": {
      +      "const": "import",
      +      "default": "import",
      +      "title": "Run Type",
      +      "type": "string"
      +    },
      +    "schema_version": {
      +      "const": 1,
      +      "default": 1,
      +      "title": "Schema Version",
      +      "type": "integer"
      +    },
      +    "source_measurement_run_id": {
      +      "const": null,
      +      "default": null,
      +      "title": "Source Measurement Run Id",
      +      "type": "null"
      +    },
      +    "source_state_id": {
      +      "anyOf": [
      +        {
      +          "pattern": "^sha256:[0-9a-f]{64}$",
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null,
      +      "title": "Source State Id"
      +    },
      +    "started_at": {
      +      "const": null,
      +      "default": null,
      +      "title": "Started At",
      +      "type": "null"
      +    },
      +    "validation_status": {
      +      "$ref": "#/$defs/ValidationStatus"
      +    },
      +    "workload_definition_id": {
      +      "const": null,
      +      "default": null,
      +      "title": "Workload Definition Id",
      +      "type": "null"
      +    },
      +    "workload_instance_id": {
      +      "const": null,
      +      "default": null,
      +      "title": "Workload Instance Id",
      +      "type": "null"
      +    },
      +    "writable_roots": {
      +      "default": [],
      +      "maxItems": 0,
      +      "minItems": 0,
      +      "title": "Writable Roots",
      +      "type": "array"
      +    }
      +  },
      +  "required": [
      +    "run_id",
      +    "capture_status",
      +    "validation_status",
      +    "environment_id"
      +  ],
      +  "title": "ImportRunManifest",
      +  "type": "object"
      +}
    • addedOutput schema / $defs / InitializeWorkspaceRecovery
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "kind": {
      +      "const": "initialize_workspace",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "next_tool": {
      +      "const": "initialize_workspace",
      +      "title": "Next Tool",
      +      "type": "string"
      +    },
      +    "retry_after_ms": {
      +      "default": null,
      +      "title": "Retry After Ms",
      +      "type": "null"
      +    },
      +    "safe_to_repeat_same_call": {
      +      "const": false,
      +      "default": false,
      +      "title": "Safe To Repeat Same Call",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "kind",
      +    "next_tool"
      +  ],
      +  "title": "InitializeWorkspaceRecovery",
      +  "type": "object"
      +}
    • addedOutput schema / $defs / InspectCapabilitiesRecovery
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "kind": {
      +      "const": "inspect_capabilities",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "next_tool": {
      +      "const": "list_capabilities",
      +      "title": "Next Tool",
      +      "type": "string"
      +    },
      +    "retry_after_ms": {
      +      "default": null,
      +      "title": "Retry After Ms",
      +      "type": "null"
      +    },
      +    "safe_to_repeat_same_call": {
      +      "const": false,
      +      "default": false,
      +      "title": "Safe To Repeat Same Call",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "kind",
      +    "next_tool"
      +  ],
      +  "title": "InspectCapabilitiesRecovery",
      +  "type": "object"
      +}
    • addedOutput schema / $defs / InspectWorkloadConfigurationRecovery
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "kind": {
      +      "const": "inspect_workload_configuration",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "next_tool": {
      +      "const": "workload_configuration_status",
      +      "title": "Next Tool",
      +      "type": "string"
      +    },
      +    "retry_after_ms": {
      +      "default": null,
      +      "title": "Retry After Ms",
      +      "type": "null"
      +    },
      +    "safe_to_repeat_same_call": {
      +      "const": false,
      +      "default": false,
      +      "title": "Safe To Repeat Same Call",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "kind",
      +    "next_tool"
      +  ],
      +  "title": "InspectWorkloadConfigurationRecovery",
      +  "type": "object"
      +}
    • addedOutput schema / $defs / ManualRecovery
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "context": {
      +      "anyOf": [
      +        {
      +          "$ref": "#/$defs/ManualConfigurationRecoveryContext"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "default": null
      +    },
      +    "kind": {
      +      "const": "manual",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "next_tool": {
      +      "default": null,
      +      "title": "Next Tool",
      +      "type": "null"
      +    },
      +    "retry_after_ms": {
      +      "default": null,
      +      "title": "Retry After Ms",
      +      "type": "null"
      +    },
      +    "safe_to_repeat_same_call": {
      +      "const": false,
      +      "default": false,
      +      "title": "Safe To Repeat Same Call",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "kind"
      +  ],
      +  "title": "ManualRecovery",
      +  "type": "object"
      +}
    • removedOutput schema / $defs / OracleReceiptValue / additionalProperties
      Removed value: -false
    • addedOutput schema / $defs / OracleReceiptValue / discriminator
      Added value: +{
      +  "mapping": {
      +    "digest": "#/$defs/DigestOracleReceiptValue",
      +    "scalar": "#/$defs/ScalarOracleReceiptValue"
      +  },
      +  "propertyName": "kind"
      +}
    • addedOutput schema / $defs / OracleReceiptValue / oneOf
      Added value: +[
      +  {
      +    "$ref": "#/$defs/ScalarOracleReceiptValue"
      +  },
      +  {
      +    "$ref": "#/$defs/DigestOracleReceiptValue"
      +  }
      +]
    • removedOutput schema / $defs / OracleReceiptValue / properties
      Removed value: -{
      -  "kind": {
      -    "enum": [
      -      "scalar",
      -      "digest"
      -    ],
      -    "title": "Kind",
      -    "type": "string"
      -  },
      -  "value": {
      -    "anyOf": [
      -      {
      -        "type": "boolean"
      -      },
      -      {
      -        "type": "integer"
      -      },
      -      {
      -        "type": "number"
      -      },
      -      {
      -        "type": "string"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ],
      -    "title": "Value"
      -  }
      -}
    • removedOutput schema / $defs / OracleReceiptValue / required
      Removed value: -[
      -  "kind",
      -  "value"
      -]
    • removedOutput schema / $defs / OracleReceiptValue / title
      Removed value: -"OracleReceiptValue"
    • removedOutput schema / $defs / OracleReceiptValue / type
      Removed value: -"object"
    • addedOutput schema / $defs / PrepareAdapterRecovery
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "kind": {
      +      "const": "prepare_adapter",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "next_tool": {
      +      "const": "prepare_adapter",
      +      "title": "Next Tool",
      +      "type": "string"
      +    },
      +    "retry_after_ms": {
      +      "default": null,
      +      "title": "Retry After Ms",
      +      "type": "null"
      +    },
      +    "safe_to_repeat_same_call": {
      +      "const": true,
      +      "default": true,
      +      "title": "Safe To Repeat Same Call",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "kind",
      +    "next_tool"
      +  ],
      +  "title": "PrepareAdapterRecovery",
      +  "type": "object"
      +}
    • addedOutput schema / $defs / PrepareWorkloadDependenciesRecovery
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "kind": {
      +      "const": "prepare_workload_dependencies",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "next_tool": {
      +      "const": "prepare_workload_dependencies",
      +      "title": "Next Tool",
      +      "type": "string"
      +    },
      +    "retry_after_ms": {
      +      "default": null,
      +      "title": "Retry After Ms",
      +      "type": "null"
      +    },
      +    "safe_to_repeat_same_call": {
      +      "const": true,
      +      "default": true,
      +      "title": "Safe To Repeat Same Call",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "kind",
      +    "next_tool"
      +  ],
      +  "title": "PrepareWorkloadDependenciesRecovery",
      +  "type": "object"
      +}
    • removedOutput schema / $defs / RecoveryAction / additionalProperties
      Removed value: -false
    • addedOutput schema / $defs / RecoveryAction / discriminator
      Added value: +{
      +  "mapping": {
      +    "configure_inference": "#/$defs/ConfigureInferenceRecovery",
      +    "configure_workload": "#/$defs/ConfigureWorkloadRecovery",
      +    "discover_artifacts": "#/$defs/DiscoverArtifactsRecovery",
      +    "discover_runs": "#/$defs/DiscoverRunsRecovery",
      +    "discover_workflows": "#/$defs/DiscoverWorkflowsRecovery",
      +    "extract_perfetto": "#/$defs/ExtractPerfettoRecovery",
      +    "import_artifact": "#/$defs/ImportArtifactRecovery",
      +    "initialize_workspace": "#/$defs/InitializeWorkspaceRecovery",
      +    "inspect_capabilities": "#/$defs/InspectCapabilitiesRecovery",
      +    "inspect_workload_configuration": "#/$defs/InspectWorkloadConfigurationRecovery",
      +    "manual": "#/$defs/ManualRecovery",
      +    "prepare_adapter": "#/$defs/PrepareAdapterRecovery",
      +    "prepare_workload_dependencies": "#/$defs/PrepareWorkloadDependenciesRecovery",
      +    "repeat_same_call": "#/$defs/RepeatSameCallRecovery",
      +    "replan_capture": "#/$defs/ReplanCaptureRecovery",
      +    "replan_inference": "#/$defs/ReplanInferenceRecovery",
      +    "start_capability_setup": "#/$defs/StartCapabilitySetupRecovery",
      +    "wait_then_repeat": "#/$defs/WaitThenRepeatRecovery"
      +  },
      +  "propertyName": "kind"
      +}
    • addedOutput schema / $defs / RecoveryAction / oneOf
      Added value: +[
      +  {
      +    "$ref": "#/$defs/RepeatSameCallRecovery"
      +  },
      +  {
      +    "$ref": "#/$defs/WaitThenRepeatRecovery"
      +  },
      +  {
      +    "$ref": "#/$defs/ReplanCaptureRecovery"
      +  },
      +  {
      +    "$ref": "#/$defs/InitializeWorkspaceRecovery"
      +  },
      +  {
      +    "$ref": "#/$defs/ConfigureWorkloadRecovery"
      +  },
      +  {
      +    "$ref": "#/$defs/InspectWorkloadConfigurationRecovery"
      +  },
      +  {
      +    "$ref": "#/$defs/StartCapabilitySetupRecovery"
      +  },
      +  {
      +    "$ref": "#/$defs/PrepareAdapterRecovery"
      +  },
      +  {
      +    "$ref": "#/$defs/PrepareWorkloadDependenciesRecovery"
      +  },
      +  {
      +    "$ref": "#/$defs/InspectCapabilitiesRecovery"
      +  },
      +  {
      +    "$ref": "#/$defs/DiscoverWorkflowsRecovery"
      +  },
      +  {
      +    "$ref": "#/$defs/DiscoverRunsRecovery"
      +  },
      +  {
      +    "$ref": "#/$defs/DiscoverArtifactsRecovery"
      +  },
      +  {
      +    "$ref": "#/$defs/ImportArtifactRecovery"
      +  },
      +  {
      +    "$ref": "#/$defs/ExtractPerfettoRecovery"
      +  },
      +  {
      +    "$ref": "#/$defs/ConfigureInferenceRecovery"
      +  },
      +  {
      +    "$ref": "#/$defs/ReplanInferenceRecovery"
      +  },
      +  {
      +    "$ref": "#/$defs/ManualRecovery"
      +  }
      +]
    • removedOutput schema / $defs / RecoveryAction / properties
      Removed value: -{
      -  "context": {
      -    "anyOf": [
      -      {
      -        "$ref": "#/$defs/RecoveryContext"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ],
      -    "default": null
      -  },
      -  "kind": {
      -    "enum": [
      -      "repeat_same_call",
      -      "wait_then_repeat",
      -      "replan_capture",
      -      "initialize_workspace",
      -      "configure_workload",
      -      "inspect_workload_configuration",
      -      "start_capability_setup",
      -      "prepare_adapter",
      -      "prepare_workload_dependencies",
      -      "inspect_capabilities",
      -      "discover_workflows",
      -      "discover_runs",
      -      "discover_artifacts",
      -      "import_artifact",
      -      "extract_perfetto",
      -      "manual"
      -    ],
      -    "title": "Kind",
      -    "type": "string"
      -  },
      -  "next_tool": {
      -    "anyOf": [
      -      {
      -        "type": "string"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ],
      -    "default": null,
      -    "title": "Next Tool"
      -  },
      -  "retry_after_ms": {
      -    "anyOf": [
      -      {
      -        "minimum": 0,
      -        "type": "integer"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ],
      -    "default": null,
      -    "title": "Retry After Ms"
      -  },
      -  "safe_to_repeat_same_call": {
      -    "title": "Safe To Repeat Same Call",
      -    "type": "boolean"
      -  }
      -}
    • removedOutput schema / $defs / RecoveryAction / required
      Removed value: -[
      -  "kind",
      -  "safe_to_repeat_same_call"
      -]
    • removedOutput schema / $defs / RecoveryAction / title
      Removed value: -"RecoveryAction"
    • removedOutput schema / $defs / RecoveryAction / type
      Removed value: -"object"
    • removedOutput schema / $defs / RecoveryContext
      Removed value: -{
      -  "discriminator": {
      -    "mapping": {
      -      "configure_workload": "#/$defs/ConfigureWorkloadRecoveryContext",
      -      "extract_perfetto": "#/$defs/ExtractPerfettoRecoveryContext",
      -      "manual_configuration": "#/$defs/ManualConfigurationRecoveryContext"
      -    },
      -    "propertyName": "kind"
      -  },
      -  "oneOf": [
      -    {
      -      "$ref": "#/$defs/ConfigureWorkloadRecoveryContext"
      -    },
      -    {
      -      "$ref": "#/$defs/ManualConfigurationRecoveryContext"
      -    },
      -    {
      -      "$ref": "#/$defs/ExtractPerfettoRecoveryContext"
      -    }
      -  ]
      -}
    • addedOutput schema / $defs / RepeatSameCallRecovery
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "kind": {
      +      "const": "repeat_same_call",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "next_tool": {
      +      "default": null,
      +      "title": "Next Tool",
      +      "type": "null"
      +    },
      +    "retry_after_ms": {
      +      "minimum": 0,
      +      "title": "Retry After Ms",
      +      "type": "integer"
      +    },
      +    "safe_to_repeat_same_call": {
      +      "const": true,
      +      "default": true,
      +      "title": "Safe To Repeat Same Call",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "kind",
      +    "retry_after_ms"
      +  ],
      +  "title": "RepeatSameCallRecovery",
      +  "type": "object"
      +}
    • addedOutput schema / $defs / ReplanCaptureRecovery
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "kind": {
      +      "const": "replan_capture",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "next_tool": {
      +      "const": "plan_capture",
      +      "title": "Next Tool",
      +      "type": "string"
      +    },
      +    "retry_after_ms": {
      +      "default": null,
      +      "title": "Retry After Ms",
      +      "type": "null"
      +    },
      +    "safe_to_repeat_same_call": {
      +      "const": false,
      +      "default": false,
      +      "title": "Safe To Repeat Same Call",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "kind",
      +    "next_tool"
      +  ],
      +  "title": "ReplanCaptureRecovery",
      +  "type": "object"
      +}
    • addedOutput schema / $defs / ReplanInferenceRecovery
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "kind": {
      +      "const": "replan_inference",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "next_tool": {
      +      "const": "plan_inference_scenario",
      +      "title": "Next Tool",
      +      "type": "string"
      +    },
      +    "retry_after_ms": {
      +      "default": null,
      +      "title": "Retry After Ms",
      +      "type": "null"
      +    },
      +    "safe_to_repeat_same_call": {
      +      "const": false,
      +      "default": false,
      +      "title": "Safe To Repeat Same Call",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "kind",
      +    "next_tool"
      +  ],
      +  "title": "ReplanInferenceRecovery",
      +  "type": "object"
      +}
    • removedOutput schema / $defs / RunManifest / additionalProperties
      Removed value: -false
    • addedOutput schema / $defs / RunManifest / discriminator
      Added value: +{
      +  "mapping": {
      +    "execution": "#/$defs/ExecutionRunManifest",
      +    "import": "#/$defs/ImportRunManifest"
      +  },
      +  "propertyName": "run_type"
      +}
    • addedOutput schema / $defs / RunManifest / oneOf
      Added value: +[
      +  {
      +    "$ref": "#/$defs/ImportRunManifest"
      +  },
      +  {
      +    "$ref": "#/$defs/ExecutionRunManifest"
      +  }
      +]
    • removedOutput schema / $defs / RunManifest / properties
      Removed value: -{
      -  "artifacts": {
      -    "default": [],
      -    "items": {
      -      "$ref": "#/$defs/ArtifactRegistration"
      -    },
      -    "title": "Artifacts",
      -    "type": "array"
      -  },
      -  "capture_status": {
      -    "$ref": "#/$defs/CaptureStatus"
      -  },
      -  "collector": {
      -    "anyOf": [
      -      {
      -        "type": "string"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ],
      -    "default": null,
      -    "title": "Collector"
      -  },
      -  "collector_version": {
      -    "anyOf": [
      -      {
      -        "type": "string"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ],
      -    "default": null,
      -    "title": "Collector Version"
      -  },
      -  "command": {
      -    "anyOf": [
      -      {
      -        "$ref": "#/$defs/CommandSpec"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ],
      -    "default": null
      -  },
      -  "created_at": {
      -    "format": "date-time",
      -    "title": "Created At",
      -    "type": "string"
      -  },
      -  "environment_id": {
      -    "pattern": "^sha256:[0-9a-f]{64}$",
      -    "title": "Environment Id",
      -    "type": "string"
      -  },
      -  "execution_identity": {
      -    "anyOf": [
      -      {
      -        "$ref": "#/$defs/WorkloadExecutionIdentity"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ],
      -    "default": null
      -  },
      -  "execution_status": {
      -    "$ref": "#/$defs/ExecutionStatus"
      -  },
      -  "external_context": {
      -    "anyOf": [
      -      {
      -        "$ref": "#/$defs/ExternalExecutionContext"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ],
      -    "default": null
      -  },
      -  "finished_at": {
      -    "anyOf": [
      -      {
      -        "format": "date-time",
      -        "type": "string"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ],
      -    "default": null,
      -    "title": "Finished At"
      -  },
      -  "lease": {
      -    "anyOf": [
      -      {
      -        "$ref": "#/$defs/CaptureLease"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ],
      -    "default": null
      -  },
      -  "limitation_details": {
      -    "default": [],
      -    "items": {
      -      "$ref": "#/$defs/LimitationDetail"
      -    },
      -    "title": "Limitation Details",
      -    "type": "array"
      -  },
      -  "limitations": {
      -    "default": [],
      -    "items": {
      -      "type": "string"
      -    },
      -    "title": "Limitations",
      -    "type": "array"
      -  },
      -  "measurement_protocol_id": {
      -    "anyOf": [
      -      {
      -        "pattern": "^sha256:[0-9a-f]{64}$",
      -        "type": "string"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ],
      -    "default": null,
      -    "title": "Measurement Protocol Id"
      -  },
      -  "oracle_receipt": {
      -    "anyOf": [
      -      {
      -        "$ref": "#/$defs/OracleReceiptRecord"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ],
      -    "default": null
      -  },
      -  "preflight": {
      -    "anyOf": [
      -      {
      -        "$ref": "#/$defs/PreflightReport"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ],
      -    "default": null
      -  },
      -  "process": {
      -    "anyOf": [
      -      {
      -        "$ref": "#/$defs/ProcessResult"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ],
      -    "default": null
      -  },
      -  "revision": {
      -    "default": 0,
      -    "minimum": 0,
      -    "title": "Revision",
      -    "type": "integer"
      -  },
      -  "run_id": {
      -    "maxLength": 200,
      -    "minLength": 1,
      -    "title": "Run Id",
      -    "type": "string"
      -  },
      -  "run_type": {
      -    "$ref": "#/$defs/RunType"
      -  },
      -  "schema_version": {
      -    "const": 1,
      -    "default": 1,
      -    "title": "Schema Version",
      -    "type": "integer"
      -  },
      -  "source_state_id": {
      -    "anyOf": [
      -      {
      -        "pattern": "^sha256:[0-9a-f]{64}$",
      -        "type": "string"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ],
      -    "default": null,
      -    "title": "Source State Id"
      -  },
      -  "started_at": {
      -    "anyOf": [
      -      {
      -        "format": "date-time",
      -        "type": "string"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ],
      -    "default": null,
      -    "title": "Started At"
      -  },
      -  "validation_status": {
      -    "$ref": "#/$defs/ValidationStatus"
      -  },
      -  "workload_definition_id": {
      -    "anyOf": [
      -      {
      -        "pattern": "^sha256:[0-9a-f]{64}$",
      -        "type": "string"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ],
      -    "default": null,
      -    "title": "Workload Definition Id"
      -  },
      -  "workload_instance_id": {
      -    "anyOf": [
      -      {
      -        "pattern": "^sha256:[0-9a-f]{64}$",
      -        "type": "string"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ],
      -    "default": null,
      -    "title": "Workload Instance Id"
      -  },
      -  "writable_roots": {
      -    "default": [],
      -    "items": {
      -      "$ref": "#/$defs/WritableRootBinding"
      -    },
      -    "title": "Writable Roots",
      -    "type": "array"
      -  }
      -}
    • removedOutput schema / $defs / RunManifest / required
      Removed value: -[
      -  "run_id",
      -  "run_type",
      -  "execution_status",
      -  "capture_status",
      -  "validation_status",
      -  "environment_id"
      -]
    • removedOutput schema / $defs / RunManifest / title
      Removed value: -"RunManifest"
    • removedOutput schema / $defs / RunManifest / type
      Removed value: -"object"
    • removedOutput schema / $defs / RunType
      Removed value: -{
      -  "enum": [
      -    "execution",
      -    "import"
      -  ],
      -  "title": "RunType",
      -  "type": "string"
      -}
    • addedOutput schema / $defs / RuntimeResourceSummary / properties / peak_rss_backend
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ],
      +  "default": null,
      +  "title": "Peak Rss Backend"
      +}
    • addedOutput schema / $defs / ScalarOracleReceiptValue
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "kind": {
      +      "const": "scalar",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "value": {
      +      "anyOf": [
      +        {
      +          "type": "boolean"
      +        },
      +        {
      +          "type": "integer"
      +        },
      +        {
      +          "type": "number"
      +        },
      +        {
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ],
      +      "title": "Value"
      +    }
      +  },
      +  "required": [
      +    "kind",
      +    "value"
      +  ],
      +  "title": "ScalarOracleReceiptValue",
      +  "type": "object"
      +}
    • addedOutput schema / $defs / StartCapabilitySetupRecovery
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "kind": {
      +      "const": "start_capability_setup",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "next_tool": {
      +      "const": "start_capability_setup",
      +      "title": "Next Tool",
      +      "type": "string"
      +    },
      +    "retry_after_ms": {
      +      "default": null,
      +      "title": "Retry After Ms",
      +      "type": "null"
      +    },
      +    "safe_to_repeat_same_call": {
      +      "const": true,
      +      "default": true,
      +      "title": "Safe To Repeat Same Call",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "kind",
      +    "next_tool"
      +  ],
      +  "title": "StartCapabilitySetupRecovery",
      +  "type": "object"
      +}
    • removedOutput schema / $defs / SuccessPayload_RunManifest_ / properties / error / default
      Removed value: -null
    • removedOutput schema / $defs / SuccessPayload_RunManifest_ / properties / ok / default
      Removed value: -true
    • addedOutput schema / $defs / SuccessPayload_RunManifest_ / properties / schema_version / const
      Added value: +1
    • removedOutput schema / $defs / SuccessPayload_RunManifest_ / properties / schema_version / default
      Removed value: -1
    • changedOutput schema / $defs / SuccessPayload_RunManifest_ / required
      Previous value: -[
      -  "result"
      -]New value: +[
      +  "schema_version",
      +  "ok",
      +  "result",
      +  "error"
      +]
    • addedOutput schema / $defs / WaitThenRepeatRecovery
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "kind": {
      +      "const": "wait_then_repeat",
      +      "title": "Kind",
      +      "type": "string"
      +    },
      +    "next_tool": {
      +      "default": null,
      +      "title": "Next Tool",
      +      "type": "null"
      +    },
      +    "retry_after_ms": {
      +      "minimum": 0,
      +      "title": "Retry After Ms",
      +      "type": "integer"
      +    },
      +    "safe_to_repeat_same_call": {
      +      "const": true,
      +      "default": true,
      +      "title": "Safe To Repeat Same Call",
      +      "type": "boolean"
      +    }
      +  },
      +  "required": [
      +    "kind",
      +    "retry_after_ms"
      +  ],
      +  "title": "WaitThenRepeatRecovery",
      +  "type": "object"
      +}
  3. Changed4 schema fields changedv0.1.11
    • changedOutput schema / $defs / ArtifactKind / enum
      Previous value: -[
      -  "execution_trace",
      -  "python_startup",
      -  "test_execution",
      -  "sample_profile",
      -  "memory_profile",
      -  "benchmark_samples",
      -  "execution_coverage",
      -  "semantic_observations",
      -  "process_output",
      -  "validation_output",
      -  "core_dump",
      -  "sanitizer_report",
      -  "source_snapshot",
      -  "collector_metadata",
      -  "analysis_result"
      -]New value: +[
      +  "execution_trace",
      +  "otlp_trace",
      +  "python_startup",
      +  "test_execution",
      +  "sample_profile",
      +  "memory_profile",
      +  "benchmark_samples",
      +  "execution_coverage",
      +  "semantic_observations",
      +  "process_output",
      +  "validation_output",
      +  "core_dump",
      +  "sanitizer_report",
      +  "source_snapshot",
      +  "collector_metadata",
      +  "analysis_result",
      +  "process_tree_snapshot",
      +  "experiment_configuration"
      +]
    • changedOutput schema / $defs / RecoveryAction / properties / kind / enum
      Previous value: -[
      -  "repeat_same_call",
      -  "wait_then_repeat",
      -  "replan_capture",
      -  "initialize_workspace",
      -  "configure_workload",
      -  "inspect_workload_configuration",
      -  "prepare_capabilities",
      -  "prepare_adapter",
      -  "prepare_workload_dependencies",
      -  "inspect_capabilities",
      -  "discover_workflows",
      -  "discover_runs",
      -  "discover_artifacts",
      -  "import_artifact",
      -  "extract_perfetto",
      -  "manual"
      -]New value: +[
      +  "repeat_same_call",
      +  "wait_then_repeat",
      +  "replan_capture",
      +  "initialize_workspace",
      +  "configure_workload",
      +  "inspect_workload_configuration",
      +  "start_capability_setup",
      +  "prepare_adapter",
      +  "prepare_workload_dependencies",
      +  "inspect_capabilities",
      +  "discover_workflows",
      +  "discover_runs",
      +  "discover_artifacts",
      +  "import_artifact",
      +  "extract_perfetto",
      +  "manual"
      +]
    • changedOutput schema / $defs / RequirementResult / properties / next_tool / anyOf
      Previous value: -[
      -  {
      -    "enum": [
      -      "prepare_adapter",
      -      "prepare_capabilities",
      -      "prepare_workload_dependencies",
      -      "list_capabilities",
      -      "plan_capture"
      -    ],
      -    "type": "string"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "enum": [
      +      "prepare_adapter",
      +      "start_capability_setup",
      +      "prepare_workload_dependencies",
      +      "list_capabilities",
      +      "plan_capture"
      +    ],
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • changedOutput schema / $defs / RuntimeResourceSummary / properties / policy_termination / anyOf
      Previous value: -[
      -  {
      -    "const": "storage_reserve_exceeded",
      -    "type": "string"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "enum": [
      +      "storage_reserve_exceeded",
      +      "memory_limit_exceeded"
      +    ],
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
  4. First observedv0.1.9

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the baseline is lower; the description adds context by stating the run must come from list_runs and that this tool hydrates rather than interprets, which is useful behavioral framing beyond the annotations. 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?

Two short clauses with no filler; the main action and source are front-loaded and the alternative is given in the second clause. Every word earns its place.

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 one-parameter, read-only, idempotent tool with an output schema, the description covers the essential workflow and routing. It leaves 'hydrate' and 'bounded interpretation' somewhat jargon-heavy, but the output schema and annotations fill most remaining gaps.

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

Parameters4/5

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

With 0% schema description coverage, the description carries the burden; it implies run_id is the identifier of a run produced by list_runs, which is the key semantic an agent needs. It doesn't spell out formatting or validation, but for a single string parameter this is sufficient compensation.

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 concrete action ('hydrate') on a concrete resource ('a run'), anchors the source of that run to list_runs, and contrasts itself with analyze_* tools. This allows an agent to distinguish get_run from the many get_*/extract_*/analyze_* siblings without opening schemas.

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?

Explicitly positions the tool in a workflow: first list_runs, then hydrate a selected run. It also gives an exclusion rule: if bounded interpretation is needed, use an analyze_* tool. That is clear when-to-use and when-not-to-use guidance.

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

Install Server

Other Tools

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/morluto/flameox'

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