al_search_objects
Search for AL objects in compiled .app packages by pattern, type, or domain. Filter results with pagination and summary mode for token efficiency.
Instructions
Search AL objects in YOUR WORKSPACE (.app packages). Analyzes compiled AL code structure. Use summaryMode:true & limit for token efficiency. For complex objects prefer al_get_object_summary. Supports domain filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | No | Search pattern (wildcards supported) | |
| objectType | No | Filter by type | |
| packageName | No | Filter by package | |
| domain | No | Business domain filter | |
| includeFields | No | Include table fields (increases tokens) | |
| includeProcedures | No | Include procedures (increases tokens) | |
| limit | No | Max results (default: 20) | |
| offset | No | Pagination offset (default: 0) | |
| summaryMode | No | Summary view (default: true) |