serial.spec.search
Search a protocol specification's content for specific terms, returning matching snippets with line numbers and surrounding context.
Instructions
Full-text search over a spec's content. Returns matching snippets with line numbers and surrounding context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec_id | Yes | ||
| query | Yes | Search terms (space-separated). | |
| k | No | Max results to return (default 10). |