Skip to main content
Glama
chaandannn

nable (finops-mcp)

get_azure_advisor_recommendations

Retrieve Azure Advisor cost recommendations for VM rightsizing, idle resource cleanup, and reservation purchases, each with Microsoft-calculated annual savings.

Instructions

Azure Advisor cost recommendations, with Microsoft-computed annual savings.

Advisor is Azure's native optimization engine: VM rightsizing, idle resource cleanup, and reservation / savings-plan purchase recommendations, each with a savings figure Microsoft already calculated. This is the Azure parallel of AWS Compute Optimizer.

Args: subscription_id: A single Azure subscription. None = all configured subs. limit: Max recommendations to return, highest savings first (default 100).

Examples: - "What does Azure Advisor recommend to cut our costs?" - "Show Azure cost recommendations with the biggest savings" - "Any idle or oversized Azure resources Advisor flagged?"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
subscription_idNo
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations exist, so the description must disclose behavior. It explains the tool returns recommendations with savings, orders by highest savings, and has a default limit of 100. However, it does not mention authorization requirements, rate limits, or side effects (likely read-only).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with two paragraphs, a structured 'Args' section, and relevant examples. It is front-loaded with purpose and provides necessary details without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with no output schema and two simple parameters, the description covers the essential aspects. It could improve by detailing the return structure beyond mentioning savings figures, but it is largely complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds meaningful context to both parameters: subscription_id is explained as a single Azure subscription or all configured subs when null, and limit is described with default and ordering (highest savings first). This compensates for the 0% schema description coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it retrieves Azure Advisor cost recommendations, specifies the types (VM rightsizing, idle resource cleanup, reservation/savings-plan purchases), and notes that savings are pre-computed. It also draws a parallel to AWS Compute Optimizer, making the purpose distinct and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for cost optimization recommendations but does not explicitly compare it to alternatives or state when not to use it. Sibling tools like get_azure_budgets or get_azure_cost_by_dimension exist, but no guidance on selection is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chaandannn/finopsmcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server