Skip to main content
Glama
Qaiser-ms-consultant

Exchange MCP Server

exchange_get_queue_digest

Get queue digest across a Database Availability Group to monitor message queues and identify delivery issues in Exchange.

Instructions

Get queue digest across DAG (Get-QueueDigest)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dagNo
Install Server

TDQS

B3.1/5.0
Behavior3/5

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

With no annotations, the description must carry behavioral details. The 'Get' verb and 'digest' wording reasonably signal a read-only, aggregate operation across the DAG, but the description does not disclose what data the digest contains, whether it is aggregated, or any permission/error behavior.

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?

One short sentence front-loads the action, resource, and scope with no filler or redundant explanation. The parenthetical cmdlet name adds useful canonical context without bloating the description.

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

Completeness3/5

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

For a low-complexity tool with one optional parameter and no output schema, the description is minimally sufficient: an agent can infer it returns a DAG-wide queue summary and may pass a dag value. However, the missing parameter semantics and lack of any output description keep it from being fully complete.

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

Parameters2/5

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

Schema description coverage is 0%, so the description needed to explain the dag parameter, but it only repeats the word DAG. It does not clarify whether dag is a filter, how to format a DAG identifier, or what happens when the parameter is omitted.

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 states a specific action ('Get') and resource ('queue digest') with an explicit scope ('across DAG'), making it distinguishable from the more targeted sibling exchange_get_queue. It would be a 5 if it explicitly described what a digest contains or contrasted itself with queue-level retrieval.

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

Usage Guidelines2/5

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

No usage guidance is provided. The description does not say when to use this instead of exchange_get_queue, exchange_suspend_queue, or the other siblings, nor does it specify conditions or exclusions; the only contextual signal is the 'across DAG' scope.

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

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/Qaiser-ms-consultant/MicrosoftExchangeServerMCP'

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