Audit duplicate spend
audit_duplicate_spendIdentifies duplicate or redundant cloud spend across services like LLM providers, search engines, and data platforms.
Instructions
Find places where you're paying for the same capability through two different services or providers at once, the kind of waste a plain cost breakdown never surfaces because every line item looks legitimate on its own. Covers three patterns: multiple LLM inference paths active at the same time (e.g. AWS Bedrock Claude AND a direct Anthropic API key), multiple managed search/retrieval services (Kendra + OpenSearch), and two data platforms at once (Databricks + Snowflake).
This is a "worth a look" flag, not a claim that anything is wasted: running two providers on purpose (failover, per-team routing) is a real pattern too. Every finding tells you exactly how to confirm it yourself.
Use this when: - User asks what redundant or duplicate spend they have - User connects multiple LLM providers and wants a sanity check - User wants a second pass beyond idle-resource / rightsizing checks
Args: days: Lookback window in days (default 30).
Examples: - "Are we paying for the same thing twice?" - "Do I have duplicate or redundant cloud spend?" - "Am I running two LLM providers by accident?" - "Do I need both Databricks and Snowflake?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No |