Skip to main content
Glama

jobs.offer.update

Idempotent

Update the offer recorded for a job

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNoNotes about the offer
job_idYesJob id
currencyNoSupported currency code
rsu_textNoRSU details as text
bonus_centsNoBonus in cents
deadline_atNoISO 8601 offer deadline with timezone
equity_textNoEquity details as text
next_actionNoThe next step on this offer
target_rsu_textNoThe RSUs you are negotiating toward, as text
initial_rsu_textNoThe originally offered RSUs as text
base_salary_centsNoBase salary in cents (e.g. 15000000 for $150k)
target_bonus_centsNoThe bonus you are negotiating toward, in cents
target_equity_textNoThe equity you are negotiating toward, as text
initial_bonus_centsNoThe originally offered bonus in cents
initial_equity_textNoThe originally offered equity as text
target_salary_centsNoThe base salary you are negotiating toward, in cents
initial_salary_centsNoThe originally offered base salary in cents

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
metaNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.3/5.0
Behavior2/5

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

The description simply states 'update' without revealing any additional behavior. Annotations already indicate readOnlyHint=false, destructiveHint=false, and idempotentHint=true, so the description adds no new context about side effects, validation, or error handling. It neither contradicts nor enriches the annotations.

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 a single, well-structured sentence with zero superfluous words. It front-loads the action ('Update') and the object ('offer'), making it immediately clear what the tool does. It earns high marks for efficiency and clarity.

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

Completeness3/5

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

Given the complexity (17 parameters) and presence of an output schema, the description is minimally acceptable but lacks context about update semantics (e.g., whether unspecified fields are left unchanged) and when to choose this over related offer tools. The schema covers parameter details, but the description does not address broader usage context beyond the basic action.

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?

With 100% schema description coverage, all 17 parameters are already documented in the input schema. The description does not add any extra meaning beyond the schema, such as explaining that only some fields are updatable or how partial updates are handled. Baseline 3 applies because the schema carries the full explanatory burden.

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 'Update the offer recorded for a job' clearly specifies the verb (update) and resource (offer recorded for a job), which directly distinguishes it from sibling tools like jobs.offer.accept, jobs.offer.decline, and jobs.offer.create. It is concise and unambiguous, effectively communicating the tool's primary function.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It does not mention any conditions, prerequisites, or scenarios where jobs.offer.create or jobs.offer.add_negotiation would be more appropriate. An agent is left to infer usage solely from the tool name and schema.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources