Skip to main content
Glama
RenderForm

renderform-mcp

Official
by RenderForm

create_screenshot

Capture a screenshot of any web page by providing URL, width, and height. Optionally set a wait time to allow content or animations to load before capturing.

Instructions

This tool captures a screenshot of a web page using RenderForm.

  • Provide 'url' (required), 'width' and 'height' (required, 32-5000px).

  • Optionally provide 'waitTime' (ms, 0-5000) to wait before capturing, useful for pages with animations or async content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL of the page to capture.
widthYesWidth of the screenshot in pixels (32-5000).
heightYesHeight of the screenshot in pixels (32-5000).
waitTimeNoWait time in milliseconds before capturing the screenshot (0-5000).
Behavior3/5

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

Annotations already give behavioral hints: not read-only, open-world, not idempotent, not destructive. The description adds no contradictory info and provides useful detail on waitTime behavior. No major gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Concise and front-loaded: first sentence states purpose, then lists parameters with constraints in a bullet-like format. Every sentence adds value, no fluff.

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?

Adequate for a simple capture tool with no output schema. Explains parameters and waitTime use case. Lacks description of output format (e.g., image type) or error cases, but given low complexity, it's minimally sufficient.

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?

Input schema has 100% description coverage, so the schema already explains parameters. The description adds marginal value by explicitly restating constraints and explaining waitTime's use case, but doesn't add deeper semantics beyond what's in the schema.

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?

Clearly states it captures a screenshot using RenderForm. The verb 'capture' and resource 'screenshot' are specific. Sibling tools include 'render_image' which could be confused, but the description distinguishes by naming the service RenderForm.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides context for when to use 'waitTime' (pages with animations or async content). However, lacks explicit guidance on when not to use this tool or alternatives like 'render_image'.

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/RenderForm/renderform-mcp'

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