Skip to main content
Glama

sign_screenshot_url

Read-only

Generate a signed URL for a screenshot that can be used without an API key. Useful for embedding screenshots in emails, documents, or sharing with third parties. Signing is free, rendering the URL consumes one credit. URLs expire after the specified duration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to capture (must start with http:// or https://)
delayNoMilliseconds to wait after load (default: 0)
widthNoViewport width in pixels (default: 1280)
deviceNoDevice preset for emulation
formatNoOutput format (default: png)
heightNoViewport height in pixels (default: 800)
qualityNoImage quality (default: 90)
block_adsNoBlock ads (default: true)
dark_modeNoEnable dark mode (default: false)
full_pageNoCapture entire scrollable page (default: false)
expires_inNoURL validity in seconds, 60-2592000 (default: 86400 = 1 day)
user_agentNoCustom user agent
click_selectorNoCSS selector to click
hide_selectorsNoCSS selectors to hide
block_cookie_bannersNoRemove cookie banners (default: true)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds valuable behavioral context: signing is free, rendering costs a credit, and URLs expire after a specified duration. This goes beyond annotations and helps the agent understand cost implications and lifetime.

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 three sentences, front-loaded with the core purpose, and each sentence adds value. No wasted words; perfectly concise.

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 15 parameters with full schema coverage and no output schema, the description adequately covers purpose, usage, and behavioral traits. It does not discuss return format (signed URL), but that is implicitly clear from the name and context. Slight room for improvement on output expectations.

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

Parameters3/5

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

Schema description coverage is 100%, so the description does not need to reiterate parameter details. It adds no additional meaning beyond the schema, so baseline 3 is appropriate.

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 uses specific verbs ('generate a signed URL for a screenshot') and clearly states the resource and action. It differentiates from sibling tools like 'take_screenshot' by emphasizing the signing aspect and use case of sharing without API key.

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 states when to use the tool ('embedding screenshots in emails, documents, or sharing with third parties') and provides context about cost and expiration. However, it does not explicitly mention when not to use it or suggest alternatives among siblings.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources