Skip to main content
Glama
Andrem19

Work Researcher MCP

by Andrem19

record_application

Update a job application's status, notes, evidence, and cover letter to keep hiring progress current and complete.

Instructions

Update an application: status planned|applying|submitted|interview| offer|rejected|withdrawn|failed; notes; evidence {screenshot: path,…}; cover_letter text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNo
statusYes
evidenceNo
cover_letterNo
application_idYes
Install Server

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It does disclose mutation and the allowed status values plus evidence shape, but it doesn't state overwrite semantics, whether the application must already exist, permissions, or what the call returns.

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 dense sentence that front-loads the action and fields, with no filler. The status pipe list and evidence format earn their place.

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 definition is adequate for a simple field-update tool, but with no annotations or output schema it leaves open important invocation details such as whether application_id must reference an existing record, whether omitted fields are preserved or cleared, and what success/failure looks like.

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 coverage is 0%, so the description must carry parameter meaning. It adds the status enum, notes/cover_letter as text, and evidence as a screenshot-path object. The only gap is that application_id is not explicitly described as the update target, though 'Update an application' implies it.

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 'Update an application' and enumerates the mutable fields (status, notes, evidence, cover_letter). It distinguishes itself from siblings like start_application and list_applications by using the verb 'update', though it doesn't explicitly name an alternative.

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 intended use is implied: an existing application is updated with a status and optional fields. However, there is no explicit guidance on when to choose this over start_application or check_applied, and no exclusionary conditions are stated.

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/Andrem19/work-researcher-bot'

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