show_alllineitems
List all line items across modules in an Anaplan model. Provide a model ID to retrieve line items, with optional full metadata including formulas and dimensions.
Instructions
List all line items in a model (cross-module). Note: requires model ID (name resolution not supported). Use includeAll=true for formulas and dimensions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modelId | Yes | Anaplan model ID (name resolution not supported -- use show_models to find the ID) | |
| includeAll | No | Include full metadata (formula, format, version, appliesTo) | |
| limit | No | Max items to return (default 50, max 1000) | |
| search | No | Filter by name or ID (case-insensitive substring match) |