Skip to main content
Glama
Andrem19

Work Researcher MCP

by Andrem19

manage_blocklist

Block companies or keywords from job search results and applications. Add, remove, or list excluded employers and keywords to prevent unwanted vacancies from appearing.

Instructions

Employer/recruiter exclusion memory. When the user says 'never apply to ' → action=add, kind=company, value=, reason=. kind=keyword blocks any vacancy whose title/description contains it. action: add | remove | list. Blocked jobs are hidden from search results and start_application refuses them until removed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNocompany
valueNo
actionNolist
reasonNo
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the burden and does well: it discloses persistence ('memory'), the supported actions, the company vs keyword matching behavior, and important side effects—blocked jobs are hidden from search and refused by start_application until removed.

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 compact and front-loaded with the tool's purpose, then efficiently covers operations, parameter mapping, and side effects without filler or redundancy.

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

Completeness4/5

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

For a simple tool with no annotations and no output schema, the description is nearly complete: it covers purpose, operations, parameter semantics, and cross-tool effects. The only minor omission is what the list action returns, which is not essential for selecting or invoking the tool.

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

Parameters5/5

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

Schema coverage is 0%, so the description fully compensates: action is defined as add|remove|list, kind distinguishes company vs keyword, value is the company name or keyword, and reason is quoted context. This adds real meaning to every parameter in the schema.

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 identifies the tool as an employer/recruiter exclusion memory and specifies its operations: add, remove, and list. It also distinguishes the tool from siblings by explaining its effect on search results and start_application refusals.

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?

It gives an explicit trigger: when the user says 'never apply to <company>', use action=add with the corresponding fields. It also explains keyword-based blocking. No explicit alternative is needed because no sibling tool provides this exclusion-memory function.

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