Skip to main content
Glama
Rorogogogo

jobjourney-claude-plugin

by Rorogogogo

take_page_screenshot

Capture the current page as an image to verify form state, handle CAPTCHAs, or debug unusual layouts.

Instructions

Take a screenshot of the current page for visual inspection. Useful for verifying form state, handling CAPTCHAs, or debugging unusual layouts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv3.2.5

TDQS

A4.1/5.0
Behavior3/5

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

No annotations exist, so the description carries full behavioral burden. It discloses the operation is a read/capture of the current page state but says nothing about whether it requires an active browser session, what format the image is returned in, or whether prior navigation is needed. For a zero-annotation tool, this is a meaningful gap.

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?

Two tight sentences: the first states the action, the second enumerates the motivating scenarios. No filler, front-loaded, and easily scannable.

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?

For a simple zero-param capture tool this is nearly complete, but with no annotations and no output schema, an agent still lacks clarity on prerequisite browser state (does a page need to be open?) and the return artifact. Adequate but not fully self-contained.

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?

Zero parameters, so per rubric the baseline is 4. The description's mention of 'current page' implicitly defines the input context (no page selector exists), which is appropriate and adds slight value.

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?

States a specific verb (Take) and resource (screenshot of current page), and immediately clarifies the scope ('current page' vs. other pages). Among the many browser/form siblings (fill_form_field, extract_form_fields, click_element), it's clearly distinguishable as the visual-capture tool.

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?

Provides concrete use cases – verifying form state, handling CAPTCHAs, debugging layouts – which tells the agent when to reach for this rather than extract_form_fields. No explicit exclusions or alternatives are named, so it stops short of a 5.

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

Deploy Server

Other Tools