Skip to main content
Glama

screenshot

Capture the current brain volume view as a downscaled PNG image, returned with its file path. Uses live canvas or server-side rendering.

Instructions

Capture the current view as a downscaled PNG and return the image and its path.

Uses the live Niivue canvas when a browser viewer is attached, otherwise renders the same layer stack server-side with nilearn. The response says which one ran.

Args: filename: Optional name for the PNG inside the session's temp directory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameNo
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses rendering behavior (live canvas vs. server-side) and notes the response indicates which method ran. It lacks details on downscaling ratio or behavior on empty views, but overall provides useful behavioral context.

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 concise sentences plus one line for the parameter, with the main action front-loaded. Every sentence adds value without redundancy.

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

Completeness5/5

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

Given a single optional parameter, no output schema, and no annotations, the description sufficiently covers the tool's behavior: it captures a view, returns an image and path, and explains rendering modes. No missing critical information.

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?

With 0% schema description coverage, the description adds meaning by explaining the filename parameter: 'Optional name for the PNG inside the session's temp directory.' This clarifies the parameter's purpose beyond the raw 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 explicitly states 'Capture the current view as a downscaled PNG and return the image and its path.' It uses a specific verb (capture) and resource (current view as PNG), clearly distinguishing it from sibling tools that load or process data.

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 implies usage when a screenshot of the current view is needed, mentioning two rendering modes (browser vs server-side). However, it does not explicitly state when to use or not use this tool, nor does it name alternatives.

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/AyushXRane/neurochat'

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