Skip to main content
Glama
huckncatch

mailmate-mcp

by huckncatch

get_message_link

Generate a message:// link for any email and open it in MailMate, enabling you to paste the link into other apps to jump directly to that message.

Instructions

Get the message:// link for a message and open it in MailMate.

The returned URL can be pasted into any app to jump directly to the message in MailMate (same as Edit > Copy as Link).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
message_urlYesThe message:// URL to open in MailMate

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It does state that the tool opens MailMate and returns a URL, which is useful. However, it does not describe any other side effects, error conditions, or what 'open it in MailMate' concretely entails (e.g., app focus or background behavior), so transparency is only partial.

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 short and front-loaded with the main action. The second sentence adds useful context about the returned URL's utility without excessive verbosity. There is slight redundancy between 'Get the message:// link' and 'The returned URL...', but overall it is efficient.

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?

The tool is simple with one parameter and an output schema is present, so return values need not be explained in the description. The description covers the core behavior and the purpose of the output. The only notable omission is explicit differentiation from the sibling open_message_in_mailmate, but this is a minor gap given the low complexity.

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

Parameters3/5

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

The input schema has 100% description coverage for the single parameter, so the schema already explains that message_url is 'The message:// URL to open in MailMate.' The description adds no additional parameter-level semantics, such as the relationship between the input URL and the returned link, so the baseline of 3 is appropriate.

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 identifies the tool's purpose: 'Get the message:// link for a message and open it in MailMate.' It states a specific verb and resource, and the reference to 'Edit > Copy as Link' helps clarify the action. However, it does not explicitly differentiate from the sibling tool open_message_in_mailmate, leaving some ambiguity about the distinction.

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 usage context is implied: 'The returned URL can be pasted into any app to jump directly to the message in MailMate' suggests when an agent would want this tool. But there is no explicit guidance about when to use this instead of open_message_in_mailmate, nor any stated exclusions or alternatives.

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

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/huckncatch/mailmate-mcp'

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