Skip to main content
Glama
oshann

hotmail-mcp

by oshann

propose_update_rule

Preview changes to an existing email rule without applying them. Get a draft ID showing affected fields before and after.

Instructions

PREVIEW changing an existing rule. Changes nothing — returns a draft_id.

Shows the affected fields before and after. Commit with apply_rule.

Args: rule_id: The rule_id from list_rules. changes: Fields to change. Any of displayName, isEnabled, sequence, conditions, actions, exceptions. Enabling a dormant rule is just {"isEnabled": true}.

Each field given REPLACES the existing value outright — passing a partial conditions object drops every condition not listed. Read-only rules cannot be changed through Graph at all; edit those in Outlook.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
changesYes
rule_idYes
Behavior5/5

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

With no annotations, the description fully discloses that the tool is non-destructive ('Changes nothing'), shows before/after fields, and explains the replacement semantics for nested objects. It also notes limitations for read-only rules.

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 concise and well-organized with a clear hierarchy: purpose, behavior, usage example, and important notes. Every sentence adds value without redundancy.

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

Completeness5/5

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

Considering the complexity (nested objects, no output schema) the description provides sufficient context: return value (draft_id), behavior preview, and commit path. It covers all necessary aspects for correct usage.

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

Parameters4/5

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

Despite 0% schema description coverage, the description adds significant meaning by explaining the source of rule_id and providing examples for changes. It does not detail the exact structure for conditions/actions/exceptions but gives essential context.

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 clearly defines the tool as a preview for updating an existing rule, using specific verbs like 'PREVIEW' and 'returns a draft_id'. It distinguishes itself from sibling tools like propose_rule and propose_delete_rule by focusing on existing rules.

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

Usage Guidelines5/5

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

The description explicitly states when to use this tool (before applying with apply_rule) and when not to use it (for read-only rules, which must be edited in Outlook). It also explains the replacement behavior of the changes field, providing clear guidance.

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/oshann/hotmail-mcp'

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