Infrawise
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| INFRAWISE_API_BASE | No | Backend base URL | https://api.infrawiseai.com/api |
| INFRAWISE_AZURE_API_SCOPE | No | Token scope (the Infrawise API audience) | api://06dc6d06-11f1-4543-bb2c-9c91b263df56/delegated_access |
| INFRAWISE_AZURE_AUTHORITY | No | MSAL authority | https://login.microsoftonline.com/common |
| INFRAWISE_AZURE_CLIENT_ID | No | Public client app the CLI signs in as | 9d7c8230-3c1d-4a81-80cb-98f5cb40d2e7 |
| INFRAWISE_AZURE_TENANT_ID | No | Optional tenant override; builds authority URL automatically |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_idle_resourcesA | Retrieve idle and zombie Azure resources that can be deleted or deallocated for cost savings. |
| get_sku_optimizationsA | Retrieve rightsizing recommendations for overprovisioned resources. |
| get_general_recommendationsC | Retrieve strategic purchasing and licensing optimization recommendations. |
| get_savings_summaryA | Aggregate savings totals across idle resources, SKU rightsizing, and general recommendations. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool targets a distinct aspect of cost optimization: general recommendations, idle resources, savings summary, and SKU optimizations. No overlap exists.
All tools follow a consistent 'get_<noun_phrase>' pattern, making them predictable and easy to distinguish.
With 4 tools covering the core categories of cost optimization (recommendations, idle resources, SKU, summary), the count is well-scoped for the domain.
The set covers retrieval of all major cost-saving categories, but lacks tools for taking actions (e.g., applying recommendations) or drilling into historical data, which are minor gaps.