Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ABOVO_SMTP_HOSTNoSMTP hostnamesmtp.gmail.com
ABOVO_SMTP_PASSYesSMTP password or app password
ABOVO_SMTP_PORTNoSMTP port587
ABOVO_SMTP_USERYesSMTP username / email address
ABOVO_SENDER_EMAILNoFrom address (defaults to ABOVO_SMTP_USER)

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": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
publish_to_webA

Publish content to a public web page on ABOVO.co by emailing it through a single, server-configured SMTP identity. Accepts a subject, body, format (text or html), and an optional group. Does NOT support file attachments — the input schema is limited to subject/body/format/group. Returns a confirmation and a link to the sender's ABOVO.co page; it does NOT return the exact URL of the new post (ABOVO.co emails that permanent URL to the sending address separately). Not idempotent: repeated calls create duplicate posts.

get_abovo_infoA

Get information about ABOVO.co capabilities, URL formats, groups, or use cases.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
abovo://documentation

TDQS

A3.9/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one publishes content, the other provides information about the service. There is no overlap or ambiguity between them.

Naming Consistency4/5

Both tools follow a verb-first pattern with underscores (publish_to_web, get_abovo_info), though one includes a preposition and the other doesn't. The style is consistent enough to be predictable.

Tool Count3/5

With only two tools, the server feels thin for a general-purpose MCP server. The count is borderline, but the tools are both essential to the server's stated purpose.

Completeness3/5

The server provides a publish capability but no way to read, update, or delete published posts. The info tool helps users understand the service, but the core workflow lacks lifecycle coverage. The design seems intentional since URLs are emailed separately, but from an MCP perspective, the surface is incomplete.

Maintenance

ActivitySlowing
ResponsivenessNo issues