Skip to main content
Glama
md-sakib1122

job-mcp

by md-sakib1122

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SMTP_HOSTYesSMTP server host (e.g. smtp.gmail.com).
SMTP_PORTYesSMTP server port (e.g. 587).
SMTP_PASSWORDYesSMTP password (use an App Password for Gmail).
SMTP_USERNAMEYesSMTP username (e.g. your email).
SMTP_SENDER_NAMEYesSender display name (e.g. Your Name).
SMTP_SENDER_EMAILYesSender email address (e.g. you@gmail.com).

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
send_emailA

Send an email via SMTP using Red Mail. Use this to send the final, tailored job-application email to the recruiter/HR address. Provide a polished HTML body (and optionally a plain-text fallback).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Candidate CVThe candidate's CV/resume as structured JSON: contact info, summary, skills, work experience, education, projects and certifications. Use this together with a job post to draft a tailored application email.

TDQS

A3.9/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or misselection. The tool's purpose is clearly distinct simply because it is the only tool.

Naming Consistency5/5

A single tool name cannot be inconsistent with itself. 'send_email' follows a clear verb_noun convention, and there are no other names to compare against.

Tool Count2/5

One tool feels too thin for a server named 'job-mcp', which implies a broader job-application workflow. While sending an email is a concrete task, the server likely needs supporting tools for content generation or attachment handling to be useful.

Completeness2/5

The surface is severely limited: it only sends an email. Missing operations include email preview, attachment support, and any integration with job-application data, leaving obvious gaps for real-world workflows.

Maintenance

ActivityMaintained
ResponsivenessNo issues