Skip to main content
Glama

Update Application

update_application

Revise an application's status, deadline, or notes to reflect its current stage. Move it through interested, applied, interview, offer, or rejected.

Instructions

Move an application along the pipeline or revise its deadline/notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesApplication id from list_applications.
notesNoReplaces the stored notes.
statusNointerested | applied | interview | offer | rejected.
deadlineNoISO date (YYYY-MM-DD).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It mentions that status/deadline/notes can change, but does not explain side effects such as whether omitted fields are left unchanged, whether notes or deadline can be cleared, or what the response will contain. This is a meaningful gap 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 a single concise sentence that front-loads the primary action (moving an application along the pipeline) and then mentions the optional revision targets. There is no filler or redundant wording.

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?

The description provides the essential purpose and is supported by full parameter coverage and an output schema, but it omits usage guidance and behavioral details. For an update operation on an application, an agent would benefit from knowing whether fields are replaced wholesale and what happens when null is passed.

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 description coverage is 100%, and each parameter has an explanatory description, including status values and the ISO date format for deadline. The tool description adds no parameter-level meaning beyond that, but because the schema already does the heavy lifting, a baseline score of 3 is appropriate.

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

Purpose4/5

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

The description clearly states what the tool does: moves an application along a pipeline or revises its deadline/notes. It goes beyond the tool name by naming specific updatable aspects, though it does not explicitly distinguish itself from closely related sibling tools like track_application.

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 when the tool is useful: to change an application's status, deadline, or notes. However, it does not explicitly contrast this with alternatives or state when not to use it, which is a gap given sibling tools like track_application and list_applications exist.

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

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/nhemrajani/mba-mcp'

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