search_text
Search code across services for exact text matches using FTS5 syntax. Returns file paths, line numbers, and content.
Instructions
Exact full-text search across a service (FTS5). Returns path:line: content.
Use for known strings, identifiers, config keys, error messages. Supports
FTS5 syntax, e.g. "foo AND bar", "exact phrase", prefix*.
service selects which microservice index to search (name or id); omit for
the default service.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| limit | No | ||
| service | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |