Search Entries
search-entriesSearch entries by title, summary, kind, and tags. Returns compact results with snippet, matched fields, and module name. Filters narrow results by module, kind, or tags.
Instructions
Compact navigation search over entries by title, summary, kind, and tags. Returns snippet, matchedIn, slices, and moduleName per hit—use get-entry for full payload. Prefer get-slice when you know the category (api, domain). Filters (moduleName, kind, tags) narrow agent context. Default limit 10.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Project id | |
| query | Yes | Search text | |
| moduleName | No | Exact filter on refs.moduleName | |
| kind | No | Exact filter on entry kind | |
| tags | No | Filter entries having any of these tags | |
| limit | No | Max results per page (default 10, max 50) | |
| offset | No | Skip first N matches (default 0) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| total | Yes | ||
| returned | Yes | ||
| offset | Yes | ||
| hasMore | Yes | ||
| results | Yes |