Skip to main content
Glama

screenshot_notebook

Capture a screenshot of a Mathematica notebook window to visually document or share its current state.

Instructions

Capture a screenshot of an entire notebook window.

Args: notebook: Notebook ID. If None, uses selected notebook. max_height: Maximum height in pixels (prevents huge images)

Returns the screenshot as an image that can be viewed directly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notebookNo
max_heightNo
session_idNo
use_rasterizeNo
wait_msNo
Behavior2/5

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

With no annotations, the description carries full burden for behavioral disclosure. It mentions max_height prevents huge images, but does not disclose whether the tool modifies the notebook, requires a live kernel, has rate limits, or what the output format is beyond 'image'. The behavioral traits are poorly explained.

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

Conciseness3/5

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

The description is relatively short and front-loaded with the purpose. However, it includes an 'Args:' section that could be more efficiently integrated. It does not cover all parameters, so it is not as concise as it could be given the missing information. Adequate but not exemplary.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 5 parameters, no output schema, and no annotations, the description is incomplete. It does not explain the return value in detail, missing parameters, or context about session management (session_id). The tool's behavior is under-specified for an agent to use effectively.

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?

Schema coverage is 0%, so the description must document all 5 parameters. It only explains notebook and max_height, missing session_id, use_rasterize, and wait_ms. The agent has no guidance on these three parameters, which severely limits correct usage.

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 captures a screenshot of an entire notebook window, which is distinct from the sibling tool screenshot_cell that likely captures a single cell. The verb 'Capture a screenshot' and resource 'entire notebook window' are specific and unambiguous.

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 does not provide guidance on when to use this tool versus alternatives like screenshot_cell. It also does not explain when to change default parameters or what prerequisites are needed (e.g., notebook must be open). There is no mention of when not to use it.

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/AbhiRawat4841/mathematica-mcp'

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