spec_links
Retrieve the specification a symbol implements by linking it to documentation comments and standards URLs (RFCs, CVEs) with exact file:line evidence. Supports paged results.
Instructions
Read-only. Link a symbol to its documentation and source comments, preserving any standards URLs (RFCs, CVEs) and exact file:line evidence. Use it to recover the spec/standard a function implements; returns comment/doc references paged with limit/offset. Reads recorded source, so it works even where comments are outside the production graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | maximum reference rows returned | |
| format | No | text (compact, default) | json (structured result page) | |
| offset | No | row offset for paging | |
| symbol | Yes | symbol name or graph node id |