Get Slice
get-sliceRetrieve filtered entries from a project slice with pagination, format options (compact, detail, table), and filters (module, tags, query).
Instructions
Returns a horizontal project view: filtered entries transformed for agents. Empty slice = no entries with matching kind. Call list-slices first to pick sliceId. format=compact default; table for api/ui slice. Use offset/limit for pagination. Filter further by moduleName or tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Project id | |
| sliceId | Yes | Built-in id (api, ui, domain, persistence, …) or custom id from list-slices | |
| moduleName | No | Filter by refs.moduleName | |
| tags | No | Filter entries having any of these tags | |
| query | No | Further filter by substring in title, summary, kind, tags | |
| format | No | compact=minimal list; detail=full entries; table=rows for API-like kinds (method/path columns) | |
| limit | No | Max items (default 50, max 200) | |
| offset | No | Skip first N items after sort (default 0) | |
| includeModuleContext | No | If true, attach module name+description from architecture when refs.moduleName is set |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slice | No |