Skip to main content
Glama
Andrem19

Work Researcher MCP

by Andrem19

fetch_job_description

Retrieve full job descriptions for 1-10 job IDs when short or missing, then update records, re-run CV requirement checks, and flag vacancies no longer accepting applications.

Instructions

Fetch FULL job descriptions by opening pages in the browser. Accepts 1-10 job_ids (BATCH - prefer batching to save round-trips). Use for jobs where the parser returned null/short descriptions (common on Totaljobs/Reed). Stores descriptions back and re-runs the requirements check against your CVs. Also detects closed vacancies ("no longer accepting applications").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idsYes
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

Since no annotations are provided, the description carries the full burden and does so clearly: it opens pages in the browser, stores descriptions back, re-runs the requirements check against CVs, and detects closed vacancies. These are meaningful behavioral side effects beyond simply 'fetching'.

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 dense but every sentence earns its place: purpose, batch limit, use case, side effects, and closed-vacancy detection are all covered without unnecessary filler. The core action is front-loaded.

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?

Given the simple single-parameter schema, no annotations, and no output schema, the description is unusually complete. It tells the agent when to use it, what side effects will occur, what constraints apply, and what additional detection it performs, leaving little ambiguity for correct invocation.

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?

There is only one parameter and the schema covers none of its semantics. The description compensates by specifying that it accepts 1-10 job_ids and advising batching to save round-trips. It does not fully describe ID format or edge cases, but it adds meaningful constraint information the schema lacks.

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 states a specific verb and resource: fetch FULL job descriptions by opening browser pages. It further distinguishes itself from related job tools by targeting parser failures (null/short descriptions) and adding side-effect behavior like re-running CV checks.

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?

The description explicitly says when to use it: for jobs where the parser returned null/short descriptions, common on Totaljobs/Reed. It also gives batching guidance. However, it does not name specific alternative tools or explicitly state when not to use it.

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