Inspect Task
inspect_taskValidate a task file against FCoP grammar to catch missing fields, mismatched recipient, and protocol typos that raw file reading misses.
Instructions
Validate a task file against FCoP grammar.
Catches deterministic violations that raw read_file + regex
agents often miss: filename says to-DEV but frontmatter says
recipient: QA, protocol field mistyped, required field
missing, and so on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Task filename or ID (same forms as ``read_task``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |