Skip to main content
Glama
Andrem19

Work Researcher MCP

by Andrem19

browser_snapshot

Get numbered interactive elements and page text, filterable by inputs, buttons, links, or modal-only wizards. Use it to find and act on job application forms via element numbers.

Instructions

Look at the page: numbered interactive elements + text. focus: 'inputs'|'buttons'|'links'; filter_text narrows by name (find 'Apply'); text_chars=0 → elements only, 6000 → reading mode. modal_only=true → ONLY the active dialog/wizard (question text + controls, hidden templates excluded) — use for apply wizards, then browser_set/click by number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
focusNo
modal_onlyNo
text_charsNo
filter_textNo
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It discloses what the snapshot contains, how text_chas changes output, and that modal_only restricts output to the active dialog/wizard while excluding hidden templates. This gives the agent a solid mental model without claiming side effects that are not evidenced.

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 and telegraphic, with the core purpose front-loaded and every segment contributing parameter or workflow knowledge. No fluff or repetition exists; the formatting with newlines reinforces the distinct parameter behaviors.

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?

For a tool with no annotations, no output schema, and four optional params, this description is unusually complete. It covers input semantics, output shape ('numbered interactive elements + text'), and the downstream workflow (browser_set/click by number), so an agent has enough to invoke it correctly.

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 description coverage is 0%, but the description explains all four parameters: focus values, filter_text narrowing, text_chars boundary behaviors, and modal_only semantics. It adds substantial meaning beyond the bare schema and fully compensates for the schema's lack of comments.

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 identifies the tool as a page inspection action producing 'numbered interactive elements + text', which is specific enough to separate it from mostly unrelated siblings. It does not explicitly name a sibling alternative, but the focus/filter/modal modifiers make the tool's role plain.

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 gives concrete usage context: use modal_only=true for apply wizards, then browser_set/click by number, and use filter_text to find 'Apply'. It does not spell out when to prefer browser_snapshot over sibling tools like browser_screenshot or browser_eval, so it stops short of full alternative routing.

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