Skip to main content
Glama
josimarh

azure-mcp-pilot

by josimarh

get_subscriptions_count

Read-onlyIdempotent

Count the Azure subscriptions visible to your authenticated identity. Get the exact number of subscriptions you can access in your tenant.

Instructions

Retorna exclusivamente a quantidade de subscriptions Azure visíveis para a identidade autenticada.

Use esta ferramenta para perguntas como:

  • Quantas subscriptions existem?

  • Quantas assinaturas Azure eu tenho?

  • Quantas subscriptions consigo visualizar?

NÃO use search_official_guidance para descobrir quantidade de subscriptions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and openWorldHint=true, so the description does not need to restate safety. The description adds meaningful behavioral context: it returns only the quantity, not a list, and scopes the count to subscriptions visible to the authenticated identity. This is extra information beyond the annotations and clarifies what the tool actually does.

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 and well-structured: a first sentence states the core behavior, a short list gives concrete usage examples, and a final sentence provides a negative usage rule. Every sentence earns its place, and key information is front-loaded before the examples.

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

Completeness5/5

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

For a parameterless count tool with no output schema, the description is complete: it states what is counted, the scope, and gives concrete example queries. The explicit exclusion of search_official_guidance covers the most plausible alternative. No critical missing information remains for an agent to invoke this correctly.

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 tool has zero parameters, so there is no parameter schema to supplement. The description appropriately avoids inventing parameter details. The semantic guidance about 'visible to the authenticated identity' is the only relevant input-related context, and it is clear. A score of 4 reflects the zero-parameter baseline.

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 that the tool returns exclusively the count of Azure subscriptions visible to the authenticated identity. It uses a specific verb ('returns') and resource ('Azure subscriptions'), and the scope ('visible to the authenticated identity') is explicit. It also distinguishes itself by explicitly warning not to use search_official_guidance for this purpose, which helps disambiguate from a sibling.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance: it lists sample natural-language questions that should route here ('How many subscriptions exist?', 'How many Azure subscriptions do I have?', etc.). It also explicitly states when NOT to use an alternative tool by saying NOT to use search_official_guidance to discover subscription counts. This gives clear when-to-use and when-not-to-use direction.

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

Deploy Server

Other Tools