Skip to main content
Glama

save_clipboard_image

Save an image from the macOS clipboard to a PNG file for sharing with the AI model.

Instructions

Save an image from the macOS clipboard to a PNG file and share it with the model.

Args: output_path: Optional output path for the PNG

Returns: A text status plus image content, or an error message

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
output_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden. It describes saving to a PNG file, returning status and image content or error. However, it omits details about file overwriting behavior and whether the clipboard is modified.

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?

The description is well-structured with a summary sentence followed by Args and Returns sections. It is clear and concise, though the 'Args' and 'Returns' formatting adds a bit of verbosity.

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?

The tool has one parameter and returns status with image content or error. The description covers input, output, and functionality. For a simple tool, it is sufficiently complete.

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 only parameter 'output_path' is described as 'Optional output path for the PNG', which adds meaning beyond the schema's type and default. Given 0% schema coverage, this description compensates adequately.

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 saves an image from the macOS clipboard to a PNG file and shares it with the model. It distinguishes itself from sibling tools like 'set_clipboard_image' and 'capture_active_screen' by specifying the output format and sharing behavior.

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?

The description does not explicitly state when to use this tool versus alternatives such as 'set_clipboard_image' or 'capture_active_screen'. Usage context is implied but not clearly defined.

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

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