Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
jobhound_scanA

Fetch jobs from all configured sources, score them, and queue high-scoring ones. Jobs above score threshold are saved with status 'queued'. Returns a summary + list of queued job IDs ready for tailoring. Next step: call jobhound_list('queued') then jobhound_get_for_tailoring(id).

jobhound_listA

List jobs by status with their database IDs. Args: status: one of new, queued, applied, failed, interviewing, rejected

jobhound_get_for_tailoringA

Get everything needed to write a tailored application for a job. Returns the job description and the full resume. After reading this, generate a tailored CV and cover letter, then call jobhound_apply_tailored(job_id, tailored_cv, cover_letter).

Args: job_id: integer ID from jobhound_list('queued')

jobhound_apply_tailoredA

Submit an application using the tailored CV and cover letter. Tries: LinkedIn MCP → direct POST (Ashby/Lever) → Blackreach fallback. Records the outcome in the database.

Args: job_id: integer ID of the job tailored_cv: the tailored CV text (markdown) cover_letter: the cover letter text

jobhound_statusB

Summary of JobHound activity: job counts by status.

jobhound_getC

Get full details for a job including cover letter if applied. Args: job_id: integer ID

jobhound_updateA

Manually update a job's status. Use this when you get an interview invite or rejection. Args: job_id: integer ID status: interviewing, rejected, applied, failed, queued

jobhound_pauseA

Pause the JobHound daemon (scan loop stops applying).

jobhound_resumeB

Resume the JobHound daemon.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Null-Phnix/jobhound'

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