Tool tree
Send transactional and marketing emails and get them to the inbox on time, every time. Postmark is a fast and reliable email delivery service for developers.
page: Every page
search_postmark_docsAnswer
Search Postmark's documentation, developer reference, guides and help articles. Returns matching page titles, URLs, categories and excerpts. Use this to find how a Postmark feature works or which API endpoint to call, rather than guessing a documentation URL.
View tool JSON
{
"name": "search_postmark_docs",
"kind": "answer",
"impl": "imperative",
"description": "Search Postmark's documentation, developer reference, guides and help articles. Returns matching page titles, URLs, categories and excerpts. Use this to find how a Postmark feature works or which API endpoint to call, rather than guessing a documentation URL.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "What to search for, e.g. \"webhook retries\", \"DKIM setup\", \"message streams\"."
},
"limit": {
"type": "integer",
"description": "Maximum results to return (1-10).",
"minimum": 1,
"maximum": 10,
"default": 5
}
},
"required": [
"query"
]
},
"page": "/"
}get_postmark_pricingAnswer
Get Postmark's published pricing. Given a monthly email volume, returns the monthly price of each plan at the tier that covers it, plus every tier for comparison. Prices only — this does not read or change any account.
View tool JSON
{
"name": "get_postmark_pricing",
"kind": "answer",
"impl": "imperative",
"description": "Get Postmark's published pricing. Given a monthly email volume, returns the monthly price of each plan at the tier that covers it, plus every tier for comparison. Prices only — this does not read or change any account.",
"inputSchema": {
"type": "object",
"properties": {
"monthlyEmailVolume": {
"type": "integer",
"description": "Emails expected per month. Omit to get the full price table.",
"minimum": 1
}
},
"required": []
},
"page": "/"
}list_postmark_agent_skillsAnswer
List the Postmark Agent Skills published at this origin — installable instructions for sending email, processing inbound email, managing templates, handling webhooks and email best practices. Returns each skill's name, description and URL.
View tool JSON
{
"name": "list_postmark_agent_skills",
"kind": "answer",
"impl": "imperative",
"description": "List the Postmark Agent Skills published at this origin — installable instructions for sending email, processing inbound email, managing templates, handling webhooks and email best practices. Returns each skill's name, description and URL.",
"inputSchema": {
"type": "object",
"properties": {},
"required": []
},
"page": "/"
}