Skip to main content
Glama
mahynotch

ChimeraX MCP Server

by mahynotch

take_snapshot

Save the current view as a PNG image file. Captures a screenshot of the molecular visualization for documentation or sharing.

Instructions

Save a PNG screenshot of the current view. Aliases: screenshot, capture, save image, photo.

Example: take_snapshot("/tmp/snapshot.png")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states that it saves a PNG screenshot, but does not reveal whether it is destructive, modifies state, requires a particular view, or handles file overwrites. Important traits like idempotency and side effects are missing.

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 extremely concise: two sentences, plus aliases and an example. The main purpose is front-loaded in the first sentence. Every element earns its place without redundant text.

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?

Given the low complexity (one parameter, output schema present), the description is adequate but lacks details about return values, file overwrite behavior, or prerequisites. The existence of an output schema somewhat compensates, but the description could still benefit from mentioning output or failure modes.

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

Parameters2/5

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

The input schema has 0% description coverage for the single parameter 'path'. The description does not explicitly define 'path'; it only shows an example ('/tmp/snapshot.png'). While the example implies it is a file path, the description adds minimal semantic value 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 clearly states the tool's purpose: 'Save a PNG screenshot of the current view.' The verb 'Save' and resource 'PNG screenshot of current view' are specific and unambiguous. It distinguishes itself from sibling tools, which include various other actions like simulation, selection, and display controls, none of which capture screenshots.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool vs alternatives. It lists aliases but does not explain context (e.g., 'use when you need to capture the visual state') or contrast with related siblings like 'start_recording' or 'record_spin'. The agent is left to infer usage from the name alone.

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/mahynotch/chimerax-mcp'

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