Skip to main content
Glama
dkanster
by dkanster

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
POSTMAN_API_KEYNoAPI key for Postman (optional, for Postman integration)
MAILGANER_API_KEYNoAPI key for Mailganer live API calls (optional, for future use)
MAILGANER_API_BASE_URLNoBase URL for Mailganer API (default: https://mailganer.com/api)https://mailganer.com/api

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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_doc_statusA

Get sync status of cached Mailganer API docs and Postman collection

get_cache_healthA

Check whether docs/ cache is ready to use (empty after pip install without clone/sync)

sync_documentationB

Re-sync Mailganer API documentation from web sources into docs/

list_api_docsB

List cached Mailganer API documentation pages, optionally by category

search_api_docsC

Full-text search in cached Mailganer API documentation

get_api_endpoint_docB

Get cached Mailganer API doc page with linked Postman requests

get_linked_postman_requestB

Get Postman request with related Mailganer documentation pages

check_doc_pageA

Compare a cached doc page with the live site and report differences

get_api_overviewA

Get Mailganer API overview: auth, limits, pagination

search_postmanC

Search Mailganer Postman collection requests by keyword

get_postman_requestA

Get a Postman request by partial name or exact API path (without related docs)

rebuild_doc_crosslinksB

Rebuild docs ↔ Postman crosslink index in docs/crosslinks.json

list_crosslink_gapsB

List docs and Postman requests without crosslinks, with documented reasons

get_api_credentials_statusA

Check whether MAILGANER_API_KEY is configured (without exposing the full key)

prepare_api_callC

Build method, path, auth mode and example body from cached docs by slug

call_mailganer_apiB

Execute a live HTTP request against Mailganer REST API

Prompts

Interactive templates invoked by user choice

NameDescription
explore-endpointНайти документацию и Postman-запросы для метода API
call-endpointПодготовить и выполнить live-запрос по slug документации
sync-docs-reviewОбновить кэш docs и показать статус / изменения
find-crosslink-gapsПоказать несвязанные страницы и Postman-запросы

Resources

Contextual data attached and managed by the client

NameDescription
api-overviewАвторизация, лимиты, пагинация
doc-cache-statusДата sync, количество страниц, Postman, crosslinks
doc-cache-healthready/warnings — достаточно ли docs/ для работы MCP
api-docs-indexСписок всех endpoint-страниц из api-index.json

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/dkanster/mailganer-api-mcp'

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