Skip to main content
Glama

read_outlook_thread

Read a full Outlook thread.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only says 'Read a full Outlook thread', which implies a non-mutating, read-only action, but it does not specify any requirements (e.g., mailbox access, authentication), side effects, or details about response structure. This is a minimal disclosure.

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

Conciseness3/5

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

The description is a single sentence with no unnecessary words, but it is almost too sparse. While it is concise, it omits valuable details about parameters and behavior. It is not a tautology, but it does not fully exploit the space to add helpful context.

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?

Given the lack of annotations, no output schema, and minimal schema coverage, the description is insufficient to fully guide an AI agent. It provides the core purpose but fails to explain parameter semantics, expected return values, or usage context, leaving a significant gap for such a simple tool.

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 string parameter 'id' with no description and 0% schema description coverage. The description does not elaborate on what 'id' refers to (e.g., thread ID, message ID) or how to obtain it, leaving the parameter semantics ambiguous despite the tool name providing a hint.

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 clearly states the verb 'read' and the resource 'a full Outlook thread', which distinguishes it from sibling tools like 'read_thread' by explicitly specifying Outlook. It is concise and unambiguous, though it doesn't explicitly differentiate from all related search/inbox tools.

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?

There is no guidance on when to use this tool versus alternatives such as 'read_thread', 'get_outlook_inbox', or 'search_outlook'. The description implies you should use it to read a full thread, but it does not provide context, exclusions, or alternative recommendations.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources