Get a parsed spec
swarm_get_specRetrieve a spec's frontmatter, requirements (with ID, line, and verify command), and sections by providing its spec ID.
Instructions
The spec`s frontmatter, requirements (id + line + named verify command), and sections. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | spec id (e.g. SPEC-auth) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| noVerdictIssued | Yes | ||
| noVerdictNote | Yes | ||
| source | Yes | ||
| data | No | ||
| derived | No | ||
| note | No |