Skip to main content
Glama
100Hires

100Hires MCP Server

Official
by 100Hires

hires_update_job

Update mutable job attributes such as title, status, salary, and location. Send only fields to change, preserving validation rules.

Instructions

Update mutable job attributes. Only send fields you want to change. Preserves domain-level validation rules.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesJob ID (numeric) or alias
titleNoPublic job title.
statusNoJob status (e.g. Draft, Public). See GET /taxonomy/statuses.
form_idNoApplication form ID to assign to this job.
includeNoComma-separated related resources to embed: workflow, hiring_team, pipeline_stages
is_remoteNoWhether this is a remote position.
salary_maxNoMaximum salary.
salary_minNoMinimum salary.
category_idNoJob category ID from GET /taxonomy/categories.
descriptionNoJob description (HTML allowed).
workflow_idNoWorkflow ID to assign to this job.
department_idNoDepartment ID from GET /taxonomy/departments.
location_cityNoJob city.
parent_job_idNoCanonical parent job ID. If provided, the job becomes a satellite job.
salary_periodNoSalary period.
internal_titleNoInternal-only title visible to the hiring team.
location_stateNoJob state or region.
internal_job_idNoExternal reference ID from your ATS or HR system.
salary_currencyNoSalary currency code (e.g. USD, EUR).
location_countryNoJob country.
education_level_idNoEducation level ID from GET /taxonomy/education-levels.
employment_type_idNoEmployment type ID from GET /taxonomy/employment-types.
knockout_questionsNoBoolean knockout questions added to the application form.
experience_level_idNoExperience level ID from GET /taxonomy/experience-levels.
resume_field_statusNoResume field behavior on the application form.
location_postal_codeNoPostal or ZIP code.
location_full_addressNoFull formatted address.
location_street_addressNoStreet address.
Behavior3/5

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

With no annotations, the description carries full responsibility. It discloses two important behavioral traits: partial updates (only changed fields are sent) and preservation of domain validation. However, it omits other critical behaviors such as return value, idempotency, permission requirements, or side effects of status changes, which is significant for a mutation tool.

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?

The description is extremely concise—three short sentences that front-load the core purpose and include only high-value behavioral notes. No redundancy or unnecessary detail.

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

Completeness2/5

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

For a complex tool with 28 parameters, no output schema, and no annotations, this description is too sparse. It does not mention what the response looks like, potential error scenarios, or constraints beyond generic validation. While the schema covers individual parameters, the lack of behavioral context leaves the agent uncertain about the tool's full behavior.

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

Parameters3/5

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

Schema coverage is 100% with descriptions for all 28 parameters, so the schema already provides semantic meaning. The tool description adds only generic guidance ('Only send fields you want to change'), which is not parameter-specific but does reinforce the partial-update semantic.

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?

The description clearly states 'Update mutable job attributes', which specifies the verb (update) and resource (job). This distinguishes it from create/delete/get sibling tools and indicates a general update operation, while 'Only send fields you want to change' further clarifies the scope.

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

Usage Guidelines3/5

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

The description implies partial-update behavior with 'Only send fields you want to change' and notes validation rules, but it does not explicitly say when to use this tool over alternatives like hires_set_job_status or provide exclusions. Context is present but no direct comparison to siblings.

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/100Hires/mcp-server'

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