validate_llms_txt
Validate an llms.txt file against the specification, identifying issues like missing H1, broken links, or non-http(s) URLs, and returning a parsed structure with line-numbered errors.
Instructions
Validate an llms.txt file (local path or URL) against the spec.
Returns parsed structure plus an issues list with line numbers for
any violations (missing H1, broken link syntax, non-http(s) URLs, etc).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||