Skip to main content
Glama
mailkite

MailKite

Official

mailkite_list_templates

Read-only

List saved email templates with metadata to locate and retrieve full content via getTemplate. Requires a management session token.

Instructions

List your saved email templates (light metadata only — no body). Use getTemplate for the full template. Requires a management session token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.20.0

TDQS

A4.4/5.0
Behavior4/5

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

annotations already mark readOnlyHint=true, and the description adds meaningful context: only light metadata is returned, not the body, plus a specific auth requirement. This goes beyond the annotation by setting expectations on payload scope.

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 with zero waste: the verb, scope, payload detail, alternative, and auth are each front-loaded and purposeful. Every sentence earns its place.

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?

For a zero-parameter read tool with no output schema, the description states purpose, return granularity, alternative, and auth. Minor details like pagination or ordering are not broadly expected, so the coverage is solid but not flawless.

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 tool has zero parameters and the schema is already fully documented (empty object). With no parameters to elaborate on, the baseline 4 is appropriate for this 0-param case.

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?

Description states a specific verb and resource: 'List your saved email templates' with the clarifying scope 'light metadata only — no body'. It differentiates from getTemplate and implicitly from list_base_templates by emphasizing saved templates, so an agent can clearly tell it apart from siblings.

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 an explicit alternative ('Use getTemplate for the full template') and a precondition ('Requires a management session token'). It does not contrast with mailkite_list_base_templates, but the main decision between list and get template is well-specified.

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