Skip to main content
Glama
TVLSS

HireJack

Update Preferences

update_preferences
Idempotent

Update your HireJack job matching preferences—salary, location, remote, seniority—and immediately see changes in your For You feed and alerts.

Instructions

Update the authenticated user's HireJack matching preferences: minimum salary (USD), require-listed-salary strict mode, remote preference, US-only, target seniority, preferred city. Changes persist to the user's profile and immediately re-filter their For You feed, recommendations, weekly digest, and daily job alerts — same effect as editing Settings on the website. Returns the full updated preference set. Use for 'raise my minimum salary to $150K', 'only show me remote US jobs', 'set my target level to staff'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
location_cityNoPreferred city, e.g. 'San Francisco, CA'. Empty string clears.
min_salary_usdNoMinimum annual salary in USD. Matches must pay at least this — the bottom of a job's listed range must clear it. Pass 0 to remove the minimum. Jobs without listed pay still match unless require_salary_usd is true.
remote_preferenceNo'remote' and 'remote-us' HARD-filter matches to remote (US-remote) jobs; 'hybrid'/'onsite' only boost scoring; 'any' clears.
country_preferenceNo'US' hard-filters matches to US-available jobs; 'any' clears.
require_salary_usdNoWhen true, only jobs with a listed USD salary can match (strict mode for the minimum-salary filter). Default false.
seniority_preferenceNoTarget seniority level, used in match scoring.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Discloses that changes persist, immediately refilter feeds/recommendations/alerts, and returns the full updated preference set. No contradiction with annotations (idempotentHint=true, destructiveHint=false).

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Efficiently structured: starts with verb, covers all key aspects in a few sentences, no redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers all important behavioral implications (persistence, feed effects, return value) despite no output schema. 6 parameters are well explained in schema and description.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema provides full descriptions for all 6 parameters. Description adds context (e.g., 'bottom of a job's listed range must clear it' for min_salary_usd). Exceeds baseline by clarifying semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states it updates the authenticated user's matching preferences, lists specific fields, and distinguishes from sibling tools (e.g., search_jobs, get_profile).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit example queries ('raise my minimum salary to $150K') and notes the effect mirrors editing Settings on the website. Does not explicitly state when not to use, but the context is unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/TVLSS/hirejack-mcp'

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