Skip to main content
Glama
vivekanjana76

azure-compliance-mcp

query_resources

Query Azure resources using structured filters like resource type, location, tags, and name to retrieve a read-only projection of matching resources. Ideal for compliance checks.

Instructions

Look up resources with structured, read-only filters.

All filters are combined with AND. Returns an ARG-shaped projection.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of rows to return (default 100; must be >= 1).
locationNoAzure region to match exactly, e.g. "eastus".
tag_filtersNoTags that must all be present with the given values.
name_containsNoCase-insensitive substring the resource name must contain.
resource_typeNoARG type to match exactly, e.g. "microsoft.storage/storageaccounts".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It reveals read-only behavior and ARG output shape, but does not disclose permissions, rate limits, or other behavioral traits.

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?

Three clear, non-redundant sentences: purpose, filter behavior, output format. Front-loaded with no wasted 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?

Given the presence of an output schema and no required parameters, the description covers essential behavior concisely. Minor gap: no mention of pagination or order, but limit parameter addresses row count.

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 already documented. The description adds the AND combination behavior, which is valuable but does not elaborate on parameter meaning beyond what the schema provides.

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 uses specific verb 'look up' and resource 'resources', along with 'structured, read-only filters', clearly distinguishing it from sibling tools (check_compliance, get_patch_status) which serve different purposes.

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 states filters are combined with AND, providing usage context, but lacks explicit guidance on when to use versus alternatives or when not to use.

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/vivekanjana76/azure-compliance-mcp'

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