Skip to main content
Glama
Qaiser-ms-consultant

Exchange MCP Server

exchange_get_server_component_state

Check an Exchange server's component states to identify whether components are healthy or in ServerWideOffline. Use this to diagnose service availability issues.

Instructions

Get server component states (ServerWideOffline, etc.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serverYes
Install Server

TDQS

B3/5.0
Behavior3/5

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

Annotations are absent, so the description carries the burden of behavioral disclosure. The verb 'Get' implies a read-only operation and the parenthetical shows possible output content. However, it does not describe the return shape, whether the state is live or cached, or any prerequisites, though the simple read-only nature reduces the severity of these gaps.

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, efficient sentence with no filler. The parenthetical example adds useful specificity without bloating the description. Every word earns its place.

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

Completeness2/5

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

With no annotations and no output schema, the description should explain the return context more fully. It does not say what component states can appear, what the output looks like, or how to specify the server. For an agent selecting and invoking this tool, there are meaningful gaps beyond the one-liner.

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?

The schema has one required server parameter with no description, and schema description coverage is 0%. The description never mentions the parameter or explains whether 'server' expects a hostname, FQDN, or Exchange identity. The parameter name is somewhat self-explanatory from the tool name, but no meaningful additional semantic context is provided.

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?

States a clear verb and resource: it gets server component states, with an example state value (ServerWideOffline) to add specificity. It does not explicitly differentiate itself from health-related siblings like exchange_get_server_health, but the resource is distinctive enough.

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?

Provides no guidance on when to use this tool versus alternatives. Given many sibling tools deal with server health, monitoring, and transport service state, the description gives an agent no basis for choosing this over a nearby alternative.

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