Skip to main content
Glama
ZachPackull

outlook-evidence-mcp

by ZachPackull

Search mail

outlook_search

Search your Outlook mailbox using KQL queries or structured filters (sender, date, folder) to retrieve message summaries for evidence collection.

Instructions

Search the signed-in mailbox. Use query for free-text KQL (e.g. 'from:planet.com OR subject:"ISO 8583"'), or the structured from/since/until/folder filters. Returns message summaries (id, subject, from, date).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNo
fromNo
queryNo
sinceNoISO date, e.g. 2024-01-01
untilNoISO date
folderNoe.g. inbox, sentitems
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses return format (message summaries with id, subject, from, date) and implies authentication by mentioning 'signed-in mailbox'. No contradictions.

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?

Two sentences: first covers purpose and parameter usage, second covers return format. No waste, front-loaded.

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?

Adequately explains the tool for a search function with 6 parameters. Could mention pagination via 'top', but overall complete given no output schema.

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?

The description adds significant meaning beyond the schema: explains query as free-text KQL with examples, and clarifies structured filters. This compensates for the schema description coverage of 50%.

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 states the action (search) and resource (signed-in mailbox). It distinguishes from siblings like outlook_get_message by focusing on search rather than retrieval of a specific message.

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

Usage Guidelines4/5

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

Provides explicit guidance on using query for free-text KQL or structured filters (from, since, until, folder). While it does not explicitly exclude alternatives, the context makes it clear this is the search tool.

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/ZachPackull/outlook-evidence-mcp'

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