Tool tree
Modern business email on your own domain. Inboxes, calendars, newsletters, bookings, an AI assistant, and an API for your agents. From $4/month.
shipmail_search_docsAction
Search Shipmail documentation by title and URL path. Use this to find setup guides, feature documentation, API references, SDK instructions, and agent integration help.
View tool JSON
{
"name": "shipmail_search_docs",
"kind": "act",
"impl": "imperative",
"description": "Search Shipmail documentation by title and URL path. Use this to find setup guides, feature documentation, API references, SDK instructions, and agent integration help.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 1,
"maxLength": 120,
"description": "Words to match against Shipmail documentation titles and paths."
}
},
"required": [
"query"
],
"additionalProperties": false
},
"page": "/"
}shipmail_navigateAction
Open a main Shipmail page in the current browser tab. Use this only after choosing one of the listed destinations.
View tool JSON
{
"name": "shipmail_navigate",
"kind": "act",
"impl": "imperative",
"description": "Open a main Shipmail page in the current browser tab. Use this only after choosing one of the listed destinations.",
"inputSchema": {
"type": "object",
"properties": {
"destination": {
"type": "string",
"enum": [
"home",
"pricing",
"docs",
"api_docs",
"agent_docs",
"mcp_docs",
"login",
"signup",
"dashboard"
],
"description": "The Shipmail page to open in the current browser tab."
}
},
"required": [
"destination"
],
"additionalProperties": false
},
"page": "/"
}shipmail_get_pricingAnswer
Retrieve the current public Shipmail pricing and plan limits as Markdown. This tool does not read account-specific billing data.
View tool JSON
{
"name": "shipmail_get_pricing",
"kind": "answer",
"impl": "imperative",
"description": "Retrieve the current public Shipmail pricing and plan limits as Markdown. This tool does not read account-specific billing data.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}shipmail_get_service_statusAnswer
Retrieve Shipmail's current public API service status. This reports whether the service is operational or in maintenance mode.
View tool JSON
{
"name": "shipmail_get_service_status",
"kind": "answer",
"impl": "imperative",
"description": "Retrieve Shipmail's current public API service status. This reports whether the service is operational or in maintenance mode.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}