delimit_cost_analyze
Scans project files to identify cost drivers such as Dockerfile, dependencies, and cloud configurations. Surfaces areas where spending originates.
Instructions
Analyze a project for cost drivers (Dockerfile, deps, cloud) (Pro).
When to use: when investigating spend on a project — scans Dockerfile, dependency manifests, and cloud configs for cost signals. When NOT to use: to enact cost reductions (use delimit_cost_optimize) or to manage alert rules (delimit_cost_alert).
Sibling contrast: delimit_cost_optimize finds reduction opportunities; this surfaces drivers (where the cost is).
Side effects: read-only on the target. Gated by require_premium. Calls backends.tools_data.cost_analyze.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Project or infrastructure path to analyze. Default "." (cwd). | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||