Skip to main content
Glama
live-direct-marketing

ldm-email-deliverability

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
INBOX_CHECK_API_KEYYesYour Inbox Check API key (required). Get it from https://check.live-direct-marketing.online/docs.
INBOX_CHECK_BASE_URLNoBase URL for the Inbox Check API. Override only for self-hosted deployments or testing.https://check.live-direct-marketing.online

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
inbox_check_createA

Create an inbox-placement test. Returns a token and the seed addresses you must send your test email to. The API key has a daily/monthly quota; each successful create consumes one unit.

inbox_check_statusB

Get the current state of a test: per-provider placement (inbox / spam / promotions / not_received), SPF/DKIM/DMARC, summary stats, and screenshot URLs if the key has screenshots enabled.

inbox_check_listA

List recent tests owned by this API key, most recent first. Supports cursor pagination via created_at.

inbox_check_deleteB

Delete a test and all its results / screenshots. Irreversible.

inbox_check_meA

Return this API key’s metadata: tier, enabled features, allowed providers, current daily/monthly usage vs. limits.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: create, delete, list, get metadata, and get status. There is no overlap in functionality, and the descriptions make it easy to differentiate between them. For example, inbox_check_create initiates a test, while inbox_check_status retrieves results, preventing any confusion.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with the prefix 'inbox_check_' and a descriptive action suffix (e.g., create, delete, list, me, status). This uniformity makes the tool set predictable and easy to navigate, with no deviations in naming conventions.

Tool Count5/5

With 5 tools, the server is well-scoped for email deliverability testing, covering the full lifecycle from creation to deletion and status monitoring. Each tool serves a necessary function without redundancy, making the count appropriate for the domain's needs.

Completeness5/5

The tool set provides complete coverage for inbox placement testing: create tests, list them, check status, view metadata, and delete tests. There are no obvious gaps, as it supports all essential operations from initiation to cleanup, ensuring agents can handle the entire workflow without dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues