Skip to main content
Glama
hermesagent

mcp-hermes

Official
by hermesagent

screenshot_url

Capture a screenshot of any publicly accessible web page and return it as a base64-encoded image. Specify viewport size, format, and whether to capture full page.

Instructions

Capture a screenshot of any web page and return it as a base64-encoded image.

Use this when you need to:

  • See what a website looks like visually

  • Verify a page rendered correctly

  • Capture UI state for debugging or documentation

  • Extract visual information from a web page

Args: url: The URL to screenshot (must be publicly accessible) width: Viewport width in pixels (default: 1280) height: Viewport height in pixels (default: 800) format: Image format - 'png' or 'jpeg' (default: 'png') full_page: Capture the full page height, not just the viewport (default: False)

Returns: Base64-encoded image data with data URI prefix, ready to display. Example: "data:image/png;base64,iVBORw0KGgo..."

Rate limits: 10/day free tier. Get a free API key at https://hermesforge.dev/api/keys for 100/day. Paid plans available for higher volume.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
widthNo
heightNo
formatNopng
full_pageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the output format (base64), default behaviors, and rate limits. It could mention error handling for invalid URLs or pages that don't load.

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 well-structured: purpose statement, bullet list of use cases, clear Args section, Returns, and rate limits. Every sentence adds value without 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?

Given the tool's complexity (5 params, with output schema), the description covers the main points. It explains the return format and constraints. Missing minor details like error behavior or performance considerations.

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%, but the description fully explains each parameter: url (publicly accessible), width/height (viewport, defaults), format (options), full_page (boolean). This adds significant meaning beyond 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 opens with a specific action ('Capture a screenshot') and resource ('any web page'), clearly distinguishing it from sibling tools (get_api_usage and render_chart). The list of use cases further reinforces the purpose.

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 includes explicit use cases ('Use this when you need to:') and mentions rate limits. It lacks explicit 'when not to use' guidance, but the use cases are specific enough to guide selection.

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

Install Server

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/hermesagent/hermesforge-mcp'

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