Skip to main content
Glama

Check a StewAI Recipe Build

check_recipe_build
Read-onlyIdempotent

Run free deterministic lint, render, policy, and compiler checks. Omit fixtures for the normal structural check; a supplied fixture probe must also provide every referenced upstream dependency value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fixturesNo
build_refYes
render_onlyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / oneOf
      Previous value: -[
      -  {
      -    "additionalProperties": false,
      -    "properties": {
      -      "automatic_acceptance_eligible": {
      -        "type": "boolean"
      -      },
      -      "catalog_version": {
      -        "maxLength": 64,
      -        "type": "string"
      -      },
      -      "compute_results": {
      -        "maxItems": 0,
      -        "type": "array"
      -      },
      -      "draft_valid": {
      -        "type": "boolean"
      -      },
      -      "dsl_version": {
      -        "minimum": 2,
      -        "type": "integer"
      -      },
      -      "effect_digest": {
      -        "maxLength": 64,
      -        "pattern": "^[0-9a-f]{64}$",
      -        "type": "string"
      -      },
      -      "fan_out": {
      -        "minimum": 0,
      -        "type": "integer"
      -      },
      -      "findings": {
      -        "items": {
      -          "additionalProperties": false,
      -          "properties": {
      -            "choices_truncated": {
      -              "type": "boolean"
      -            },
      -            "code": {
      -              "maxLength": 64,
      -              "type": "string"
      -            },
      -            "declared_schema": {
      -              "maxProperties": 100,
      -              "type": "object"
      -            },
      -            "difference_pointer": {
      -              "maxLength": 512,
      -              "type": "string"
      -            },
      -            "executable_schema": {
      -              "maxProperties": 100,
      -              "type": "object"
      -            },
      -            "field_path": {
      -              "items": {
      -                "type": [
      -                  "string",
      -                  "integer"
      -                ]
      -              },
      -              "maxItems": 32,
      -              "type": [
      -                "array",
      -                "null"
      -              ]
      -            },
      -            "fix_hint": {
      -              "maxLength": 1000,
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "inference_source": {
      -              "additionalProperties": false,
      -              "properties": {
      -                "field_path": {
      -                  "items": {
      -                    "type": [
      -                      "string",
      -                      "integer"
      -                    ]
      -                  },
      -                  "maxItems": 32,
      -                  "type": "array"
      -                },
      -                "kind": {
      -                  "enum": [
      -                    "recipe_input_max_length",
      -                    "recipe_input_default_text_contract",
      -                    "producer_response_schema",
      -                    "registered_schema",
      -                    "recipe_output_default_string"
      -                  ]
      -                },
      -                "step_id": {
      -                  "maxLength": 128,
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                }
      -              },
      -              "required": [
      -                "kind",
      -                "step_id",
      -                "field_path"
      -              ],
      -              "type": "object"
      -            },
      -            "message": {
      -              "maxLength": 1000,
      -              "type": "string"
      -            },
      -            "missing_producer": {
      -              "maxLength": 128,
      -              "type": "string"
      -            },
      -            "severity": {
      -              "enum": [
      -                "info",
      -                "warning",
      -                "error"
      -              ]
      -            },
      -            "step_id": {
      -              "maxLength": 128,
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "suggested_mutation": {
      -              "additionalProperties": false,
      -              "properties": {
      -                "field_path": {
      -                  "items": {
      -                    "type": [
      -                      "string",
      -                      "integer"
      -                    ]
      -                  },
      -                  "maxItems": 32,
      -                  "type": "array"
      -                },
      -                "operation": {
      -                  "enum": [
      -                    "upsert_node",
      -                    "set_contracts"
      -                  ]
      -                },
      -                "replacement": {},
      -                "step_id": {
      -                  "maxLength": 128,
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "target": {
      -                  "enum": [
      -                    "executable_recipe",
      -                    "authoring_contract"
      -                  ]
      -                }
      -              },
      -              "required": [
      -                "operation",
      -                "target",
      -                "step_id",
      -                "field_path",
      -                "replacement"
      -              ],
      -              "type": "object"
      -            },
      -            "valid_producer_choices": {
      -              "items": {
      -                "maxLength": 128,
      -                "type": "string"
      -              },
      -              "maxItems": 50,
      -              "type": "array"
      -            }
      -          },
      -          "required": [
      -            "code",
      -            "severity",
      -            "step_id",
      -            "field_path",
      -            "message",
      -            "fix_hint"
      -          ],
      -          "type": "object"
      -        },
      -        "maxItems": 200,
      -        "type": "array"
      -      },
      -      "gate_results": {
      -        "maxItems": 0,
      -        "type": "array"
      -      },
      -      "guidance_version": {
      -        "maxLength": 64,
      -        "type": "string"
      -      },
      -      "qualification_requirements": {
      -        "items": {
      -          "additionalProperties": false,
      -          "properties": {
      -            "node_id": {
      -              "maxLength": 128,
      -              "type": "string"
      -            },
      -            "node_path": {
      -              "items": {
      -                "type": [
      -                  "string",
      -                  "integer"
      -                ]
      -              },
      -              "maxItems": 32,
      -              "type": "array"
      -            },
      -            "node_type": {
      -              "maxLength": 64,
      -              "type": "string"
      -            },
      -            "parameter_digest": {
      -              "maxLength": 64,
      -              "pattern": "^[0-9a-f]{64}$",
      -              "type": "string"
      -            },
      -            "qualification_route": {
      -              "enum": [
      -                "conditional",
      -                "supervised"
      -              ]
      -            },
      -            "reason": {
      -              "maxLength": 128,
      -              "type": "string"
      -            },
      -            "required_decision": {
      -              "maxLength": 128,
      -              "type": "string"
      -            },
      -            "resource_paths": {
      -              "items": {
      -                "maxLength": 256,
      -                "type": "string"
      -              },
      -              "maxItems": 8,
      -              "type": "array"
      -            }
      -          },
      -          "required": [
      -            "node_id",
      -            "node_type",
      -            "node_path",
      -            "qualification_route",
      -            "reason",
      -            "required_decision",
      -            "resource_paths",
      -            "parameter_digest"
      -          ],
      -          "type": "object"
      -        },
      -        "maxItems": 100,
      -        "type": "array"
      -      },
      -      "qualification_route": {
      -        "enum": [
      -          "automatic",
      -          "conditional",
      -          "supervised"
      -        ]
      -      },
      -      "rendered": {
      -        "items": {
      -          "additionalProperties": false,
      -          "properties": {
      -            "path": {
      -              "items": {
      -                "type": [
      -                  "string",
      -                  "integer"
      -                ]
      -              },
      -              "maxItems": 32,
      -              "type": "array"
      -            },
      -            "text": {
      -              "maxLength": 4096,
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "path",
      -            "text"
      -          ],
      -          "type": "object"
      -        },
      -        "maxItems": 100,
      -        "type": "array"
      -      },
      -      "truncation": {
      -        "additionalProperties": false,
      -        "properties": {
      -          "applied": {
      -            "const": true
      -          },
      -          "omitted_items": {
      -            "minimum": 0,
      -            "type": "integer"
      -          },
      -          "original_result_bytes": {
      -            "minimum": 1,
      -            "type": "integer"
      -          },
      -          "reason": {
      -            "const": "response_size_limit"
      -          },
      -          "truncated_values": {
      -            "minimum": 0,
      -            "type": "integer"
      -          }
      -        },
      -        "required": [
      -          "applied",
      -          "reason",
      -          "omitted_items",
      -          "truncated_values",
      -          "original_result_bytes"
      -        ],
      -        "type": "object"
      -      },
      -      "unsupported_nodes": {
      -        "items": {
      -          "maxLength": 64,
      -          "type": "string"
      -        },
      -        "maxItems": 24,
      -        "type": "array",
      -        "uniqueItems": true
      -      },
      -      "valid": {
      -        "type": "boolean"
      -      },
      -      "versions": {
      -        "additionalProperties": false,
      -        "properties": {
      -          "archetypes": {
      -            "maxLength": 64,
      -            "type": "string"
      -          },
      -          "capabilities": {
      -            "maxLength": 64,
      -            "type": "string"
      -          },
      -          "checks": {
      -            "maxLength": 64,
      -            "type": "string"
      -          },
      -          "guidance": {
      -            "maxLength": 64,
      -            "type": "string"
      -          },
      -          "models": {
      -            "maxLength": 64,
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "archetypes",
      -          "capabilities",
      -          "checks",
      -          "guidance",
      -          "models"
      -        ],
      -        "type": "object"
      -      }
      -    },
      -    "required": [
      -      "valid",
      -      "draft_valid",
      -      "automatic_acceptance_eligible",
      -      "qualification_route",
      -      "qualification_requirements",
      -      "effect_digest",
      -      "findings",
      -      "rendered",
      -      "gate_results",
      -      "compute_results",
      -      "fan_out",
      -      "unsupported_nodes",
      -      "dsl_version",
      -      "catalog_version",
      -      "guidance_version"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": false,
      -    "properties": {
      -      "case_id": {
      -        "maxLength": 64,
      -        "minLength": 1,
      -        "type": "string"
      -      },
      -      "error": {
      -        "enum": [
      -          "not_found",
      -          "invalid_reference",
      -          "invalid_params",
      -          "revision_conflict",
      -          "idempotency_conflict",
      -          "document_too_large",
      -          "payload_too_large",
      -          "chunk_sequence_invalid",
      -          "chunk_digest_mismatch",
      -          "chunk_expired",
      -          "invalid_cursor",
      -          "suite_duplicate_case_id",
      -          "suite_unresolved_pair",
      -          "suite_schema_invalid",
      -          "suite_missing_categories",
      -          "suite_weak_normal_oracle",
      -          "suite_too_large",
      -          "unknown_case_id",
      -          "duplicate_case_id",
      -          "incomplete_case_selection",
      -          "unsupported_node_kind",
      -          "research_required",
      -          "review_required",
      -          "acceptance_required",
      -          "qualification_stale",
      -          "budget_not_approved",
      -          "budget_exhausted",
      -          "budget_superseded",
      -          "budget_capability_consumed",
      -          "budget_capability_expired",
      -          "acceptance_case_cost_exceeded",
      -          "authoring_budget_exceeded",
      -          "authoring_grant_not_active",
      -          "insufficient_credits",
      -          "billing_anomaly",
      -          "activity_stalled",
      -          "activity_in_flight",
      -          "handoff_approval_required",
      -          "handoff_expired",
      -          "handoff_not_pending",
      -          "handoff_stale",
      -          "handoff_disclosure_incomplete",
      -          "feature_unavailable",
      -          "resource_unavailable",
      -          "resource_binding_required",
      -          "resource_requirement_not_found",
      -          "activity_not_cancellable",
      -          "quota_exceeded",
      -          "rate_limited",
      -          "already_published",
      -          "safety_locked",
      -          "build_terminal",
      -          "commit_capability_expired",
      -          "account_unavailable",
      -          "limit_unavailable"
      -        ]
      -      },
      -      "estimated_credits": {
      -        "maxLength": 64,
      -        "pattern": "^(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?$",
      -        "type": "string"
      -      },
      -      "field": {
      -        "maxLength": 64,
      -        "type": "string"
      -      },
      -      "hint": {
      -        "maxLength": 240,
      -        "type": "string"
      -      },
      -      "issue": {
      -        "additionalProperties": false,
      -        "properties": {
      -          "code": {
      -            "maxLength": 64,
      -            "type": "string"
      -          },
      -          "field": {
      -            "maxLength": 64,
      -            "type": "string"
      -          },
      -          "operator": {
      -            "maxLength": 64,
      -            "type": "string"
      -          },
      -          "path": {
      -            "maxLength": 512,
      -            "type": "string"
      -          },
      -          "type": {
      -            "maxLength": 64,
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "code",
      -          "path"
      -        ],
      -        "type": "object"
      -      },
      -      "limit_credits": {
      -        "maxLength": 64,
      -        "pattern": "^(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?$",
      -        "type": "string"
      -      },
      -      "missing_categories": {
      -        "items": {
      -          "maxLength": 64,
      -          "type": "string"
      -        },
      -        "maxItems": 10,
      -        "type": "array",
      -        "uniqueItems": true
      -      },
      -      "repair_hint": {
      -        "maxLength": 500,
      -        "type": "string"
      -      },
      -      "retry_after_seconds": {
      -        "maximum": 86400,
      -        "minimum": 1,
      -        "type": "integer"
      -      },
      -      "review_cost": {
      -        "additionalProperties": false,
      -        "properties": {
      -          "basis": {
      -            "const": "utf8_byte_upper_bound"
      -          },
      -          "estimated_credits": {
      -            "maxLength": 64,
      -            "pattern": "^(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?$",
      -            "type": "string"
      -          },
      -          "input_token_bound": {
      -            "minimum": 0,
      -            "type": "integer"
      -          },
      -          "limit_credits": {
      -            "maxLength": 64,
      -            "pattern": "^(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?$",
      -            "type": "string"
      -          },
      -          "model": {
      -            "maxLength": 200,
      -            "type": "string"
      -          },
      -          "output_token_cap": {
      -            "minimum": 0,
      -            "type": "integer"
      -          },
      -          "prompt_bytes": {
      -            "minimum": 0,
      -            "type": "integer"
      -          },
      -          "provider": {
      -            "maxLength": 200,
      -            "type": "string"
      -          },
      -          "section_bytes": {
      -            "additionalProperties": false,
      -            "properties": {
      -              "acceptance_suite": {
      -                "minimum": 0,
      -                "type": "integer"
      -              },
      -              "input_contract": {
      -                "minimum": 0,
      -                "type": "integer"
      -              },
      -              "intent": {
      -                "minimum": 0,
      -                "type": "integer"
      -              },
      -              "output_contract": {
      -                "minimum": 0,
      -                "type": "integer"
      -              },
      -              "research_evidence": {
      -                "minimum": 0,
      -                "type": "integer"
      -              },
      -              "spec": {
      -                "minimum": 0,
      -                "type": "integer"
      -              }
      -            },
      -            "required": [],
      -            "type": "object"
      -          }
      -        },
      -        "required": [
      -          "estimated_credits",
      -          "limit_credits",
      -          "provider",
      -          "model",
      -          "basis",
      -          "input_token_bound",
      -          "output_token_cap",
      -          "prompt_bytes",
      -          "section_bytes"
      -        ],
      -        "type": "object"
      -      },
      -      "truncation": {
      -        "additionalProperties": false,
      -        "properties": {
      -          "applied": {
      -            "const": true
      -          },
      -          "omitted_items": {
      -            "minimum": 0,
      -            "type": "integer"
      -          },
      -          "original_result_bytes": {
      -            "minimum": 1,
      -            "type": "integer"
      -          },
      -          "reason": {
      -            "const": "response_size_limit"
      -          },
      -          "truncated_values": {
      -            "minimum": 0,
      -            "type": "integer"
      -          }
      -        },
      -        "required": [
      -          "applied",
      -          "reason",
      -          "omitted_items",
      -          "truncated_values",
      -          "original_result_bytes"
      -        ],
      -        "type": "object"
      -      }
      -    },
      -    "required": [
      -      "error"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "properties": {
      +      "automatic_acceptance_eligible": {
      +        "type": "boolean"
      +      },
      +      "catalog_version": {
      +        "maxLength": 64,
      +        "type": "string"
      +      },
      +      "compute_results": {
      +        "maxItems": 0,
      +        "type": "array"
      +      },
      +      "draft_valid": {
      +        "type": "boolean"
      +      },
      +      "dsl_version": {
      +        "minimum": 2,
      +        "type": "integer"
      +      },
      +      "effect_digest": {
      +        "maxLength": 64,
      +        "pattern": "^[0-9a-f]{64}$",
      +        "type": "string"
      +      },
      +      "fan_out": {
      +        "minimum": 0,
      +        "type": "integer"
      +      },
      +      "findings": {
      +        "items": {
      +          "additionalProperties": false,
      +          "properties": {
      +            "choices_truncated": {
      +              "type": "boolean"
      +            },
      +            "code": {
      +              "maxLength": 64,
      +              "type": "string"
      +            },
      +            "declared_schema": {
      +              "maxProperties": 100,
      +              "type": "object"
      +            },
      +            "difference_pointer": {
      +              "maxLength": 512,
      +              "type": "string"
      +            },
      +            "executable_schema": {
      +              "maxProperties": 100,
      +              "type": "object"
      +            },
      +            "field_path": {
      +              "items": {
      +                "type": [
      +                  "string",
      +                  "integer"
      +                ]
      +              },
      +              "maxItems": 32,
      +              "type": [
      +                "array",
      +                "null"
      +              ]
      +            },
      +            "fix_hint": {
      +              "maxLength": 1000,
      +              "type": [
      +                "string",
      +                "null"
      +              ]
      +            },
      +            "inference_source": {
      +              "additionalProperties": false,
      +              "properties": {
      +                "field_path": {
      +                  "items": {
      +                    "type": [
      +                      "string",
      +                      "integer"
      +                    ]
      +                  },
      +                  "maxItems": 32,
      +                  "type": "array"
      +                },
      +                "kind": {
      +                  "enum": [
      +                    "recipe_input_max_length",
      +                    "recipe_input_default_text_contract",
      +                    "producer_response_schema",
      +                    "registered_schema",
      +                    "recipe_output_default_string"
      +                  ]
      +                },
      +                "step_id": {
      +                  "maxLength": 128,
      +                  "type": [
      +                    "string",
      +                    "null"
      +                  ]
      +                }
      +              },
      +              "required": [
      +                "kind",
      +                "step_id",
      +                "field_path"
      +              ],
      +              "type": "object"
      +            },
      +            "message": {
      +              "maxLength": 1000,
      +              "type": "string"
      +            },
      +            "missing_producer": {
      +              "maxLength": 128,
      +              "type": "string"
      +            },
      +            "severity": {
      +              "enum": [
      +                "info",
      +                "warning",
      +                "error"
      +              ]
      +            },
      +            "step_id": {
      +              "maxLength": 128,
      +              "type": [
      +                "string",
      +                "null"
      +              ]
      +            },
      +            "suggested_mutation": {
      +              "additionalProperties": false,
      +              "properties": {
      +                "field_path": {
      +                  "items": {
      +                    "type": [
      +                      "string",
      +                      "integer"
      +                    ]
      +                  },
      +                  "maxItems": 32,
      +                  "type": "array"
      +                },
      +                "operation": {
      +                  "enum": [
      +                    "upsert_node",
      +                    "set_contracts"
      +                  ]
      +                },
      +                "replacement": {},
      +                "step_id": {
      +                  "maxLength": 128,
      +                  "type": [
      +                    "string",
      +                    "null"
      +                  ]
      +                },
      +                "target": {
      +                  "enum": [
      +                    "executable_recipe",
      +                    "authoring_contract"
      +                  ]
      +                }
      +              },
      +              "required": [
      +                "operation",
      +                "target",
      +                "step_id",
      +                "field_path",
      +                "replacement"
      +              ],
      +              "type": "object"
      +            },
      +            "valid_producer_choices": {
      +              "items": {
      +                "maxLength": 128,
      +                "type": "string"
      +              },
      +              "maxItems": 50,
      +              "type": "array"
      +            }
      +          },
      +          "required": [
      +            "code",
      +            "severity",
      +            "step_id",
      +            "field_path",
      +            "message",
      +            "fix_hint"
      +          ],
      +          "type": "object"
      +        },
      +        "maxItems": 200,
      +        "type": "array"
      +      },
      +      "gate_results": {
      +        "maxItems": 0,
      +        "type": "array"
      +      },
      +      "guidance_version": {
      +        "maxLength": 64,
      +        "type": "string"
      +      },
      +      "qualification_requirements": {
      +        "items": {
      +          "additionalProperties": false,
      +          "properties": {
      +            "node_id": {
      +              "maxLength": 128,
      +              "type": "string"
      +            },
      +            "node_path": {
      +              "items": {
      +                "type": [
      +                  "string",
      +                  "integer"
      +                ]
      +              },
      +              "maxItems": 32,
      +              "type": "array"
      +            },
      +            "node_type": {
      +              "maxLength": 64,
      +              "type": "string"
      +            },
      +            "parameter_digest": {
      +              "maxLength": 64,
      +              "pattern": "^[0-9a-f]{64}$",
      +              "type": "string"
      +            },
      +            "qualification_route": {
      +              "enum": [
      +                "conditional",
      +                "supervised"
      +              ]
      +            },
      +            "reason": {
      +              "maxLength": 128,
      +              "type": "string"
      +            },
      +            "required_decision": {
      +              "maxLength": 128,
      +              "type": "string"
      +            },
      +            "resource_paths": {
      +              "items": {
      +                "maxLength": 256,
      +                "type": "string"
      +              },
      +              "maxItems": 8,
      +              "type": "array"
      +            }
      +          },
      +          "required": [
      +            "node_id",
      +            "node_type",
      +            "node_path",
      +            "qualification_route",
      +            "reason",
      +            "required_decision",
      +            "resource_paths",
      +            "parameter_digest"
      +          ],
      +          "type": "object"
      +        },
      +        "maxItems": 100,
      +        "type": "array"
      +      },
      +      "qualification_route": {
      +        "enum": [
      +          "automatic",
      +          "conditional",
      +          "supervised"
      +        ]
      +      },
      +      "rendered": {
      +        "items": {
      +          "additionalProperties": false,
      +          "properties": {
      +            "path": {
      +              "items": {
      +                "type": [
      +                  "string",
      +                  "integer"
      +                ]
      +              },
      +              "maxItems": 32,
      +              "type": "array"
      +            },
      +            "text": {
      +              "maxLength": 4096,
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "path",
      +            "text"
      +          ],
      +          "type": "object"
      +        },
      +        "maxItems": 100,
      +        "type": "array"
      +      },
      +      "truncation": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "applied": {
      +            "const": true
      +          },
      +          "omitted_items": {
      +            "minimum": 0,
      +            "type": "integer"
      +          },
      +          "original_result_bytes": {
      +            "minimum": 1,
      +            "type": "integer"
      +          },
      +          "reason": {
      +            "const": "response_size_limit"
      +          },
      +          "truncated_values": {
      +            "minimum": 0,
      +            "type": "integer"
      +          }
      +        },
      +        "required": [
      +          "applied",
      +          "reason",
      +          "omitted_items",
      +          "truncated_values",
      +          "original_result_bytes"
      +        ],
      +        "type": "object"
      +      },
      +      "unsupported_nodes": {
      +        "items": {
      +          "maxLength": 64,
      +          "type": "string"
      +        },
      +        "maxItems": 24,
      +        "type": "array",
      +        "uniqueItems": true
      +      },
      +      "valid": {
      +        "type": "boolean"
      +      },
      +      "versions": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "archetypes": {
      +            "maxLength": 64,
      +            "type": "string"
      +          },
      +          "capabilities": {
      +            "maxLength": 64,
      +            "type": "string"
      +          },
      +          "checks": {
      +            "maxLength": 64,
      +            "type": "string"
      +          },
      +          "guidance": {
      +            "maxLength": 64,
      +            "type": "string"
      +          },
      +          "models": {
      +            "maxLength": 64,
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "archetypes",
      +          "capabilities",
      +          "checks",
      +          "guidance",
      +          "models"
      +        ],
      +        "type": "object"
      +      }
      +    },
      +    "required": [
      +      "valid",
      +      "draft_valid",
      +      "automatic_acceptance_eligible",
      +      "qualification_route",
      +      "qualification_requirements",
      +      "effect_digest",
      +      "findings",
      +      "rendered",
      +      "gate_results",
      +      "compute_results",
      +      "fan_out",
      +      "unsupported_nodes",
      +      "dsl_version",
      +      "catalog_version",
      +      "guidance_version"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": false,
      +    "properties": {
      +      "case_id": {
      +        "maxLength": 64,
      +        "minLength": 1,
      +        "type": "string"
      +      },
      +      "error": {
      +        "enum": [
      +          "not_found",
      +          "invalid_reference",
      +          "invalid_params",
      +          "revision_conflict",
      +          "idempotency_conflict",
      +          "document_too_large",
      +          "payload_too_large",
      +          "chunk_sequence_invalid",
      +          "chunk_digest_mismatch",
      +          "chunk_expired",
      +          "invalid_cursor",
      +          "suite_duplicate_case_id",
      +          "suite_unresolved_pair",
      +          "suite_schema_invalid",
      +          "suite_missing_categories",
      +          "suite_weak_normal_oracle",
      +          "suite_too_large",
      +          "unknown_case_id",
      +          "duplicate_case_id",
      +          "incomplete_case_selection",
      +          "unsupported_node_kind",
      +          "research_required",
      +          "review_required",
      +          "acceptance_required",
      +          "qualification_stale",
      +          "budget_not_approved",
      +          "budget_exhausted",
      +          "budget_superseded",
      +          "budget_capability_consumed",
      +          "budget_capability_expired",
      +          "acceptance_case_cost_exceeded",
      +          "authoring_budget_exceeded",
      +          "authoring_grant_not_active",
      +          "insufficient_credits",
      +          "billing_anomaly",
      +          "activity_stalled",
      +          "activity_in_flight",
      +          "handoff_approval_required",
      +          "handoff_expired",
      +          "handoff_not_pending",
      +          "handoff_stale",
      +          "handoff_disclosure_incomplete",
      +          "feature_unavailable",
      +          "resource_unavailable",
      +          "resource_binding_required",
      +          "resource_requirement_not_found",
      +          "activity_not_cancellable",
      +          "quota_exceeded",
      +          "rate_limited",
      +          "already_published",
      +          "safety_locked",
      +          "build_terminal",
      +          "commit_capability_expired",
      +          "account_unavailable",
      +          "limit_unavailable"
      +        ]
      +      },
      +      "estimated_credits": {
      +        "maxLength": 64,
      +        "pattern": "^(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?$",
      +        "type": "string"
      +      },
      +      "field": {
      +        "maxLength": 64,
      +        "type": "string"
      +      },
      +      "hint": {
      +        "maxLength": 240,
      +        "type": "string"
      +      },
      +      "issue": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "code": {
      +            "maxLength": 64,
      +            "type": "string"
      +          },
      +          "field": {
      +            "maxLength": 64,
      +            "type": "string"
      +          },
      +          "operator": {
      +            "maxLength": 64,
      +            "type": "string"
      +          },
      +          "path": {
      +            "maxLength": 512,
      +            "type": "string"
      +          },
      +          "type": {
      +            "maxLength": 64,
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "code",
      +          "path"
      +        ],
      +        "type": "object"
      +      },
      +      "limit_credits": {
      +        "maxLength": 64,
      +        "pattern": "^(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?$",
      +        "type": "string"
      +      },
      +      "missing_categories": {
      +        "items": {
      +          "maxLength": 64,
      +          "type": "string"
      +        },
      +        "maxItems": 10,
      +        "type": "array",
      +        "uniqueItems": true
      +      },
      +      "repair_hint": {
      +        "maxLength": 500,
      +        "type": "string"
      +      },
      +      "retry_after_seconds": {
      +        "maximum": 86400,
      +        "minimum": 1,
      +        "type": "integer"
      +      },
      +      "review_cost": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "basis": {
      +            "const": "utf8_byte_upper_bound"
      +          },
      +          "estimated_credits": {
      +            "maxLength": 64,
      +            "pattern": "^(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?$",
      +            "type": "string"
      +          },
      +          "input_token_bound": {
      +            "minimum": 0,
      +            "type": "integer"
      +          },
      +          "limit_credits": {
      +            "maxLength": 64,
      +            "pattern": "^(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?$",
      +            "type": "string"
      +          },
      +          "model": {
      +            "maxLength": 200,
      +            "type": "string"
      +          },
      +          "output_token_cap": {
      +            "minimum": 0,
      +            "type": "integer"
      +          },
      +          "prompt_bytes": {
      +            "minimum": 0,
      +            "type": "integer"
      +          },
      +          "provider": {
      +            "maxLength": 200,
      +            "type": "string"
      +          },
      +          "section_bytes": {
      +            "additionalProperties": false,
      +            "properties": {
      +              "acceptance_suite": {
      +                "minimum": 0,
      +                "type": "integer"
      +              },
      +              "input_contract": {
      +                "minimum": 0,
      +                "type": "integer"
      +              },
      +              "intent": {
      +                "minimum": 0,
      +                "type": "integer"
      +              },
      +              "output_contract": {
      +                "minimum": 0,
      +                "type": "integer"
      +              },
      +              "research_evidence": {
      +                "minimum": 0,
      +                "type": "integer"
      +              },
      +              "spec": {
      +                "minimum": 0,
      +                "type": "integer"
      +              }
      +            },
      +            "required": [],
      +            "type": "object"
      +          }
      +        },
      +        "required": [
      +          "estimated_credits",
      +          "limit_credits",
      +          "provider",
      +          "model",
      +          "basis",
      +          "input_token_bound",
      +          "output_token_cap",
      +          "prompt_bytes",
      +          "section_bytes"
      +        ],
      +        "type": "object"
      +      },
      +      "truncation": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "applied": {
      +            "const": true
      +          },
      +          "omitted_items": {
      +            "minimum": 0,
      +            "type": "integer"
      +          },
      +          "original_result_bytes": {
      +            "minimum": 1,
      +            "type": "integer"
      +          },
      +          "reason": {
      +            "const": "response_size_limit"
      +          },
      +          "truncated_values": {
      +            "minimum": 0,
      +            "type": "integer"
      +          }
      +        },
      +        "required": [
      +          "applied",
      +          "reason",
      +          "omitted_items",
      +          "truncated_values",
      +          "original_result_bytes"
      +        ],
      +        "type": "object"
      +      }
      +    },
      +    "required": [
      +      "error"
      +    ],
      +    "type": "object"
      +  }
      +]
  2. Changed1 schema field changed
    • changedOutput schema / oneOf
      Previous value: -[
      -  {
      -    "additionalProperties": false,
      -    "properties": {
      -      "automatic_acceptance_eligible": {
      -        "type": "boolean"
      -      },
      -      "catalog_version": {
      -        "maxLength": 64,
      -        "type": "string"
      -      },
      -      "compute_results": {
      -        "maxItems": 0,
      -        "type": "array"
      -      },
      -      "draft_valid": {
      -        "type": "boolean"
      -      },
      -      "dsl_version": {
      -        "minimum": 2,
      -        "type": "integer"
      -      },
      -      "effect_digest": {
      -        "maxLength": 64,
      -        "pattern": "^[0-9a-f]{64}$",
      -        "type": "string"
      -      },
      -      "fan_out": {
      -        "minimum": 0,
      -        "type": "integer"
      -      },
      -      "findings": {
      -        "items": {
      -          "additionalProperties": false,
      -          "properties": {
      -            "choices_truncated": {
      -              "type": "boolean"
      -            },
      -            "code": {
      -              "maxLength": 64,
      -              "type": "string"
      -            },
      -            "declared_schema": {
      -              "maxProperties": 100,
      -              "type": "object"
      -            },
      -            "difference_pointer": {
      -              "maxLength": 512,
      -              "type": "string"
      -            },
      -            "executable_schema": {
      -              "maxProperties": 100,
      -              "type": "object"
      -            },
      -            "field_path": {
      -              "items": {
      -                "type": [
      -                  "string",
      -                  "integer"
      -                ]
      -              },
      -              "maxItems": 32,
      -              "type": [
      -                "array",
      -                "null"
      -              ]
      -            },
      -            "fix_hint": {
      -              "maxLength": 1000,
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "inference_source": {
      -              "additionalProperties": false,
      -              "properties": {
      -                "field_path": {
      -                  "items": {
      -                    "type": [
      -                      "string",
      -                      "integer"
      -                    ]
      -                  },
      -                  "maxItems": 32,
      -                  "type": "array"
      -                },
      -                "kind": {
      -                  "enum": [
      -                    "recipe_input_max_length",
      -                    "recipe_input_default_text_contract",
      -                    "producer_response_schema",
      -                    "registered_schema",
      -                    "recipe_output_default_string"
      -                  ]
      -                },
      -                "step_id": {
      -                  "maxLength": 128,
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                }
      -              },
      -              "required": [
      -                "kind",
      -                "step_id",
      -                "field_path"
      -              ],
      -              "type": "object"
      -            },
      -            "message": {
      -              "maxLength": 1000,
      -              "type": "string"
      -            },
      -            "missing_producer": {
      -              "maxLength": 128,
      -              "type": "string"
      -            },
      -            "severity": {
      -              "enum": [
      -                "info",
      -                "warning",
      -                "error"
      -              ]
      -            },
      -            "step_id": {
      -              "maxLength": 128,
      -              "type": [
      -                "string",
      -                "null"
      -              ]
      -            },
      -            "suggested_mutation": {
      -              "additionalProperties": false,
      -              "properties": {
      -                "field_path": {
      -                  "items": {
      -                    "type": [
      -                      "string",
      -                      "integer"
      -                    ]
      -                  },
      -                  "maxItems": 32,
      -                  "type": "array"
      -                },
      -                "operation": {
      -                  "enum": [
      -                    "upsert_node",
      -                    "set_contracts"
      -                  ]
      -                },
      -                "replacement": {},
      -                "step_id": {
      -                  "maxLength": 128,
      -                  "type": [
      -                    "string",
      -                    "null"
      -                  ]
      -                },
      -                "target": {
      -                  "enum": [
      -                    "executable_recipe",
      -                    "authoring_contract"
      -                  ]
      -                }
      -              },
      -              "required": [
      -                "operation",
      -                "target",
      -                "step_id",
      -                "field_path",
      -                "replacement"
      -              ],
      -              "type": "object"
      -            },
      -            "valid_producer_choices": {
      -              "items": {
      -                "maxLength": 128,
      -                "type": "string"
      -              },
      -              "maxItems": 50,
      -              "type": "array"
      -            }
      -          },
      -          "required": [
      -            "code",
      -            "severity",
      -            "step_id",
      -            "field_path",
      -            "message",
      -            "fix_hint"
      -          ],
      -          "type": "object"
      -        },
      -        "maxItems": 200,
      -        "type": "array"
      -      },
      -      "gate_results": {
      -        "maxItems": 0,
      -        "type": "array"
      -      },
      -      "guidance_version": {
      -        "maxLength": 64,
      -        "type": "string"
      -      },
      -      "qualification_requirements": {
      -        "items": {
      -          "additionalProperties": false,
      -          "properties": {
      -            "node_id": {
      -              "maxLength": 128,
      -              "type": "string"
      -            },
      -            "node_path": {
      -              "items": {
      -                "type": [
      -                  "string",
      -                  "integer"
      -                ]
      -              },
      -              "maxItems": 32,
      -              "type": "array"
      -            },
      -            "node_type": {
      -              "maxLength": 64,
      -              "type": "string"
      -            },
      -            "parameter_digest": {
      -              "maxLength": 64,
      -              "pattern": "^[0-9a-f]{64}$",
      -              "type": "string"
      -            },
      -            "qualification_route": {
      -              "enum": [
      -                "conditional",
      -                "supervised"
      -              ]
      -            },
      -            "reason": {
      -              "maxLength": 128,
      -              "type": "string"
      -            },
      -            "required_decision": {
      -              "maxLength": 128,
      -              "type": "string"
      -            },
      -            "resource_paths": {
      -              "items": {
      -                "maxLength": 256,
      -                "type": "string"
      -              },
      -              "maxItems": 8,
      -              "type": "array"
      -            }
      -          },
      -          "required": [
      -            "node_id",
      -            "node_type",
      -            "node_path",
      -            "qualification_route",
      -            "reason",
      -            "required_decision",
      -            "resource_paths",
      -            "parameter_digest"
      -          ],
      -          "type": "object"
      -        },
      -        "maxItems": 100,
      -        "type": "array"
      -      },
      -      "qualification_route": {
      -        "enum": [
      -          "automatic",
      -          "conditional",
      -          "supervised"
      -        ]
      -      },
      -      "rendered": {
      -        "items": {
      -          "additionalProperties": false,
      -          "properties": {
      -            "path": {
      -              "items": {
      -                "type": [
      -                  "string",
      -                  "integer"
      -                ]
      -              },
      -              "maxItems": 32,
      -              "type": "array"
      -            },
      -            "text": {
      -              "maxLength": 4096,
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "path",
      -            "text"
      -          ],
      -          "type": "object"
      -        },
      -        "maxItems": 100,
      -        "type": "array"
      -      },
      -      "truncation": {
      -        "additionalProperties": false,
      -        "properties": {
      -          "applied": {
      -            "const": true
      -          },
      -          "omitted_items": {
      -            "minimum": 0,
      -            "type": "integer"
      -          },
      -          "original_result_bytes": {
      -            "minimum": 1,
      -            "type": "integer"
      -          },
      -          "reason": {
      -            "const": "response_size_limit"
      -          },
      -          "truncated_values": {
      -            "minimum": 0,
      -            "type": "integer"
      -          }
      -        },
      -        "required": [
      -          "applied",
      -          "reason",
      -          "omitted_items",
      -          "truncated_values",
      -          "original_result_bytes"
      -        ],
      -        "type": "object"
      -      },
      -      "unsupported_nodes": {
      -        "items": {
      -          "maxLength": 64,
      -          "type": "string"
      -        },
      -        "maxItems": 24,
      -        "type": "array",
      -        "uniqueItems": true
      -      },
      -      "valid": {
      -        "type": "boolean"
      -      },
      -      "versions": {
      -        "additionalProperties": false,
      -        "properties": {
      -          "archetypes": {
      -            "maxLength": 64,
      -            "type": "string"
      -          },
      -          "capabilities": {
      -            "maxLength": 64,
      -            "type": "string"
      -          },
      -          "checks": {
      -            "maxLength": 64,
      -            "type": "string"
      -          },
      -          "guidance": {
      -            "maxLength": 64,
      -            "type": "string"
      -          },
      -          "models": {
      -            "maxLength": 64,
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "archetypes",
      -          "capabilities",
      -          "checks",
      -          "guidance",
      -          "models"
      -        ],
      -        "type": "object"
      -      }
      -    },
      -    "required": [
      -      "valid",
      -      "draft_valid",
      -      "automatic_acceptance_eligible",
      -      "qualification_route",
      -      "qualification_requirements",
      -      "effect_digest",
      -      "findings",
      -      "rendered",
      -      "gate_results",
      -      "compute_results",
      -      "fan_out",
      -      "unsupported_nodes",
      -      "dsl_version",
      -      "catalog_version",
      -      "guidance_version"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "additionalProperties": false,
      -    "properties": {
      -      "case_id": {
      -        "maxLength": 64,
      -        "minLength": 1,
      -        "type": "string"
      -      },
      -      "error": {
      -        "enum": [
      -          "not_found",
      -          "invalid_reference",
      -          "invalid_params",
      -          "revision_conflict",
      -          "idempotency_conflict",
      -          "document_too_large",
      -          "payload_too_large",
      -          "chunk_sequence_invalid",
      -          "chunk_digest_mismatch",
      -          "chunk_expired",
      -          "suite_duplicate_case_id",
      -          "suite_unresolved_pair",
      -          "suite_schema_invalid",
      -          "suite_missing_categories",
      -          "suite_weak_normal_oracle",
      -          "suite_too_large",
      -          "unknown_case_id",
      -          "duplicate_case_id",
      -          "incomplete_case_selection",
      -          "unsupported_node_kind",
      -          "research_required",
      -          "review_required",
      -          "acceptance_required",
      -          "qualification_stale",
      -          "budget_not_approved",
      -          "budget_exhausted",
      -          "budget_superseded",
      -          "budget_capability_consumed",
      -          "budget_capability_expired",
      -          "acceptance_case_cost_exceeded",
      -          "authoring_budget_exceeded",
      -          "authoring_grant_not_active",
      -          "insufficient_credits",
      -          "billing_anomaly",
      -          "activity_stalled",
      -          "activity_in_flight",
      -          "handoff_approval_required",
      -          "handoff_expired",
      -          "handoff_not_pending",
      -          "handoff_stale",
      -          "feature_unavailable",
      -          "resource_unavailable",
      -          "resource_binding_required",
      -          "resource_requirement_not_found",
      -          "activity_not_cancellable",
      -          "quota_exceeded",
      -          "rate_limited",
      -          "already_published",
      -          "safety_locked",
      -          "build_terminal",
      -          "commit_capability_expired",
      -          "account_unavailable",
      -          "limit_unavailable"
      -        ]
      -      },
      -      "estimated_credits": {
      -        "maxLength": 64,
      -        "pattern": "^(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?$",
      -        "type": "string"
      -      },
      -      "field": {
      -        "maxLength": 64,
      -        "type": "string"
      -      },
      -      "hint": {
      -        "maxLength": 240,
      -        "type": "string"
      -      },
      -      "issue": {
      -        "additionalProperties": false,
      -        "properties": {
      -          "code": {
      -            "maxLength": 64,
      -            "type": "string"
      -          },
      -          "field": {
      -            "maxLength": 64,
      -            "type": "string"
      -          },
      -          "operator": {
      -            "maxLength": 64,
      -            "type": "string"
      -          },
      -          "path": {
      -            "maxLength": 512,
      -            "type": "string"
      -          },
      -          "type": {
      -            "maxLength": 64,
      -            "type": "string"
      -          }
      -        },
      -        "required": [
      -          "code",
      -          "path"
      -        ],
      -        "type": "object"
      -      },
      -      "limit_credits": {
      -        "maxLength": 64,
      -        "pattern": "^(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?$",
      -        "type": "string"
      -      },
      -      "missing_categories": {
      -        "items": {
      -          "maxLength": 64,
      -          "type": "string"
      -        },
      -        "maxItems": 10,
      -        "type": "array",
      -        "uniqueItems": true
      -      },
      -      "repair_hint": {
      -        "maxLength": 500,
      -        "type": "string"
      -      },
      -      "retry_after_seconds": {
      -        "maximum": 86400,
      -        "minimum": 1,
      -        "type": "integer"
      -      },
      -      "review_cost": {
      -        "additionalProperties": false,
      -        "properties": {
      -          "basis": {
      -            "const": "utf8_byte_upper_bound"
      -          },
      -          "estimated_credits": {
      -            "maxLength": 64,
      -            "pattern": "^(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?$",
      -            "type": "string"
      -          },
      -          "input_token_bound": {
      -            "minimum": 0,
      -            "type": "integer"
      -          },
      -          "limit_credits": {
      -            "maxLength": 64,
      -            "pattern": "^(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?$",
      -            "type": "string"
      -          },
      -          "model": {
      -            "maxLength": 200,
      -            "type": "string"
      -          },
      -          "output_token_cap": {
      -            "minimum": 0,
      -            "type": "integer"
      -          },
      -          "prompt_bytes": {
      -            "minimum": 0,
      -            "type": "integer"
      -          },
      -          "provider": {
      -            "maxLength": 200,
      -            "type": "string"
      -          },
      -          "section_bytes": {
      -            "additionalProperties": false,
      -            "properties": {
      -              "acceptance_suite": {
      -                "minimum": 0,
      -                "type": "integer"
      -              },
      -              "input_contract": {
      -                "minimum": 0,
      -                "type": "integer"
      -              },
      -              "intent": {
      -                "minimum": 0,
      -                "type": "integer"
      -              },
      -              "output_contract": {
      -                "minimum": 0,
      -                "type": "integer"
      -              },
      -              "research_evidence": {
      -                "minimum": 0,
      -                "type": "integer"
      -              },
      -              "spec": {
      -                "minimum": 0,
      -                "type": "integer"
      -              }
      -            },
      -            "required": [],
      -            "type": "object"
      -          }
      -        },
      -        "required": [
      -          "estimated_credits",
      -          "limit_credits",
      -          "provider",
      -          "model",
      -          "basis",
      -          "input_token_bound",
      -          "output_token_cap",
      -          "prompt_bytes",
      -          "section_bytes"
      -        ],
      -        "type": "object"
      -      },
      -      "truncation": {
      -        "additionalProperties": false,
      -        "properties": {
      -          "applied": {
      -            "const": true
      -          },
      -          "omitted_items": {
      -            "minimum": 0,
      -            "type": "integer"
      -          },
      -          "original_result_bytes": {
      -            "minimum": 1,
      -            "type": "integer"
      -          },
      -          "reason": {
      -            "const": "response_size_limit"
      -          },
      -          "truncated_values": {
      -            "minimum": 0,
      -            "type": "integer"
      -          }
      -        },
      -        "required": [
      -          "applied",
      -          "reason",
      -          "omitted_items",
      -          "truncated_values",
      -          "original_result_bytes"
      -        ],
      -        "type": "object"
      -      }
      -    },
      -    "required": [
      -      "error"
      -    ],
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": false,
      +    "properties": {
      +      "automatic_acceptance_eligible": {
      +        "type": "boolean"
      +      },
      +      "catalog_version": {
      +        "maxLength": 64,
      +        "type": "string"
      +      },
      +      "compute_results": {
      +        "maxItems": 0,
      +        "type": "array"
      +      },
      +      "draft_valid": {
      +        "type": "boolean"
      +      },
      +      "dsl_version": {
      +        "minimum": 2,
      +        "type": "integer"
      +      },
      +      "effect_digest": {
      +        "maxLength": 64,
      +        "pattern": "^[0-9a-f]{64}$",
      +        "type": "string"
      +      },
      +      "fan_out": {
      +        "minimum": 0,
      +        "type": "integer"
      +      },
      +      "findings": {
      +        "items": {
      +          "additionalProperties": false,
      +          "properties": {
      +            "choices_truncated": {
      +              "type": "boolean"
      +            },
      +            "code": {
      +              "maxLength": 64,
      +              "type": "string"
      +            },
      +            "declared_schema": {
      +              "maxProperties": 100,
      +              "type": "object"
      +            },
      +            "difference_pointer": {
      +              "maxLength": 512,
      +              "type": "string"
      +            },
      +            "executable_schema": {
      +              "maxProperties": 100,
      +              "type": "object"
      +            },
      +            "field_path": {
      +              "items": {
      +                "type": [
      +                  "string",
      +                  "integer"
      +                ]
      +              },
      +              "maxItems": 32,
      +              "type": [
      +                "array",
      +                "null"
      +              ]
      +            },
      +            "fix_hint": {
      +              "maxLength": 1000,
      +              "type": [
      +                "string",
      +                "null"
      +              ]
      +            },
      +            "inference_source": {
      +              "additionalProperties": false,
      +              "properties": {
      +                "field_path": {
      +                  "items": {
      +                    "type": [
      +                      "string",
      +                      "integer"
      +                    ]
      +                  },
      +                  "maxItems": 32,
      +                  "type": "array"
      +                },
      +                "kind": {
      +                  "enum": [
      +                    "recipe_input_max_length",
      +                    "recipe_input_default_text_contract",
      +                    "producer_response_schema",
      +                    "registered_schema",
      +                    "recipe_output_default_string"
      +                  ]
      +                },
      +                "step_id": {
      +                  "maxLength": 128,
      +                  "type": [
      +                    "string",
      +                    "null"
      +                  ]
      +                }
      +              },
      +              "required": [
      +                "kind",
      +                "step_id",
      +                "field_path"
      +              ],
      +              "type": "object"
      +            },
      +            "message": {
      +              "maxLength": 1000,
      +              "type": "string"
      +            },
      +            "missing_producer": {
      +              "maxLength": 128,
      +              "type": "string"
      +            },
      +            "severity": {
      +              "enum": [
      +                "info",
      +                "warning",
      +                "error"
      +              ]
      +            },
      +            "step_id": {
      +              "maxLength": 128,
      +              "type": [
      +                "string",
      +                "null"
      +              ]
      +            },
      +            "suggested_mutation": {
      +              "additionalProperties": false,
      +              "properties": {
      +                "field_path": {
      +                  "items": {
      +                    "type": [
      +                      "string",
      +                      "integer"
      +                    ]
      +                  },
      +                  "maxItems": 32,
      +                  "type": "array"
      +                },
      +                "operation": {
      +                  "enum": [
      +                    "upsert_node",
      +                    "set_contracts"
      +                  ]
      +                },
      +                "replacement": {},
      +                "step_id": {
      +                  "maxLength": 128,
      +                  "type": [
      +                    "string",
      +                    "null"
      +                  ]
      +                },
      +                "target": {
      +                  "enum": [
      +                    "executable_recipe",
      +                    "authoring_contract"
      +                  ]
      +                }
      +              },
      +              "required": [
      +                "operation",
      +                "target",
      +                "step_id",
      +                "field_path",
      +                "replacement"
      +              ],
      +              "type": "object"
      +            },
      +            "valid_producer_choices": {
      +              "items": {
      +                "maxLength": 128,
      +                "type": "string"
      +              },
      +              "maxItems": 50,
      +              "type": "array"
      +            }
      +          },
      +          "required": [
      +            "code",
      +            "severity",
      +            "step_id",
      +            "field_path",
      +            "message",
      +            "fix_hint"
      +          ],
      +          "type": "object"
      +        },
      +        "maxItems": 200,
      +        "type": "array"
      +      },
      +      "gate_results": {
      +        "maxItems": 0,
      +        "type": "array"
      +      },
      +      "guidance_version": {
      +        "maxLength": 64,
      +        "type": "string"
      +      },
      +      "qualification_requirements": {
      +        "items": {
      +          "additionalProperties": false,
      +          "properties": {
      +            "node_id": {
      +              "maxLength": 128,
      +              "type": "string"
      +            },
      +            "node_path": {
      +              "items": {
      +                "type": [
      +                  "string",
      +                  "integer"
      +                ]
      +              },
      +              "maxItems": 32,
      +              "type": "array"
      +            },
      +            "node_type": {
      +              "maxLength": 64,
      +              "type": "string"
      +            },
      +            "parameter_digest": {
      +              "maxLength": 64,
      +              "pattern": "^[0-9a-f]{64}$",
      +              "type": "string"
      +            },
      +            "qualification_route": {
      +              "enum": [
      +                "conditional",
      +                "supervised"
      +              ]
      +            },
      +            "reason": {
      +              "maxLength": 128,
      +              "type": "string"
      +            },
      +            "required_decision": {
      +              "maxLength": 128,
      +              "type": "string"
      +            },
      +            "resource_paths": {
      +              "items": {
      +                "maxLength": 256,
      +                "type": "string"
      +              },
      +              "maxItems": 8,
      +              "type": "array"
      +            }
      +          },
      +          "required": [
      +            "node_id",
      +            "node_type",
      +            "node_path",
      +            "qualification_route",
      +            "reason",
      +            "required_decision",
      +            "resource_paths",
      +            "parameter_digest"
      +          ],
      +          "type": "object"
      +        },
      +        "maxItems": 100,
      +        "type": "array"
      +      },
      +      "qualification_route": {
      +        "enum": [
      +          "automatic",
      +          "conditional",
      +          "supervised"
      +        ]
      +      },
      +      "rendered": {
      +        "items": {
      +          "additionalProperties": false,
      +          "properties": {
      +            "path": {
      +              "items": {
      +                "type": [
      +                  "string",
      +                  "integer"
      +                ]
      +              },
      +              "maxItems": 32,
      +              "type": "array"
      +            },
      +            "text": {
      +              "maxLength": 4096,
      +              "type": "string"
      +            }
      +          },
      +          "required": [
      +            "path",
      +            "text"
      +          ],
      +          "type": "object"
      +        },
      +        "maxItems": 100,
      +        "type": "array"
      +      },
      +      "truncation": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "applied": {
      +            "const": true
      +          },
      +          "omitted_items": {
      +            "minimum": 0,
      +            "type": "integer"
      +          },
      +          "original_result_bytes": {
      +            "minimum": 1,
      +            "type": "integer"
      +          },
      +          "reason": {
      +            "const": "response_size_limit"
      +          },
      +          "truncated_values": {
      +            "minimum": 0,
      +            "type": "integer"
      +          }
      +        },
      +        "required": [
      +          "applied",
      +          "reason",
      +          "omitted_items",
      +          "truncated_values",
      +          "original_result_bytes"
      +        ],
      +        "type": "object"
      +      },
      +      "unsupported_nodes": {
      +        "items": {
      +          "maxLength": 64,
      +          "type": "string"
      +        },
      +        "maxItems": 24,
      +        "type": "array",
      +        "uniqueItems": true
      +      },
      +      "valid": {
      +        "type": "boolean"
      +      },
      +      "versions": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "archetypes": {
      +            "maxLength": 64,
      +            "type": "string"
      +          },
      +          "capabilities": {
      +            "maxLength": 64,
      +            "type": "string"
      +          },
      +          "checks": {
      +            "maxLength": 64,
      +            "type": "string"
      +          },
      +          "guidance": {
      +            "maxLength": 64,
      +            "type": "string"
      +          },
      +          "models": {
      +            "maxLength": 64,
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "archetypes",
      +          "capabilities",
      +          "checks",
      +          "guidance",
      +          "models"
      +        ],
      +        "type": "object"
      +      }
      +    },
      +    "required": [
      +      "valid",
      +      "draft_valid",
      +      "automatic_acceptance_eligible",
      +      "qualification_route",
      +      "qualification_requirements",
      +      "effect_digest",
      +      "findings",
      +      "rendered",
      +      "gate_results",
      +      "compute_results",
      +      "fan_out",
      +      "unsupported_nodes",
      +      "dsl_version",
      +      "catalog_version",
      +      "guidance_version"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "additionalProperties": false,
      +    "properties": {
      +      "case_id": {
      +        "maxLength": 64,
      +        "minLength": 1,
      +        "type": "string"
      +      },
      +      "error": {
      +        "enum": [
      +          "not_found",
      +          "invalid_reference",
      +          "invalid_params",
      +          "revision_conflict",
      +          "idempotency_conflict",
      +          "document_too_large",
      +          "payload_too_large",
      +          "chunk_sequence_invalid",
      +          "chunk_digest_mismatch",
      +          "chunk_expired",
      +          "invalid_cursor",
      +          "suite_duplicate_case_id",
      +          "suite_unresolved_pair",
      +          "suite_schema_invalid",
      +          "suite_missing_categories",
      +          "suite_weak_normal_oracle",
      +          "suite_too_large",
      +          "unknown_case_id",
      +          "duplicate_case_id",
      +          "incomplete_case_selection",
      +          "unsupported_node_kind",
      +          "research_required",
      +          "review_required",
      +          "acceptance_required",
      +          "qualification_stale",
      +          "budget_not_approved",
      +          "budget_exhausted",
      +          "budget_superseded",
      +          "budget_capability_consumed",
      +          "budget_capability_expired",
      +          "acceptance_case_cost_exceeded",
      +          "authoring_budget_exceeded",
      +          "authoring_grant_not_active",
      +          "insufficient_credits",
      +          "billing_anomaly",
      +          "activity_stalled",
      +          "activity_in_flight",
      +          "handoff_approval_required",
      +          "handoff_expired",
      +          "handoff_not_pending",
      +          "handoff_stale",
      +          "handoff_disclosure_incomplete",
      +          "feature_unavailable",
      +          "resource_unavailable",
      +          "resource_binding_required",
      +          "resource_requirement_not_found",
      +          "activity_not_cancellable",
      +          "quota_exceeded",
      +          "rate_limited",
      +          "already_published",
      +          "safety_locked",
      +          "build_terminal",
      +          "commit_capability_expired",
      +          "account_unavailable",
      +          "limit_unavailable"
      +        ]
      +      },
      +      "estimated_credits": {
      +        "maxLength": 64,
      +        "pattern": "^(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?$",
      +        "type": "string"
      +      },
      +      "field": {
      +        "maxLength": 64,
      +        "type": "string"
      +      },
      +      "hint": {
      +        "maxLength": 240,
      +        "type": "string"
      +      },
      +      "issue": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "code": {
      +            "maxLength": 64,
      +            "type": "string"
      +          },
      +          "field": {
      +            "maxLength": 64,
      +            "type": "string"
      +          },
      +          "operator": {
      +            "maxLength": 64,
      +            "type": "string"
      +          },
      +          "path": {
      +            "maxLength": 512,
      +            "type": "string"
      +          },
      +          "type": {
      +            "maxLength": 64,
      +            "type": "string"
      +          }
      +        },
      +        "required": [
      +          "code",
      +          "path"
      +        ],
      +        "type": "object"
      +      },
      +      "limit_credits": {
      +        "maxLength": 64,
      +        "pattern": "^(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?$",
      +        "type": "string"
      +      },
      +      "missing_categories": {
      +        "items": {
      +          "maxLength": 64,
      +          "type": "string"
      +        },
      +        "maxItems": 10,
      +        "type": "array",
      +        "uniqueItems": true
      +      },
      +      "repair_hint": {
      +        "maxLength": 500,
      +        "type": "string"
      +      },
      +      "retry_after_seconds": {
      +        "maximum": 86400,
      +        "minimum": 1,
      +        "type": "integer"
      +      },
      +      "review_cost": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "basis": {
      +            "const": "utf8_byte_upper_bound"
      +          },
      +          "estimated_credits": {
      +            "maxLength": 64,
      +            "pattern": "^(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?$",
      +            "type": "string"
      +          },
      +          "input_token_bound": {
      +            "minimum": 0,
      +            "type": "integer"
      +          },
      +          "limit_credits": {
      +            "maxLength": 64,
      +            "pattern": "^(?:0|[1-9][0-9]*)(?:\\.[0-9]+)?$",
      +            "type": "string"
      +          },
      +          "model": {
      +            "maxLength": 200,
      +            "type": "string"
      +          },
      +          "output_token_cap": {
      +            "minimum": 0,
      +            "type": "integer"
      +          },
      +          "prompt_bytes": {
      +            "minimum": 0,
      +            "type": "integer"
      +          },
      +          "provider": {
      +            "maxLength": 200,
      +            "type": "string"
      +          },
      +          "section_bytes": {
      +            "additionalProperties": false,
      +            "properties": {
      +              "acceptance_suite": {
      +                "minimum": 0,
      +                "type": "integer"
      +              },
      +              "input_contract": {
      +                "minimum": 0,
      +                "type": "integer"
      +              },
      +              "intent": {
      +                "minimum": 0,
      +                "type": "integer"
      +              },
      +              "output_contract": {
      +                "minimum": 0,
      +                "type": "integer"
      +              },
      +              "research_evidence": {
      +                "minimum": 0,
      +                "type": "integer"
      +              },
      +              "spec": {
      +                "minimum": 0,
      +                "type": "integer"
      +              }
      +            },
      +            "required": [],
      +            "type": "object"
      +          }
      +        },
      +        "required": [
      +          "estimated_credits",
      +          "limit_credits",
      +          "provider",
      +          "model",
      +          "basis",
      +          "input_token_bound",
      +          "output_token_cap",
      +          "prompt_bytes",
      +          "section_bytes"
      +        ],
      +        "type": "object"
      +      },
      +      "truncation": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "applied": {
      +            "const": true
      +          },
      +          "omitted_items": {
      +            "minimum": 0,
      +            "type": "integer"
      +          },
      +          "original_result_bytes": {
      +            "minimum": 1,
      +            "type": "integer"
      +          },
      +          "reason": {
      +            "const": "response_size_limit"
      +          },
      +          "truncated_values": {
      +            "minimum": 0,
      +            "type": "integer"
      +          }
      +        },
      +        "required": [
      +          "applied",
      +          "reason",
      +          "omitted_items",
      +          "truncated_values",
      +          "original_result_bytes"
      +        ],
      +        "type": "object"
      +      }
      +    },
      +    "required": [
      +      "error"
      +    ],
      +    "type": "object"
      +  }
      +]
  3. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds 'deterministic' and 'free', which are consistent with annotations. It does not mention any side effects, error handling, or return behavior, but annotations cover the safety profile. It adds moderate value by clarifying deterministic and free nature.

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?

The description is a single, concise sentence that front-loads the purpose and includes a conditional usage note. No filler words; every clause adds information. It is appropriately sized.

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

Completeness2/5

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

The tool has 3 parameters, an output schema, and annotations. The description covers the core purpose and the fixtures parameter, but misses usage guidance relative to siblings and explanations for build_ref and render_only. Given the complexity (multiple check types, fixture mode), the description is incomplete for an agent to correctly invoke the tool without further inference.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must explain parameters. It only explains the fixtures parameter in detail (how to use it and the requirement to provide upstream dependency values). It does not explain build_ref (what it is, its purpose) or render_only (whether it limits to rendering only). This is a significant gap since the schema provides no descriptions.

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

Purpose5/5

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

The description clearly states it runs lint, render, policy, and compiler checks on a recipe build. The verb 'run' and the specific check types distinguish it from sibling tools like run_recipe or get_recipe_build. It is specific and unambiguous.

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

Usage Guidelines3/5

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

The description gives instructions on how to use fixtures ('Omit fixtures for the normal structural check; a supplied fixture probe must also provide every referenced upstream dependency value') but does not explicitly state when to choose this tool over siblings. It implies it's for pre-run validation but doesn't mention alternatives like review_recipe_build or run_recipe. This is a gap.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources