Skip to main content
Glama
rcarmo

office-document-mcp-server

by rcarmo

azure_list_services

Read-only

List Azure service names available in a specified region with configurable currency, caching, and result limits.

Instructions

List available Azure service names for a region.

Args: region: ARM region name (default: "westeurope") currency: Currency code (default: "USD") from_cache_only: If True, only uses cached data max_pages: Maximum API pages to scan when fetching (default: 2) max_services: Maximum services to return (default: 200)

Returns: Dictionary with service names and source metadata

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionNoARM region name (default: "westeurope")
currencyNoCurrency code (default: "USD")
from_cache_onlyNoIf True, only uses cached data
max_pagesNoMaximum API pages to scan when fetching (default: 2)
max_servicesNoMaximum services to return (default: 200)
Behavior4/5

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

Annotations already indicate read-only and non-destructive behavior. The description adds important context: caching strategy (from_cache_only), pagination (max_pages), and limits (max_services). This goes beyond annotations.

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 extremely concise with a clear purpose sentence, args list, and returns note. No unnecessary words.

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 list tool with no output schema, the description covers return type, caching, pagination, and limits. It is sufficiently complete given the parameter richness.

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

Parameters3/5

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

Schema coverage is 100%, so parameters are fully documented. The description does not add new parameter-level meaning beyond summarizing defaults and the return type.

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

Purpose4/5

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

The description clearly states the action (list) and what is returned (Azure service names for a region). It is specific but does not explicitly distinguish from sibling tools like azure_list_cached_services.

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 includes parameter defaults and a caching option, implying when to use cached data, but no explicit guidance on when to prefer this tool over alternatives like azure_list_cached_services.

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/rcarmo/python-office-mcp-server'

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