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
rescore_postingA

Re-score one posting against the current rubric via the configured LLM.

Loads the posting, loads the current rubric, scores it via LiteLLM, persists the new score row, and returns the structured result. Raises ValueError if posting not found; ScoringError on LLM/parse failure.

tag_mismatched_scoreB

Record that a stored score does not match operator judgment.

Writes to tagged_mismatches.db. The tune_rubric prompt aggregates these for rubric refinement workflows. Reason must be non-empty.

query_postingsB

List postings matching the filter criteria, with their latest score.

Returns only postings that have at least one score (the JOIN excludes never-scored ones). Empty result is valid output.

regenerate_digestA

Render a digest HTML of the current top-20 postings.

Output path is settings.digest_output_path (operator-controlled, not user-input — no path traversal vector). Writes a single self-contained HTML file with minimal inline styling.

Prompts

Interactive templates invoked by user choice

NameDescription
tune_rubricProduce a prompt asking the LLM to suggest rubric refinements. Aggregates the most recent N tagged mismatches and the current rubric, then asks the LLM to identify scoring-pattern problems and propose specific rubric language changes grounded in those cases.
analyze_digest_trendsProduce a prompt asking the LLM to analyze scoring history trends.

Resources

Contextual data attached and managed by the client

NameDescription
digest_currentReturn the most recent digest HTML, or a placeholder if none exists.
scores_history_defaultReturn the most recent 50 scoring records.
rubric_currentReturn the current rubric text + version + source path.
config_scrapersReturn the synthetic scraper config (demonstration only).
stats_summaryReturn aggregate stats for dashboard / overview consumption.
get_healthAggregate health into a single dict.

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/stestojadinovic/career-scout-mcp'

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