Skip to main content
Glama

fetch_image

Retrieve and save images from Zulip messages to temporary files for viewing by providing the image path from message content.

Instructions

Fetch an image from Zulip and save it to a temp file for viewing.

Args: path: Image path from message content (e.g. "/user_uploads/2/54/abc/image.jpg").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/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 describes the action ('fetch... and save it to a temp file'), implying a read operation that creates a temporary file, but doesn't detail permissions, rate limits, file cleanup, or error handling. This provides basic context but lacks depth for a tool with potential side effects, warranting an average score.

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 front-loaded with the core purpose in the first sentence, followed by a concise 'Args' section that adds necessary detail without redundancy. Every sentence earns its place, and the structure is clear and efficient, making it easy for an agent to parse quickly.

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?

Given the tool's moderate complexity (single parameter, no annotations, but with an output schema), the description is reasonably complete. It explains what the tool does and the parameter semantics, and the presence of an output schema means return values need not be described. However, it could improve by addressing behavioral aspects like error conditions or file lifecycle, keeping it from a perfect score.

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 description coverage is 0%, so the description must compensate. It adds meaning by explaining the 'path' parameter as an 'Image path from message content' with an example ('/user_uploads/2/54/abc/image.jpg'), clarifying its source and format beyond the schema's type definition. This effectively covers the single parameter, though it doesn't address edge cases or validation rules.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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 a specific verb ('fetch') and resource ('image from Zulip'), and specifies the outcome ('save it to a temp file for viewing'). It distinguishes from siblings like 'fetch_file' by focusing specifically on images. However, it doesn't explicitly contrast with 'upload_file' or other file-related tools, keeping it at 4 rather than 5.

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 versus alternatives like 'fetch_file' or 'upload_file'. It mentions the source ('from Zulip') but doesn't specify prerequisites, exclusions, or contextual cues for selection among sibling tools. This lack of comparative usage advice results in a minimal score.

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/windborne/zulipmcp'

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