Skip to main content
Glama
circuitry-dev

Circuitry MCP Server

Official

screen.capture

Capture screens as PNG images to verify layouts and detect visual issues like clipped content, poor contrast, or overlapping elements for visual analysis.

Instructions

Capture a Designer screen as a PNG image. Use this to verify layouts and catch visual issues like:

  • Clipped content (text/buttons cut off by container)

  • Poor contrast (light text on light background)

  • Overlapping elements

  • Sizing problems

Returns the screen as a base64 PNG image that Claude can analyze visually.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
screenIdNoScreen ID or name (optional - uses selected screen if not specified)
Behavior4/5

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

With no annotations provided, the description carries full burden and does well by disclosing key behavioral traits: it captures visual content as a PNG, returns base64-encoded data, and specifies that Claude can analyze the output visually. However, it doesn't mention potential limitations like screen size constraints, performance implications, or authentication requirements.

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 efficiently structured with a clear purpose statement followed by bulleted usage examples and output format details. Every sentence earns its place, and the information is front-loaded with the core functionality stated first.

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?

For a single-parameter tool with no annotations and no output schema, the description provides good coverage of purpose, usage context, and output format. However, it could be more complete by mentioning potential error conditions or limitations, such as what happens if the specified screen doesn't exist or if capture fails.

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?

The schema has 100% description coverage for its single parameter, but the description adds valuable context about the parameter's behavior: 'uses selected screen if not specified.' This clarifies the default behavior when screenId is omitted, which isn't captured in the schema description alone.

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 clearly states the tool's purpose with specific verb ('capture') and resource ('Designer screen'), specifying the output format ('PNG image'). It distinguishes from siblings like screen.get, screen.list, or screen.update by focusing on visual capture rather than metadata retrieval or modification.

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

Usage Guidelines5/5

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

The description explicitly provides usage context: 'Use this to verify layouts and catch visual issues like: - Clipped content - Poor contrast - Overlapping elements - Sizing problems.' This gives clear guidance on when to use this tool versus other screen-related tools that handle creation, deletion, or metadata operations.

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/circuitry-dev/circuitry-mcp-server'

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