Skip to main content
Glama
Qaiser-ms-consultant

Exchange MCP Server

exchange_set_mailbox

Set mailbox quotas, warning limits, and custom attributes to enforce storage policies and retention compliance for Exchange mailboxes.

Instructions

Set mailbox properties (prohibitSendQuota, retention, etc.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identityYes
customAttribute1No
issueWarningQuotaNo
prohibitSendQuotaNo
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It indicates mutation via 'Set', but does not explain side effects, whether unspecified properties are reset, permission requirements, or what response to expect. This is similar to other minimally-described mutation tools.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence and front-loads the action. It is appropriately concise, though the vague 'etc.' reduces precision slightly.

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?

The tool is a mutation operation with no annotations and no output schema, and the description provides only the broad action. It omits critical context like which mailbox is being modified, how quota values should be formatted, and whether this replaces all mailbox properties or only the specified ones.

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 coverage is 0%, so the description must compensate, but it only names one actual parameter (prohibitSendQuota) and mentions 'retention', which does not appear in the schema. It does not explain 'identity', 'issueWarningQuota', or 'customAttribute1', nor their expected formats such as quota values.

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 verb ('Set') and resource ('mailbox properties'), and names example properties. It distinguishes the tool from sibling get/list/create/remove tools through the verb 'set', though it does not explicitly contrast with exchange_create_mailbox.

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 implies this is for modifying properties on an existing mailbox, which is a clear usage context. However, it gives no explicit guidance on when not to use it, nor does it mention alternatives like exchange_create_mailbox for new mailboxes or exchange_get_mailbox for reads.

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