Validate a methodology artifact
validate_artifactCheck if a Conducted Development artifact's text meets required structure. Identifies missing sections and warnings for thin content.
Instructions
Strictly check whether a Conducted Development artifact's text satisfies the methodology's required structure. Supply the artifact's type and its full text (the server never reads files). Returns { valid, missing, warnings }: missing lists required sections that are absent, empty, or contain only unmodified template placeholder text (blocking); warnings lists sections that are present but look thin (advisory, non-blocking). valid is true iff missing is empty.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The full markdown text of the artifact to validate. | |
| artifact_type | Yes | Which artifact to validate. |