Skip to main content
Glama

aula_get_attachment

Download an Aula attachment (image or file) to a local path. Returns metadata and path without file content, keeping context small. Use the URL from posts/messages.

Instructions

Download an attachment (image or file) from Aula and save it locally. Returns metadata and local file path WITHOUT including the actual file content in the response (to avoid overwhelming context). Use the attachment URL from aula_get_posts or aula_get_messages results.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameNoOptional filename for saving and MIME type detection
attachment_idNoOptional attachment ID from Aula for tracking
attachment_urlYesThe S3 URL of the attachment (from post/message attachment metadata)
attachment_typeYesType of attachment: "image" for photos/pictures, "file" for PDFs/documents
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 discloses the key behavioral trait of returning no file content to avoid context bloat, and notes the local save side effect, which is valuable context for the agent.

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 two sentences, front-loaded with the primary action, and the second sentence adds critical output behavior without any fluff or redundancy.

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?

For a tool with no output schema, the description adequately summarizes the return (metadata and local path) and input source, though it could further elaborate on error handling or file naming edge cases.

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

Parameters3/5

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

The schema provides complete descriptions for all parameters (100% coverage). The description adds minimal value beyond schema, only reinforcing the URL source already mentioned in 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 downloads and saves an attachment locally, and explicitly distinguishes its output behavior (metadata and path, no content) from siblings like aula_view_attachment.

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?

It provides clear context on how to obtain the attachment URL (from aula_get_posts or aula_get_messages) and when to use it (to download/save), but does not explicitly exclude alternatives such as aula_view_attachment.

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/ilenhart/aula-mcp-server'

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