snipara_search
Search project documentation with regular expressions to locate code identifiers, paths, or exact text, returning capped matches with line context.
Instructions
Search indexed project documentation with an exact regular expression. This is a read-only VIEWER operation and changes no project state. Use it for identifiers, paths, or literal wording; use snipara_context_query for semantic source retrieval and snipara_read after locating a relevant range. Returns capped matches with document and line context, or a validation/no-match result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Alias for pattern for clients that normalize search inputs to query. | |
| pattern | No | Regex text pattern to search for. | |
| max_results | No | Maximum regex matches to return. | |
| correlation_context | No | Optional retrieval-correlation context. Reuse session_id across retrieval and outcome calls so telemetry can be joined inside the authenticated project. These identifiers never change authorization or project scope; do not include secrets, tenant IDs, or user data. |