Skip to main content
Glama
AshC2004

Job Tracker MCP Server

by AshC2004

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_applicationB

Add a new job application to the tracker.

update_statusB

Update the pipeline status of an existing application.

list_applicationsA

List job applications, optionally filtered by status, newest first.

add_followupB

Schedule a follow-up reminder tied to an application.

get_pending_followupsA

List follow-ups due on or before the given date that are not done.

mark_followup_doneB

Mark a follow-up reminder as completed.

pipeline_summaryA

Return counts of applications grouped by pipeline status.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
pipeline_stages

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/AshC2004/job-tracker-mcp-server'

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